Jack9 Posted August 11, 2006 Share Posted August 11, 2006 My SVN works fine...<Location "/vault">Dav svnSVNParentPath "/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 svnSVNParentpath "/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? Quote Link to comment https://forums.phpfreaks.com/topic/17205-mod-dav-php-processing-post-dav/ Share on other sites More sharing options...
mikle19 Posted July 27, 2010 Share Posted July 27, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/17205-mod-dav-php-processing-post-dav/#findComment-1091606 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.