|
The unable to connect error is when I try to access the development site's home page while running litespeed, with and without apache running. And the second error is on the phpmyadmin login page.
Info on Port 80: netstat -antlp | grep 80
tcp 0 0 0.0.0.0:8088 0.0.0.0:* LISTEN 26177/litespeed (ls
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 26177/litespeed (ls
tcp 0 0 :::80 :::* LIST
Also, I do have the following on httpd.conf (not sure if it's relevant or not):
Listen 80
NameVirtualHost *:80
|