APACHE+PHP3 installation and configuration under WIN98 _php tutorial

Source: Internet
Author: User
Installation and configuration of apache+php3 under WIN98
/software/apache_1_3_12_win32.exe
Installed in C:apache
Configuration: httpd.conf
One, ServerType (server type)
Standalone and inetd
Second, serverroot (server root directory)
ServerRoot "C:/apache"
Third, port (server ports)
can be 80 or 8080, can be any number!
Iv. ServerAdmin (server administrator)
The email address of the server administrator. If wrong, the server administrator will automatically send a letter.
V. Servername (name)
A valid computer domain name.
Vi. DocumentRoot (document home directory)
The address of the default HTML main document. such as DocumentRoot "C:/apache/htdocs"
Vii. DirectoryIndex (default main document)
DirectoryIndex index.htm index.htm index.php3
Viii. scriptalias (script aliases)
The directory or URL that holds the CGI program, such as: scriptalias/cgi-bin/"c:/apache/cgi-bin/"
Nine, AddType
Establish a specific MIME type for a file with the specified extension ("text/html")
X. Directory
In and the There are five instructions between the two: Options,allowoverride,order,allow,deny.
Options determine what action to take for all files in the directory, with a value of: None,all,indexs,includes,followsymlinks,execcgi,multiviews.

http://www.bkjia.com/PHPjc/532046.html www.bkjia.com true http://www.bkjia.com/PHPjc/532046.html techarticle APACHE+PHP3 installation and configuration under WIN98/software/apache_1_3_12_win32.exe installed in C:apache configuration: httpd.conf One, ServerType (server type) Standalone and inetd II, Serve ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.