Apache configuration

hellreturn

Active member
Apache shows default page and doesn't load site configuration. OS: Debian 10.

Site is enabled but somehow it doesn't show files from public_html folder. Any help is appreciated.

Code:
<VirtualHost *:443>
SSLEngine On
ServerAdmin admin@abc.com
ServerName abc.com
ServerAlias *.abc.com
DocumentRoot /home/xx/public_html

SSLEngine on
SSLCertificateFile    /home/xx/ssl.cert
SSLCertificateKeyFile /home/xx/ssl.key

<Directory /home/xx/public_html>
Require all granted
</Directory>

ErrorLog /home/xx/logs/error.log
CustomLog /home/xx/logs/access.log common
LogLevel debug

</VirtualHost>
 
Last edited:
if u use CP this problem not have. and if u senior off linux u don't have CP.

I am not rookie and have other machines.. somehow never had this issue on any. Only getting on my new one with Debian 10. So was wondering it's related to it.
 
Top Bottom