I've got a shiny new Ubuntu 12.10 server running LAMP. My website is nearly completely migrated, but I've got an issue where any request is delayed for a minute.
root@ubuntu:~# time curl http://localhost
... page output ...
real 1m0.134s
user 0m0.000s
sys 0m0.016s
I've already looked at this question to no avail. My /var/log/apache2/error.log
has
[Fri Mar 29 20:15:30 2013] [error] (9)Bad file descriptor: apr_socket_accept:
(client socket)
[Fri Mar 29 20:15:30 2013] [error] [client __.__.__.__] PHP Notice:
Undefined index: HTTPS in /.../homepage/head.php on line 7, referer:
http://.../login.php
[Fri Mar 29 20:15:30 2013] [error] [client __.__.__.__] PHP Notice:
Undefined variable: selector in /.../home.php on line 37, referer:
http://.../login.php
I've also tried the suggestions here without success. Anyone have any other ideas?