当前位置导航:炫浪网>>网络学院>>操作系统>>Linux教程

Apache服务器的正确安装和配置


  一、 安装APACHE1.3.9 (配置conf目录下的httpd.conf文件)
  1.#BindAddress * 改为 BindAddress 127.0.0.1
  #Servername new.host.name 改为 Servername localhost或(您的IP地下址).
  设置您的端口.如果您安装了IIS则要改您的端口号.则在confhttpd.conf:Port 80(默认).
  则在浏览器中输入http//localhost:80/时能访问IIS.
  2.设置管员的信箱 修改ServerAdmin [email protected]
  3.让你的APACHE来支持PHP4. 加上下面这么几句:
  ScriptAlias /php4/ "C:/php4/"
  AddType application/x-httpd-php4 .php
  AddType application/x-httpd-php4 .php3
  AddType application/x-httpd-php4 .php4
  Action application/x-httpd-php4 "/php4/php.exe"
  4.
  3.设置Apache虚拟目录,加入以下行:
  Alias /test/ "c:/php3/test/"
  Alias /jjjj/ "d:/timenet/"
  4.增加默认启动文档:
  DirectoryIndex index.html
  DirectoryIndex index.htm
  DirectoryIndex index.php
  DirectoryIndex index.php3
  DirectoryIndex index.php4
  5.测试文件info.php:
  在浏览器中输入http// localhost/info.php
  
相关内容
赞助商链接