Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The "PHPDownload" page has been changed by Sling: http://wiki.apache.org/httpd/PHPDownload?action=diff&rev1=10&rev2=11 If it's {{{text/plain}}}, go back to step one. If it's anything else, it could be that your script is setting its own type header, or else no type is being set and httpd's {{{DefaultType}}} value is being used. + == PHP Configuration: engine Off == + It is possible that PHP is explicitly disabled in your configuration, causing the PHP code to be sent to the http client as plain text, for example: + {{{ + <Directory /var/www/foo> + php_admin_value engine Off + </Directory> + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org