Eddie Rowe | 11 Jun 2012 17:36
Picon

[WebSVN] HTTP 403 error - is it fastCGI?

*Had* a working websvn install and repo viewer.  Had unrelated PHP issues which have since resolved.  Now, I get 403 errors when attempting to view my repo.


Apache Conf:

<Directory "/var/www/subdomains/svn">
    Options Indexes FollowSymLinks
    Order allow,deny
    Allow from all
    AuthType Basic
    AuthName "TOESR Site Development Login"
    AuthUserFile "/var/www/.htpasswd-users"
    require valid-user
</Directory>

<VirtualHost *:80>
    ServerName svn.tarheeloesrescue.org
    ServerAlias www.svn.tarheeloesrescue.org
    DocumentRoot /var/www/subdomains/svn
    Alias /var/www/subdomains/svn /var/www/subdomains/svn/websvn-2.3.2/
</VirtualHost>

As part of the PHP resolution, I now have PHP 5.3.13 installed with fastCGI to keep mod_perl and PHP from colliding with each other in Apache.  Is fastCGI the problem?  I point my browser to svn.tarheeloesrescue.org and log in (with correct credentials) and then I'm given a HTTP 403 error.

Is there an easy way to correct this?

Thanks,
Eddie

Gmane