Sean Gabriel Heacock írta: > On Fri, 2007-09-28 at 17:30 +0400, Alexey Vlasov wrote: >> But now I see in the log the following: >> [Fri Sep 28 16:21:27 2007] [crit] (13)Permission denied: mod_rewrite: could >> not init rewrite log lock in child >> [Fri Sep 28 16:21:27 2007] [crit] (13)Permission denied: mod_rewrite: could >> not init rewrite log lock in child >> ... > > Well, apparently RewriteLog works perfectly for me now. I'm not sure if > it was something in this latest batch of changes or what. But it works > for me in both the server config context and in a VirtualHost. The only > trick is that in a VirtualHost you have to give the full (non-chrooted) > path to the log file, like with ErrorLog. > > Can you try the new release candidate I just posted and see if you still > have those errors? >
The rc2 is working for me very well, and i use mod_rewrite things too under virtualhost : RewriteEngine On RewriteLogLevel 0 RewriteRule ^/wiki/(.*)$ /usr/share/moin/htdocs/$1 [last] RewriteRule ^/robots.txt$ /usr/share/moin/htdocs/robots.txt [last] RewriteRule ^/favicon.ico$ /usr/share/moin/htdocs/favicon.ico [last] RewriteRule ^(.*)$ /home/user/wiki.userdomain.hu/htdocs/moinmodpy.py$1 One more question: i tryed the chroot in a virtualhost, but PHP info page shows me the full path, how can i chroot the php engine? or this chroot is just for file reading? And mod_python is not under chroot control too. tsabi _______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
