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=12187>. 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=12187 Standard config with perchild; Apache is blocked ------- Additional Comments From [EMAIL PROTECTED] 2002-12-14 19:39 ------- I am using latest perchild.c from CVS, and Apache still hangs. There is my vhost config: ChildPerUserId mlj mlj 1 NameVirtualHost 66.162.74.11:80 <VirtualHost 66.162.74.11:80> ServerName mydomain.com ServerAlias www.mydomain.com mydomain.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/mlj/public_html ScriptAlias /cgi-bin/ /home/mlj/public_html/cgi-bin/ DirectoryIndex index.htm index.html index.n CustomLog /home/mlj/logs/mydomain.com combined ErrorLog /home/mlj/logs/mydomain.com-errors ScriptLog /home/mlj/logs/mydomain.com-scripts AddType application/x-httpd-php .n AssignUserID mlj mlj </VirtualHost> NameVirtualHost 66.162.74.11:443 <VirtualHost 66.162.74.11:443> ServerName mydomain.com ServerAlias www.mydomain.com mydomain.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/mlj/public_html <Directory /home/mlj/public_html/cgi-bin/> Options ExecCGI </Directory> ScriptAlias /cgi-bin/ /home/mlj/public_html/cgi-bin/ AddType application/x-httpd-php .n AssignUserID mlj mlj DirectoryIndex index.htm index.html index.n CustomLog /home/mlj/logs/mydomain.com-secure combined ErrorLog /home/mlj/logs/mydomain.com-errors SSLVerifyClient none SSLEngine on SSLOptions StdEnvVars SSLCertificateFile /usr/local/etc/apache/ssl.crt/mydomain.com.crt SSLCertificateKeyFile /usr/local/etc/apache/ssl.key/mydomain.com.key ScriptLog /home/mlj/logs/mydomain.com-scripts CustomLog /home/mlj/logs/mydomain.com-ssl "%t %h %{SSL_PROTOCOL}x % {SSL_CIPHER}x \"%r\" %b" </VirtualHost> With this config, only SSL vhost is working dine, but first fails (80 port is connecting, but client waitng for response forever). If I comment second vhost lines, it is also not working unless I also comment ChildPerUserId and AssignUserId directives. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
