Re: NEED HELP ON RUNNING DJANGO ON XAMPP 1.7 UNDER WIN 8

2013-01-13 Thread Damián Pérez
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

Re: NEED HELP ON RUNNING DJANGO ON XAMPP 1.7 UNDER WIN 8

2013-01-12 Thread Nikolas Stevenson-Molnar
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

NEED HELP ON RUNNING DJANGO ON XAMPP 1.7 UNDER WIN 8

2013-01-12 Thread Kanai Lomayani
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/