maybe chmod 0644 'apache2/conf-available/charset.conf'
maybe chmod 0644 'apache2/conf-available/gitweb.conf'
maybe chmod 0644 'apache2/conf-available/httpd.conf'
-maybe chmod 0644 'apache2/conf-available/icingaweb2.conf'
maybe chmod 0644 'apache2/conf-available/javascript-common.conf'
maybe chmod 0644 'apache2/conf-available/localized-error-pages.conf'
maybe chmod 0644 'apache2/conf-available/loolwsd.conf'
maybe chmod 0644 'bash_completion.d/gem1.9.1'
maybe chmod 0644 'bash_completion.d/git-prompt'
maybe chmod 0644 'bash_completion.d/grub'
-maybe chmod 0644 'bash_completion.d/icingacli'
maybe chmod 0644 'bash_completion.d/insserv'
maybe chmod 0644 'bash_completion.d/libreoffice.sh'
maybe chmod 0644 'bash_completion.d/openvpn'
maybe chmod 0755 'icinga'
maybe chmod 0755 'icinga/objects'
maybe chmod 0644 'icinga/objects/usg.cfg'
-maybe chgrp 'icingaweb2' 'icingaweb2'
-maybe chmod 2770 'icingaweb2'
-maybe chgrp 'icingaweb2' 'icingaweb2/enabledModules'
-maybe chmod 2750 'icingaweb2/enabledModules'
-maybe chgrp 'icingaweb2' 'icingaweb2/modules'
-maybe chmod 2770 'icingaweb2/modules'
-maybe chmod 0755 'icingaweb2/modules/translation'
-maybe chmod 0644 'icingaweb2/modules/translation/config.ini'
maybe chmod 0644 'idmapd.conf'
maybe chmod 0755 'ifplugd'
maybe chmod 0755 'ifplugd/action.d'
+++ /dev/null
-Alias /icingaweb2 "/usr/share/icingaweb2/public"
-
-<Directory "/usr/share/icingaweb2/public">
- Options SymLinksIfOwnerMatch
- AllowOverride None
-
- SetEnv ICINGAWEB_CONFIGDIR "/etc/icingaweb2"
-
- EnableSendfile Off
-
- <IfModule mod_rewrite.c>
- RewriteEngine on
- RewriteBase /icingaweb2/
- RewriteCond %{REQUEST_FILENAME} -s [OR]
- RewriteCond %{REQUEST_FILENAME} -l [OR]
- RewriteCond %{REQUEST_FILENAME} -d
- RewriteRule ^.*$ - [NC,L]
- RewriteRule ^.*$ index.php [NC,L]
- </IfModule>
-
- <IfModule !mod_rewrite.c>
- DirectoryIndex error_norewrite.html
- ErrorDocument 404 /error_norewrite.html
- </IfModule>
-</Directory>