403, no permissions, Why?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux