ok so i had to add in httpd.conf

<IfModule dir_module>
     DirectoryIndex index.html index.wsgi index.py
</IfModule>

Now some how my SSL (443) is not working and I am able to see the "html" page by

192.168.1.6:8081

Hello World!, This file is in /home/dev/wsgi-scripts directory

and not with

https://www.healthcare.in

i get the following error

403
Forbidden

You don't have permission to access / on this server.

Pl advice ... TIA

Nitin


On Thu, Sep 30, 2010 at 6:58 AM, Graham Dumpleton
<graham.dumple...@gmail.com> wrote:
> On Thursday, September 30, 2010, nitin chandra <nitinchand...@gmail.com> 
> wrote:
>> ok ... so i took advice from Carl, and also changed DocumentRoot back
>> to '/opt/apache2215/htdocs' and in my enthusiasm went a little extra
>> and changed this also to the original, <Directory
>> "/opt/apache2215/htdocs"> </Directory>.
>>
>> and renamed index.wsgi to myapp.wsgi and
>>
>> https://192.168.1.6
>
> You have to use:
>
>  http://www.healthcare.in
>
> and not the IP address as you are using named virtual host which
> contains WSGIScriptAlias.
>
> Way back in time you had trouble getting this to work originally
> because you weren't doing that and you also didn't have entry in DNS
> or hosts file either.
>
> Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modw...@googlegroups.com.
To unsubscribe from this group, send email to 
modwsgi+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to