You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nikita Sychevsky <ni...@segmenta.ru> on 2003/01/21 15:06:48 UTC

[users@httpd] Apache 2.0.43 perchild / FreeBSD 5.0 - unable to get work

Hello!

I've installed Apache 2.0.43 on FreeBSD 5.0-RELEASE using port 
collection with perchild MPM. When trying to connect, httpd doesn't 
aswer anything out of the box.  With prefork MPM in the same environment 
everything seems to be ok. I just want to understand if Apache 2 with 
perchild MPM can be used for real things or it's in deep development 
now. Any comments are welcome.


# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.1

[ there is no answer.. ]

# sockstat | grep ":80"
root     telnet     31115 3  tcp4   127.0.0.1:49362       127.0.0.1:80
www      httpd      31112 5  tcp4   *:80                  *:*
www      httpd      31111 5  tcp4   *:80                  *:*
www      httpd      31110 5  tcp4   *:80                  *:*
www      httpd      31109 5  tcp4   *:80                  *:*
www      httpd      31108 5  tcp4   *:80                  *:*
www      httpd      31108 19 tcp4   127.0.0.1:80          127.0.0.1:49362
root     httpd      31107 5  tcp4   *:80                  *:*


# ps aux | grep httpd
root   31107  0.0  1.3  4464 3208  ??  Ss    4:57PM   0:00.11 
/usr/local/sbin/httpd -k start
www    31108  0.0  1.3  4920 3272  ??  I     4:57PM   0:00.01 
/usr/local/sbin/httpd -k start
www    31109  0.0  1.3  4848 3264  ??  S     4:57PM   0:00.01 
/usr/local/sbin/httpd -k start
www    31110  0.0  1.3  4848 3232  ??  I     4:57PM   0:00.01 
/usr/local/sbin/httpd -k start
www    31111  0.0  1.3  4848 3232  ??  I     4:57PM   0:00.01 
/usr/local/sbin/httpd -k start
www    31112  0.0  1.3  4848 3232  ??  I     4:57PM   0:00.01 
/usr/local/sbin/httpd -k start

Thanks in advance, Nikita Sychevsky


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org