Litespeed not reading Apache Config

webizen

Well-Known Member
#2
You were requesting to http://www.yourdomain.com:8088 which is the native LSWS vhost you setup and has nothing to do with Apache config.

Based on the config in LSWS (see below), LSWS is serving http://www.yourdomain.com:8080 (Apache is listening on port 80). So you should have requested to http://www.yourdomain.com:8080 instead.
Code:
Load Apache Configuration         Yes
Auto Reload On Changes(depricated) Yes
Apache Binary Path/usr/sbin/httpd.worker
Apache Configuration File            /etc/httpd/conf/httpd.conf
Apache Port Offset         8000
 
Last edited:
Top