maybe chmod 0644 'apache2/modules.d/47_mod_dav_svn.conf'
maybe chmod 0644 'apache2/modules.d/70_mod_php.conf'
maybe chmod 0644 'apache2/modules.d/70_mod_php5.conf'
-maybe chmod 0644 'apache2/modules.d/99_nagios3.conf'
maybe chmod 0644 'apache2/modules.d/99_nagios4.conf'
maybe chmod 0755 'apache2/ssl'
maybe chmod 0600 'apache2/ssl/egroupware-cert.pem'
+++ /dev/null
-<IfDefine NAGIOS>
- ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi-bin/
- <Directory "/usr/lib/nagios/cgi-bin/">
- AllowOverride AuthConfig
- Options ExecCGI
- Order allow,deny
- Allow from all
- </Directory>
- Alias /nagios /usr/share/nagios/htdocs
- <Directory "/usr/share/nagios/htdocs">
- AllowOverride AuthConfig
- Order allow,deny
- Allow from all
- </Directory>
-</IfDefine>