Dear group.
I'm trying to setup an apache server with mod-python.
suddenly I get 403 on all virtual servers.
httpd.conf looks like this, apart from pure standard
<VirtualHost *>
DocumentRoot /var/www/DBC
ServerName trac.dbc-system.com
<Directory />
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/trac/DBC
PythonOption TracUriRoot /
PythonDebug on
</Directory>
<Directory /login>
AuthType Basic
AuthName "DBC-System Dev Server"
AuthUserFile /var/trac/DBC/.htpasswd
Require valid-user
</Directory>
</VirtualHost>
<VirtualHost *>
DocumentRoot "/var/www/default"
ServerName test.dbc-system.com
<Directory "/var/www/default">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
What have I forgot?
With best regards
Tomas Larsson
TL Engineering & Consultants
Engelbrektsgatan 121
SE 506 39 BorĂ¥s
Sweden
+46 739 932 673
http://www.tlec.se
Verus Amicus Est Tamquam Alter Idem
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]