PDA

View Full Version : How do you process .phps?


ffeingol
09-13-2007, 07:55 PM
Hello,

How do we configure things so .phps shows the php source? AddType application/x-httpd-php-source .phps does not work and setting .phps as one of the extensions for PHP runs it, not display the source.

Frank

mistwang
09-13-2007, 08:26 PM
This function is not enabled in PHP LSAPI module. will add that in 4.2 release.

ffeingol
09-13-2007, 09:02 PM
No huge deal. I added it along with .shmtl to the list of things to proxy back to Apache.

Frank