Deploying Unigui ISAPI modules under 64-bit Apache
1. Establish a Unigui program
2. Write simple content in the program
3. Add 64-bit program compilation options, select 64-bit Windows in the list, and then compile the program
4. Next is the installation of the 64-bit Apache environment, then choose the latest Wampserver combination program, this no special instructions, all the way next, the other installed Apache server 64 bit is the same, so that the entire resource occupies a smaller
5. First set up the directory WebApps in the C drive, copy our compiled 64-bit program My64bittest.dll to this directory, and then find the Apache installation path, mine is C:\wamp64\bin\apache\apache2.4.27 , locate the http.conf file under the Conf directory and add the following on the last side of the file:
AddHandler Isapi-handler. dll
<directory "C:/webapps" >
Options Indexes followsymlinks execcgi
AllowOverride None
Order Allow,deny
Allow from all
</Directory>
Alias/mywebapps "C:/webapps"
6. Re-take the Apache server and run our program
currently you are not logged in, please login or register to comment
C + + FAQ lite[3]--c++ FAQ Book with C + + FAQ Lite
[3] C++-faq-book and C++-faq-lite (part of C + + FAQ Lite, Copyright? 1991-2001, Marshall Cline, [email protected]
- Nicrosoft
- 2001-10-29 14:03:00
- 1287
Delphi Web Application Development Framework
- Xiaofangcheng
- 2018-04-05 22:31:48
- 57
This framework is based on Delphi 10.2.2 + Unigui v1.0 1397 Development, the entire context of the use of service-oriented thinking, the level of client + app Server + DB server, the time is late today, first put a few ...
Unigui Table monocytogenes and pruning model
- August 09, 2017 13:13
- 4KB
- Download
Unigui Collection Description-Chasing the moon nameless
- July 30, 2017 23:16
- 1.65MB
- Download
Fmsoft Unigui Keygen Update 20170405 support v1.00.00 build 1386
- April 06, 2017 07:32
- 32.81MB
- Download
Unigui Use---system login window
- Nmbslk
- 2018-02-19 10:15:25
- 246
First, new Unigui project, everything to choose the default two, database preparation, here we use UNIDAC Connect Oracle database, and in the data to prepare a user table create table user_t (Usern...
delphi Web Development Unigui
- November 24, 2016 14:29
- 32.31MB
- Download
Unigui Real Feeling
- Liaobotao
- 2012-06-05 17:28:42
- 175W
Recently need to develop a simple web system, the number of users, the amount of data, and the need to quickly complete development, so I decided to adopt Unigui (http://www.unigui.com/), Unigui completely based on ExtJS, fully support a ...
Unigui How to connect to a database
- C6sikue0
- 2017-02-08 14:03:32
- 331
Unigui How to connect a database Unigui can be either a two-tier direct database or a middleware connection database. Only the Unigui two-tier direct database is introduced here. Database connection controls, dataset controls to drag and drop on the Mainmodule form ...
Delplhi_unigui Framework source code for most management software development
- July 30, 2017 23:13
- 12.11MB
- Download
Unigui Tunipagecontrol Control Dynamic Drag Tabsheet implementation method
can be dynamically dragged tabsheet with the mouse, a total of three steps: 1. In Servermodule, open the custom files property, Enter the following two lines of code to reference the JS file. Files/boxreorderer ....
- Shuiying
- 2017-02-08 20:28:19
- 715
Delphi's framework for developing WEB applications Unigui
- Maxwoods
- 2014-04-01 23:10:20
- 6022
Http://www.unigui.com/uniGUI Framework extends WEB application development experience to a new di...
unigui0.94 publish the program in EXE form The deployment method
- Shuiying
- 2013-12-12 11:09:22
- 4347
uniGUI0.94 later release to take ExtJS and uni two JS folder, the specific location of the two folders to specify the following two properties in the Uniservermodule module: Uniservermodule.uniro ...
Unigui combined with JS method recording
- Yeeonefx
- 2013-01-30 20:50:22
- 2658
In the JS interface all components are treated as HTML to control 1, Control button event document.getElementById (MainForm.UniButton4.getId ()). Click (); This ...
Unigui application 64-bit Apache deployment
- Nmbslk
- 2018-02-28 14:47:58
- 45
Deploying Unigui ISAPI modules under 64-bit Apache 1. Create a Unigui program 2. Write simple content in the program 3. Add 64-bit program compilation options, select 64-bit Windows in the list, ...
Unigui Layout Panel Control Tuniregionpanel
- Shuiying
- 2012-11-01 08:53:46
- 5991
Go from the control in the Unigui forum and modify it to be a friend of the source that can be compiled under XE3. Below is the package file DPK content packages uniregionpaneldxe; {$R *.res} {$IFDEF imp...
<em>unigui</em>0.83.5.820
OMNIHTTPD and <em>UniGUI</em> isapi-0000724:runtime assignment for Align/alignment...<em>apache </em> Web server and CoInitialize issue-unisplitter Color in Web mode ...
The beauty of html5+css3+jquery application
- November 15, 2017 10:35
- 72.94MB
- Download
Application of Achartengine package picture data Chart two ———— draw Piechart (pie chart) This article continues above (http://www.cnblogs.com/water-drop/archive/2012/11/01/2750379. HTML) idea,
draw another common graphic--pie chart (piechart) ...
- Mylovepwy
- 2016-10-19 10:24:39
- 410
Application of stack in evaluation of expression value
- zxc123e
- 2015-08-13 17:54:53
- 696
First we use Java to implement the stack ADT, which does not use the Java-provided stack class, but instead uses ArrayList to implement, the specific code: public class Mystack {public arrayl ...
Bush LincolnOriginal3Fans1Like0Comments0Rating: Traffic:421Integral: atRanking:2.08 million +Blogger Latest Articles More articles
- Delphi calls Chrome kernel for browsing
- Unigui Use---system login window
Article categories
- Unigui2 article
- Delphi3 article
Article archive
- 1 articles in March 2018
- 2 articles in February 2018
Popular Articles by Bo Master
- Unigui Use the---system login window using 233
- Delphi calls Chrome kernel for browsing 124
- 64-bit Apache deployment for Unigui applications
Unigui app 64-bit Apache deployment