[modwsgi] Re: mod_wsgi: Possible enhancement: making log level adjustable per message

2012-11-20 Thread elwynd
[Moved to Google Group from private email] Thanks for the response Graham. Yes, the standalone version makes use of Python logging. It seemed that it was adding an additional and potentially unnecessary layer to use Python logging on top of the existing Apache multilevel logging given that

Re: [modwsgi] When I try to save httpd.conf file after LoadModule wsgi_module modules/mod_wsgi.so, it gives Access Denied Message

2012-11-20 Thread Muhammad Imran
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

Re: [modwsgi] When I try to save httpd.conf file after LoadModule wsgi_module modules/mod_wsgi.so, it gives Access Denied Message

2012-11-20 Thread pgpython
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

Re: [modwsgi] When I try to save httpd.conf file after LoadModule wsgi_module modules/mod_wsgi.so, it gives Access Denied Message

2012-11-20 Thread Muhammad Imran
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

Re: [modwsgi] Re: child pid # exit signal segmentation fault(11)

2012-11-20 Thread Milind Utsav
It seems Apache isn't able to access my cache database. I am using python-memcached-1.4.8. Any hint on why this may be happening? On Mon, Nov 19, 2012 at 4:54 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: Try mod_wsgi 3.5 since you are using Apache 2.4. You may be hitting the issue