On 31 August 2010 04:23, nitin chandra <[email protected]> wrote: > This is what I am getting on FF-3.5.9 > > http://192.168.1.6/ > > Forbidden > > You don't have permission to access / on this server. > > ***************************
Can we go backwards. What URL are you using. If using above URL that is the issue. You have: WSGIScriptAlias /wsgi-scripts /home/dev/wsgi-scripts/myapp.wsgi so should be: http://192.168.1.6/wsgi-scripts and possibly even: http://www.healthcare.com/wsgi-scripts because if you have multiple virtual hosts, the IP would not necessarily map to the virtual host you just set up. As I asked before, can you reconfirm the configuration you are using for HTTP host, plus also state what URL you are using. Also indicate whether www.healthcare.com is even resolvable and contactable as that machine. Ie., ping www.healthcare.com Does that work and is the target actually your machine? Graham Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. 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.
