DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41599>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41599 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-07 16:32 ------- Can you provide, your configuration information. I could not reproduce your problem exactly? But certainly I was able to reproduce a similar problem. I configured two virtual host, one for my host IP and another for loopback interface. Listen lbasantk3:4024 Listen localhost:4025 DocumentRoot "/disk/apache/bug35981/apache2/htdocs" VirtualDocumentRoot "/disk/apache/bug35981/apache2/htdocs/%0" #ErrorDocument 404 /internal/notfound.html <VirtualHost localhost:4024> ServerName testHost1 DocumentRoot "/disk/apache/bug35981/apache2/htdocs" ErrorDocument 404 /internal/notfound.html </VirtualHost> <VirtualHost lbasantk3:4025> ServerName testHost2 DocumentRoot "/disk/apache/bug35981/apache2/htdocs" ErrorDocument 404 /internal/notfound.html </VirtualHost> Now if I don't define ErrorDocument in server level then ErrorDocument in VirtualHost is totally ignored. ErrorDocument is never displayed. However if I set the ErrorDocument in server level then both works correctly. If I try to set different ErrorDocument for virtualhost, it is ignored totally e.g in. <VirtualHost lbasantk3:4025> ServerName testHost2 DocumentRoot "/disk/apache/bug35981/apache2/htdocs" ErrorDocument 404 /internal1/notfound.html </VirtualHost> As far as my experiments shows, I am able to set ErrorDocument differently for different virtual hosts in separate configuration which is not using mod_vhost_alias -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
