Install and configure apache+php3in win98. install softwareapache_1_3_12_win32.exe in c: apache configuration: httpd. conf 1. ServerType (server type) standalone and inetd 2. ServerRoot (server root directory) ServerRoot "C: apache 3. port (server port) can be 80 or 8080, can be any number! ApacheWindows98
Installation and configuration of Apache + php3 in WIN98
/Software/apache_1_3_12_win32.exe
Installed on c: \ apache
Configuration: httpd. conf
I. ServerType (server type)
Standalone and inetd
II. ServerRoot (server root directory)
ServerRoot "C:/apache"
III. port (server port)
Can be 80 or 8080, can be any number!
IV. ServerAdmin (server administrator)
The Email address of the server administrator. If there is a mistake, the server administrator will send a message automatically.
V. Servername)
Valid computer domain name.
VI. documentroot (main directory of the document)
The default address of the html main document. For example, documentroot "C:/apache/htdocs"
VII. directoryindex (main document by default)
Directoryindex index.htm index. php3
8. ScriptAlias (script alias)
Directory or URL for storing CGI programs, such as ScriptAlias/cgi-bin/"C:/apache/cgi-bin /"
9. addType
Create a specific MIME type for the file with the specified extension ("text/html ")
10. Directory
In And There are five commands: Options, AllowOverride, order, allow, deny.
Options determines the operations performed on all files in the directory. the values include none, all, indexs, Des, followSymlinks, ExecCGI, and MultiViews.