Jump to content

Mod DAV - PHP processing post DAV


Jack9

Recommended Posts

My SVN works fine...

<Location "/vault">
Dav svn
SVNParentPath "/var/svn/repositories"
</Location>

I want a second location that serves out of the repo but can actually parse the pages through mod_php:

<Location "/webdav">
Dav svn
SVNParentpath "/var/svn/repositories"
SetHandler php5-script .php
</Location>

This "webdav" currently does not work.
What would I need to do to pass pages served from the directory, through mod_php? I heard that PHP filters dont work in apache2?
Link to comment
https://forums.phpfreaks.com/topic/17205-mod-dav-php-processing-post-dav/
Share on other sites

  • 3 years later...

I know its an old post, but if it will help someone here is  the solution.

Under Linux or Ubuntu Install libapache2-mod-php5filter

This will remove  libapache2-mod-php5.

 

I have TRIED to setup DAV svn, and spent several hours until installed libapache2-mod-php5filter.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.