> -----Original Message----- > From: Boyle Owen [mailto:Owen.Boyle@xxxxxxx] > Sent: Thursday, February 28, 2008 11:48 AM > To: users@xxxxxxxxxxxxxxxx > Subject: RE: 403, no permissions, Why? > > > -----Original Message----- > > From: Tomas [mailto:tomas@xxxxxxx] > > Sent: Thursday, February 28, 2008 11:10 AM > > To: users@xxxxxxxxxxxxxxxx > > Subject: 403, no permissions, Why? > > > > 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? > > To post the error log entry.... > Oops [Thu Feb 28 11:13:22 2008] [error] [client 192.168.0.31] client denied by server configuration: /var/www/DBC/ Now I changed the server document root from /var/www/default to /var/www only, now I can access the server BUT If I type test.dbc-system.com I still end up in trac.dbc-system.com, I thought that the correct virtual server was supposed to start depending on the url. 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx