Comment 1 for bug 160849

Revision history for this message
Ace Suares (acesuares) wrote :

After apt-get install php5-curl php5-mysql php5-db
the error log is reduced to

[Wed Nov 07 20:05:22 2007] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Wed Nov 07 20:05:22 2007] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Wed Nov 07 20:05:22 2007] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Wed Nov 07 20:05:22 2007] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Wed Nov 07 20:05:22 2007] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
[Wed Nov 07 20:05:32 2007] [notice] Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6 mod_ssl/2.2.4 OpenSSL/0.9.8e configured -- resuming normal operations

this happens after /etc/init.d/apache2 restart

However, when using
/etc/init.d/apache2 stop
/etc/init.d/apache2 start

the error log show only

[Wed Nov 07 20:07:59 2007] [notice] Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6 mod_ssl/2.2.4 OpenSSL/0.9.8e configured -- resuming normal operations

But after a restart, the apr_socket_accept error comes back.