读书人

wamp httpd配备(php专属)

发布时间: 2012-09-01 09:33:03 作者: rapoo

wamp httpd配置(php专属)

LoadModule php5_module "C:/php/php5apache2_2.dll"PHPIniDir "C:/php"AddType application/x-httpd-php .phpAddType application/x-httpd-php .htmlAddType application/x-httpd-php .htmAddType application/x-httpd-php .phtmlAction application/x-httpd-php "/php/php-cgi.exe项目路径配置:<Directory "E:/phpPractise/ZF_first/public">    Options FollowSymLinks ExecCGI MultiViews Includes    AllowOverride All    Order allow,deny    Allow from all</Directory><VirtualHost *:80>    ServerAdmin webmaster@dummy-host.example.com    DocumentRoot "E:/phpPractise/ZF_first/public"    ServerName localhost    ErrorLog logs/zf-error.log    CustomLog logs/zf-access.log common    ProxyRequests Off    <Proxy *>    Order deny,allow    Allow from all    </Proxy></VirtualHost>

读书人网 >PowerDesigner

热点推荐