How does Apache interpret these two configurations?
- by wamp
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?