On Thu, 5 Apr 2007, Alexey Vlasov wrote: > Hi. > > I am using your patch on httpd-2.2.3 ? apache.org at gentoo 2.6.19-r5 > x86_64. > > Processor w_server virtwww /home/virtwww/w_server > > When requesting server-l1.com, i sea in a log: > [Fri Apr 06 06:52:25 2007] [error] [client 192.168.0.22] File does not > exist: /home, referer: http://192.168.0.22/ > > Can you help me solve this problem?
Since your using chroot, the path is relative to /home/virtwww/w_server rather than to /, so your server is looking for: /home/virtwww/w_server/home/virtwww/w_server/http - which doesnt exist You should try changing the server root to /http in the apache config, then it should work...
_______________________________________________ Peruser mailing list [email protected] http://www.telana.com/mailman/listinfo/peruser
