Skip to main content
Sign in
Snippets Groups Projects
Commit eca4daf7 authored by Andreas Thienemann's avatar Andreas Thienemann Committed by Andreas Thienemann
Browse files

Fix DocumentRoot on Red Hat

The current docroot ist set to /var/www. This is incorrect.
Fix with correct value /var/www/html.
parent ff021d36
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
'default_site_ssl': 'default-ssl', 'default_site_ssl': 'default-ssl',
'logdir': '/var/log/httpd', 'logdir': '/var/log/httpd',
'logrotatedir': '/etc/logrotate.d/httpd', 'logrotatedir': '/etc/logrotate.d/httpd',
'wwwdir': '/var/www', 'wwwdir': '/var/www/html',
'default_charset': 'UTF-8', 'default_charset': 'UTF-8',
'use_require': False, 'use_require': False,
'moddir': '/etc/httpd/conf.modules.d', 'moddir': '/etc/httpd/conf.modules.d',
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment