11 Jun 2012 17:36
[WebSVN] HTTP 403 error - is it fastCGI?
Eddie Rowe <wolfie7873 <at> gmail.com>
2012-06-11 15:36:51 GMT
2012-06-11 15:36:51 GMT
*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
RSS Feed