Hello, I'm trying to follow the installation instructions for django on
a Debian sarge apache 1.3/python2.3 installation..

The problem is that in both cases I use the stand alone fcgi server or
the web-server spawned processes I end with this error:

Forbidden
"You don't have permission to access / on this server."

(or something like "You don't have permission to access /mysite.fcgi on
this server.")

I don't know a lot of apache.. I use webmin/virtualmin to share some
sites..
My <virtualhost> directive looks like:
<VirtualHost *:80>
ServerName regmas.org
ServerAlias www.regmas.org
DocumentRoot /home/regmas/public_html
ErrorLog /home/regmas/logs/error_log
CustomLog /home/regmas/logs/access_log common
Alias /media /home/regmas/python/django/contrib/admin/media
RewriteEngine On
RewriteRule ^/(media.*)$ /$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ /mysite.fcgi/$1 [QSA,L]
</VirtualHost>

Where am I wrong ???? I can start the external FastCGI server without
problems (but I'd like to limit the spawned processes.. but this is an
other point..)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to