Hi,
I follow guide to setup CWP , Varnish, create user account, set Fix permission..... restart Apache many times.
I upload my website by FTP account to public_html , but i still get http test page.
so, i rename index.html file to index_1.html, and i get the content below on my website:
Index of /
index_1.html
phpMyAdmin/
roundcube/
webftp_simple/
Website is not get correct location in public_html , BUT, now i can get any images on link :
www.mydomain.com:82/images/picture.jpg ==> it's show the picture
www.mydomain.com/images/picture.jpg ==> it's show message "Not Found . The requested URL /images/picture.jpg was not found on this server.
I check Apache, Varnish : it still works
This is the information in Edit Apache vHosts :
# vhost_start mydomain.com
<VirtualHost 123.123.123.123:82>
ServerName mydomain.com
ServerAlias
www.mydomain.comServerAdmin myemail@gmail.com
DocumentRoot "/home/cwpvps/public_html"
ScriptAlias /cgi-bin/ "/home/cwpvps/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/cwpvps/mydomain.com/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup cwpvps cwpvps
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup cwpvps cwpvps
suPHP_ConfigPath /home/cwpvps
</IfModule>
<Directory "/home/cwpvps/public_html">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end mydomain.com
Please help me to fix this issue.
Many thanks