I created a new virtual host for a domain name say, someName.com with the custom Document Root (/home/someName/html) having just one index.html page. The owner and group of the document root folder is the domain name without the extension (someName:someName). I have specified "someName" in the Run as User as well as the Run as Group option in the (virtual host level) External App > LiteSpeed SAPI configuration page.
OpenLiteSpeed returns a 404 error message when trying to access this domain. What is causing this and how can I fix it?
----
The virtual host has the following configuration:
BASIC:
Base:
Virtual Host Name someName
Virtual Host Root someName.com/
Config File $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf
Security:
Follow Symbolic Link Yes
Enable Scripts/ExtApps Yes
Restrained Yes
External App Set UID Mode DocRoot UID
suEXEC User $VH_USER
suEXEC Group $VH_USER
GENERAL:
General:
Document Root /home/someName/html
Domain Name someName.com
Enable GZIP Compression Yes
Index Files:
Use Server Index Files No
Index Files index.html, index.php
OpenLiteSpeed returns a 404 error message when trying to access this domain. What is causing this and how can I fix it?
----
The virtual host has the following configuration:
BASIC:
Base:
Virtual Host Name someName
Virtual Host Root someName.com/
Config File $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf
Security:
Follow Symbolic Link Yes
Enable Scripts/ExtApps Yes
Restrained Yes
External App Set UID Mode DocRoot UID
suEXEC User $VH_USER
suEXEC Group $VH_USER
GENERAL:
General:
Document Root /home/someName/html
Domain Name someName.com
Enable GZIP Compression Yes
Index Files:
Use Server Index Files No
Index Files index.html, index.php
Last edited: