Jump to content

Jack9

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by Jack9

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