Closed GoogleCodeExporter closed 9 years ago
You should be using:
<Directory /home/ignas>
WSGIProcessGroup schooltool
WSGIApplicationGroup %{GLOBAL}
Order deny,allow
Allow from all
WSGIPassAuthorization On
</Directory>
That is, use '/home/ignas' as argument to <Directory> directive. This is
because <DIrectory> directive
expects a file system path. The equivalent for URL is <Location> directive.
You might read up at:
http://httpd.apache.org/docs/2.2/mod/core.html#directory
http://httpd.apache.org/docs/2.2/mod/core.html#location
what the difference between the two is.
Original comment by Graham.Dumpleton@gmail.com
on 26 Aug 2008 at 11:22
Original issue reported on code.google.com by
ignas.mi...@gmail.com
on 26 Aug 2008 at 2:18