Hi All,
I have setup a new server on linode with Centos 7 which was then converted to CloudLinux. I installed CageFS and set it up, then installed litespeed. The default virtual host works a treat but the second virtual host I have setup produces a 404 error with the following on the server log.
LS output
Where should I be looking at as I suspect this is a permissions issue?
I have setup a new server on linode with Centos 7 which was then converted to CloudLinux. I installed CageFS and set it up, then installed litespeed. The default virtual host works a treat but the second virtual host I have setup produces a 404 error with the following on the server log.
Code:
2018-02-05 08:08:10.162827 [INFO] [92.16.158.197:63764] File not found [/home/corstocart/public_html/index.html]
2018-02-05 08:08:10.162874 [INFO] [92.16.158.197:63764] Cannot found appropriate handler for [/index.html]
Code:
[root@corsto2 logs]# ls /home/ -l
total 8
drwx------ 5 corstocart corstocart 4096 Feb 4 23:43 corstocart
drwx------ 4 test test 4096 Feb 4 23:15 test
Code:
[root@corsto2 logs]# ls /home/corstocart -l
total 4
drwxrwxr-x 2 corstocart corstocart 4096 Feb 4 23:43 public_html
Code:
[root@corsto2 logs]# ls /home/corstocart/public_html -l
total 4
-rw-rw-r-- 1 corstocart corstocart 10 Feb 4 23:43 index.html