[modwsgi] signal Segmentation in child process

2009-07-02 Thread Aslan
-data/f0092d81/public/aslan WSGIApplicationGroup %{GLOBAL} WSGIProcessGroup aslan Order allow,deny Allow from all /Directory WSGIRestrictStdout Off WSGIDaemonProcess aslan threads=5 #WSGIImportScript /i-data/f0092d81/public/aslan/aslan.wsgi process- group=aslan a WSGIScriptAlias /aslan /i-data/f0092d81

[modwsgi] Re: signal Segmentation in child process

2009-07-03 Thread Aslan
Thanks your suggestion. Now I found the problem point. Please see.. 18312 open(/etc/passwd, O_RDONLY) = -1 EACCES (Permission denied) 18312 --- SIGSEGV (Segmentation fault) @ 0 (0) --- Thank you. Because your help, let me know how to solve this problem. Thanks

[modwsgi] Re: signal Segmentation in child process

2009-07-03 Thread Aslan
Sorry, the permission of /etc/password wrong is my falut. I changed it for other testing. Once I change it back to 0644 , it works now! On 7月3日, 下午3時19分, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/3 Aslan cocoke...@gmail.com: Thanks your suggestion. Now I found the problem

[modwsgi] Re: signal Segmentation in child process

2009-07-03 Thread Aslan
Sorry, the permission of /etc/password wrong is my falut. I changed it for other testing. Once I change it back to 0644 , it works now! On 7月3日, 下午3時19分, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/7/3 Aslan cocoke...@gmail.com: Thanks your suggestion. Now I found the problem

[modwsgi] Re: WSGIDaemonProcess doesn't work with CherryPy

2009-07-13 Thread Aslan
this leads to WSGIDaemonProcess doesn't work. sorry... My wrong.. On 7月13日, 下午3時53分, Aslan cocoke...@gmail.com wrote: Hi, I meet a problem about CheeryPy and WSGIDaemonProcess. If you can help, please give me some suggestions, THANKS I have a program which is built with CherryPy, it is very easy