How does Apache interpret these two configurations?
Posted
by wamp
on Server Fault
See other posts from Server Fault
or by wamp
Published on 2010-05-12T03:31:56Z
Indexed on
2010/05/12
3:34 UTC
Read the original article
Hit count: 268
AddHandler application/x-httpd-php .php
AddType text/html .php
After adding the above two statements,apache can server php requests.
But the actual executable to interpret PHP script should be php.exe
,so Apache can convert application/x-httpd-php
to php.exe
?
© Server Fault or respective owner