R
Roosta21
Guest
I have project on the server that requires it to be outside of plesk..due to have phpmyadmin.. that can be accessible from the outside with going into the plesk..
I set up a virtual container similar to below in zz010_psa_httpd.conf
<VirtualHost 217.XXX.XX.47:80>
ServerName mydomain.co.uk
ServerAdmin
DocumentRoot /var/www/html/ucc
ErrorLog logs/ucc_error
CustomLog logs/ucc_log combined
ErrorDocument 404 /404.html
</VirtualHost>
It worked fine for a while, although I was aware that anytime something was updated, plesk would remove the above line. so i just re-inserted and it found the files..
but now it does work even if the Virtual Host container is insert.
Can there be any other setting that is disrupting the address no longer working..
domains created in plesk are fine
dns is correct
I set up a virtual container similar to below in zz010_psa_httpd.conf
<VirtualHost 217.XXX.XX.47:80>
ServerName mydomain.co.uk
ServerAdmin
DocumentRoot /var/www/html/ucc
ErrorLog logs/ucc_error
CustomLog logs/ucc_log combined
ErrorDocument 404 /404.html
</VirtualHost>
It worked fine for a while, although I was aware that anytime something was updated, plesk would remove the above line. so i just re-inserted and it found the files..
but now it does work even if the Virtual Host container is insert.
Can there be any other setting that is disrupting the address no longer working..
domains created in plesk are fine
dns is correct