k1k

Active Member
Mar 24, 2006
27
0
151
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.
 

aby

Well-Known Member
May 31, 2005
638
0
166
India
Try

lsof -i tcp:443
netstat -apn | grep :443


About apache restart taking too much time.. please check the apache errror_log if u find something wrong..
 

k1k

Active Member
Mar 24, 2006
27
0
151
:()

Thanks for the reply
But as I told netstat and lsof can not find :443 entries.