Actions
Bug #5370
closedApache documentroot for SLES seems misconfigured
Bug #5370:
Apache documentroot for SLES seems misconfigured
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In /opt/rudder/etc/rudder-apache-common.conf it says:
DocumentRoot /var/www
on SLES the Apache docroot is at the following location:
rudders1:~ # ls /srv/www
cgi-bin htdocs
The SLES package (rudder-webapp-2.11.1.release-1.SLES.11) would have to either create /var/www or use /srv/www
(I think the latter is easier for the SLES users)
Actions