Heim > Backend-Entwicklung > PHP-Tutorial > php分别做为cgi和module来运行的配置_PHP教程

php分别做为cgi和module来运行的配置_PHP教程

WBOY
Freigeben: 2016-07-21 16:11:47
Original
876 Leute haben es durchsucht

php: PHP Version 5.0.0b4
apache: Apache/2.0.49 (Win32)
1,做为cgi来运行
2,做为module来运行
1,做为apache2的cgi运行

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"
上面的代码添加到httpd.conf

2,做为apache的模块运行

LoadModule php5_module "c:/php/sapi/php5apache2.dll"
AddType application/x-httpd-php .php
上面的代码添加到httpd.conf

 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/313857.htmlTechArticlephp: PHP Version 5.0.0b4 apache: Apache/2.0.49 (Win32) 1,做为cgi来运行 2,做为module来运行 1,做为apache2的cgi运行 ScriptAlias /php/ "c:/php/" AddType application/...
Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage