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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2007-03-09 13:20 ------- Joshua, Can you kindly post your configuration. After reexamining my configuration, I could not reproduce the issue. Here is my configuration : Listen lbasantk3:4024 Listen localhost:4025 DocumentRoot "/disk/apache/bug41599/apache2/htdocs" ErrorDocument 404 /internal/notfound.html VirtualDocumentRoot "/disk/apache/bug41599/apache2/htdocs/%0" <VirtualHost lbasantk3:4024> ServerName testHost1 ErrorDocument 404 /internal/notfound.html </VirtualHost> <VirtualHost localhost:4025> ServerName testHost2 ErrorDocument 404 /internal1/notfound.html </VirtualHost> Two virtual hosts points to separate ErrorDocuments and seems to work fine for me. All of the following shows the expected results. curl --dump-header - -o - http://lbasantk3:4024/ curl --dump-header - -o - http://lbasantk3:4024/notfound curl --dump-header - -o - http://lbasantk3:4024/notfound/abc curl --dump-header - -o - http://localhost:4025/ curl --dump-header - -o - http://localhost:4025/notfound curl --dump-header - -o - http://localhost:4025/notfound/abc -- 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]
