Error undefinied with wsgi script
Mads Kiilerich
mads at kiilerich.com
Wed Oct 24 15:17:50 UTC 2012
On 10/24/2012 05:07 PM, Gaunet Sylvain (ASTEK) wrote:
> There is no error in apache logs or SELinux.
Can you convince us that are looking in the right logs - including the
error log?
Please try to disable SELinux temporarily by running "setenforce 0".
Please to su to the user apache runs as and run 'hg serve --web-conf xxx'.
If you can reproduce the problem that way but without getting a hint
what the problem could be then run 'strace -o log hg serve --web-conf
xxx' and try to figure out from the log what it is that is failing.
/Mads
More information about the Mercurial
mailing list