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*

<VirtualHost *:1000>
ServerAdmin root@localhost
    DocumentRoot "D:/htdocs"
ServerName localhost
#    RewriteEngine on
 WSGIScriptAlias / "D:/htdocs/django/django/wsgi.py"
Alias /static/ "D:/htdocs/django/django/static/"
 <Directory "D:/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

best regards




El sábado, 12 de enero de 2013 12:27:11 UTC-6, Kanai Lomayani escribió:
>
> 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/ 
> "C:/xampp/locksmith/django.wsgi"*
> *
> *
> Please i need your help i have searched all day long with no results....
>
> --Kanai
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/eEmHwskVpUAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to