Try something like this.
(work so good with me, i have win 7, virtualhost in wamp and wsgi.
*apache - httpd:*
*modules:*
LoadModule wsgi_module modules/mod_wsgi.so
*virtual host*
ServerAdmin root@localhost
DocumentRoot "D:/htdocs"
ServerName localhost
#RewriteEngine on
WSGIScriptAl
Do you have an "Allow" directive for the appropriate directory?
http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow
_Nik
On 1/12/2013 10:27 AM, Kanai Lomayani wrote:
> I have managed to install mod_wsgi on apache and django when i try to
> access the django address I get this error
> *[S
I have managed to install mod_wsgi on apache and django when i try to
access the django address I get this error
*[Sat Jan 12 20:29:59 2013] [error] [client 127.0.0.1] client denied by
server configuration: C:/xampp/locksmith/locksmith/django.wsgi*
my scriptalias : *WSGIScriptAlias /locksmith/
3 matches
Mail list logo