Thanks for your help. Actually firewall was the issue.

On Tuesday, 20 November 2012 16:04:42 UTC, pgpython wrote:
>
> It depends on what you mean by 'remote' If you want to be able to access 
> it from machines on the same lan then you can simply find its ip address of 
> the server using ifconfig and on the remote pc set an entry in your host 
> file of the client(s)
>
> eg:
>      192.168.1.xx www.example.com
>
> If they are not on the same lan then you need a publicly accessible 
> address or a vpn tunnel to expose the address
>
>
> On Tuesday, November 20, 2012 3:37:59 PM UTC, Muhammad Imran wrote:
>>
>> 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]> 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].
>>>> 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.
>>>>
>>>
>>>

-- 
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/-/0hxE_RjcsuoJ.
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.

Reply via email to