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
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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.