Thanks Graham for guiding in the right direction. Right now I have configured '*Hello World*' application and its working fine when I test on local PC using '*localhost/wsgi*' but unable to access from remote PCs. e.g. '*www.example.com/wsgi*'. Which of the steps I need to follow for troubleshooting. Could you please guide a bit more, I would be really grateful.
Imran On Monday, 19 November 2012 22:34:06 UTC, Graham Dumpleton wrote: > > What else have you put in your Apache configuration for mod_wsgi besides > the LoadModule line? > > Have you tried to get a WSGI hello world application (not Django), working > first? > > http://code.google.com/p/modwsgi/wiki/QuickConfigurationGuide > > If not, get the WSGI hello world working first. > > Graham > > > On 20 November 2012 08:02, Muhammad Imran <[email protected]<javascript:> > > wrote: > >> Hi everyone, >> >> Its been a while since I am using python but its my first try to deploy >> any django web application. Right now I am having problem adding*LoadModule >> wsgi_module modules/mod_wsgi.so >> * in Apache httpd.conf file. I have opened httpd.conf and added >> statement as mentioned in * >> http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide* for >> loading wsgi to Apache, but first it asks to save and then gives Access >> Denied message without making any changes to the httpd.conf file. I would >> be thankful if you can please guide. I am using following versions of the >> software, >> >> Python 2.7 >> Apache 2.2 >> mod_wsgi-win32-ap22py27-3.3.so - Apache 2.2 / Python >> 2.7<http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so> >> >> Thanks, >> Muhammad Imran >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/modwsgi/-/R2tug1qpVosJ. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/Wdzm-CApkLMJ. 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/modwsgi?hl=en.
