DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27179>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27179 Can only access virtual host running as first perchild "ChildPerUserID" directive's user Summary: Can only access virtual host running as first perchild "ChildPerUserID" directive's user Product: Apache httpd-2.0 Version: 2.0.48 Platform: PC OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: perchild AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi all, I have the following problem with Apache-2.0.48 running perchild MPM: Two "ChildPerUserID" directives in my httpd.conf file: ChildPerUserID lala lala 2 ChildPerUserID test test 2 and of course "ServerLimit" and "NumServers" before. Then I have two vhosts: <VirtualHost 192.168.19.14> AssignUserID lala lala ServerName lala.com ... </VirtualHost> <VirtualHost 192.168.19.14> AssignUserID test test ServerName test.com ... </VirtualHost> When I now start apache, I get NO errors on console or error log, and I can access my first virtual host "lala.com". But if I try to access "test.com" (both set in /etc/hosts file), I get no response from server, like a timeout. If I switch those ChildPerUserID directives (so line with "test" as first entry), then I can access virtual domain "test.com", but not "lala.com" ... so only the first entry seems to be valid. How can I solve this issue? Is this perchild module marked as stable, or still in development phase? Greetings and TIA, Matthias PS: I can see httpd processes running via "ps", both as "lala" and as "test". --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
