Have you ever seen something like that:
telnet localhost 443
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
But
netstat -tapn | grep 443 -> no reply
lsof -i 443 -> no reply
I have tried to delete the VirtualHosts with SSLs and port 443 and the 443 port appeared
on the netstat table. The whole situation is very strange because the httpd restart process
takes more than 30 seconds. The same operation takse ~2 seconds on a "normal" server.
The number of the Vhosts is the same.
Have you ever seen something like that.
telnet localhost 443
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
But
netstat -tapn | grep 443 -> no reply
lsof -i 443 -> no reply
I have tried to delete the VirtualHosts with SSLs and port 443 and the 443 port appeared
on the netstat table. The whole situation is very strange because the httpd restart process
takes more than 30 seconds. The same operation takse ~2 seconds on a "normal" server.
The number of the Vhosts is the same.
Have you ever seen something like that.