Dear List Friends:

A question regarding php (4.3), Apache (2.0.44) and mod_dav:

We have the above setup � working AOK � using Apache 2�s �filtering�
mechanism to handle php processing (we�ve been talking about this elsewhere
on this list)

Commands in http.conf are:

<Files *.php>
   SetOutputFilter php
   SetInputFilter php
</Files>

DAV is ON for (a given) directory, and the DAV setup in general works well
for the range of clients we are using, except for...

The Problem:  In connecting to the site from a DAV client, any php files are
�processed� before coming over, as would be the case in a �normally-browsed�
setting.  Other files copy over directly, as would be expected.

Response from HTTP is �200� when a DAV client attempts to �GET� a .php file
- which is actually an �everything worked OK� message.

Within the DAV <Directory> context, we�ve tried the RemoveOutputFilter php
and RemoveType php commands, with no luck.

Has anyone run into this?  Probably so simple you�ve all seen it already...

Lou Picciano
Essex Systems

Reply via email to