When trying to create a new virtual server or instantiate one from the php template I get the following error:
The folder does in fact exist. I can copy the path and run a stat on it just fine.
The folder and all files inside are owned by the same user and group the server is running under with normal permission. I even tried chmoding everything 775 out of desperation.
My virtual host template has the following path settings:
Any suggestions or ideas on how to fix this will be appreciated.
Thanks
Code:
Please fix error: Virtual Host Root /home/folder/domain.com does not exist.
The folder and all files inside are owned by the same user and group the server is running under with normal permission. I even tried chmoding everything 775 out of desperation.
My virtual host template has the following path settings:
Code:
Virtual Host Root: /home/folder/$VH_NAME
Config File: $SERVER_ROOT/conf/$VH_NAME.xml
Document Root: $VH_ROOT/public/
Thanks