Apache access logs for django app with mod-wsgi -


i try serve django application apache-mod_wsgi in local computer os windows 7.

i have placed django.wsgi file proper place , change httpd.conf such wsgiscriptalias / c:\djangoprojects\tryserver\apache\django.wsgi .

however, when try reach http://127.0.0.1, encountered you don't have permission access / on server. message.

i have looked @ access.log , have found these 2 lines

127.0.0.1 - - [30/jun/2011:22:36:50 +0300] "get / http/1.1" 403 202 127.0.0.1 - - [30/jun/2011:22:37:50 +0300] "\x16\x03" 302 222 

what meaning of these logs , how can resolve them ?

thanks

adding these lines httpd.conf resolved problem.

<directory c:/djangoprojects/tryserver/apache> order deny,allow allow </directory> 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -