Issue on NFS

#1
Hello,

I was mounted vhost data path on NFS, at example :

mount 10.0.0.10:/home/sharing /home/data

I was configured litespeed and install wordpress sucessfully but have problem : Rewrite url show 404 page, i tested with local path and it's no problem.

Anyone can give me advise about this case ? I sure that all files are readable, right permission, nfs is working fine. Only rewrite have problem if use nfs folder.

Regards,
 

webizen

Well-Known Member
#2
Please enable rewrite logging to debug:

For LSWS vhost, go to Admin Console => Virtual Host => Rewrite, set Log Level to 9. Grep REWRITE entries in vhost error log.

For Apache vhost, add "RewriteLogLevel 9" to vhost of httpd.conf. Grep REWRITE entries in server error log (/usr/local/apache/logs/error_log).
 
Top