I upgraded from 3.x tonight but I'm having issues with a virtual host template that uses symlinks
The vh_root is like this:
/home/sites/public_html/site1/public/$VH_ NAME
public is a symlink to the users site folder, which they have access to:
/home/user_site/
I have an access log setup to:
$VH_ROOT/../../log/$VH_NAME/access.log
Now awstats wont work because it tries to follow the ../../ and ends up trying to find the access log at:
/home/log/[vh_name]/access.log
(with [config:vhost:[vh_name]:logging:accesslog] log file is not writable error)
Instead of following the symlink path back properly to: [EDIT]
/home/sites/public_html/site1/log/$VH_ NAME/access.log
Luke
The vh_root is like this:
/home/sites/public_html/site1/public/$VH_ NAME
public is a symlink to the users site folder, which they have access to:
/home/user_site/
I have an access log setup to:
$VH_ROOT/../../log/$VH_NAME/access.log
Now awstats wont work because it tries to follow the ../../ and ends up trying to find the access log at:
/home/log/[vh_name]/access.log
(with [config:vhost:[vh_name]:logging:accesslog] log file is not writable error)
Instead of following the symlink path back properly to: [EDIT]
/home/sites/public_html/site1/log/$VH_ NAME/access.log
Luke