User talk:GutenYe

From ArchWiki

Aliases in Apache for Icinga

let me start by thanking you for maintaining the package in AUR and the entry in the Wiki. I do however think you could have added the aliases, probably during install install:

 # icinga-web apache configuration
 # - Enable all options .htaccess
 # - Add extjs library to alias
 #
 
 Alias /icinga-web/js/ext3 "/usr/share/icinga-web/lib/ext3"
 Alias /icinga-web "/usr/share/icinga-web/pub"
 
 <Directory "/usr/share/icinga-web/lib/ext3">
   Order allow,deny
   Allow from all
 </Directory>
 
 <Directory "/usr/share/icinga-web/pub">
   DirectoryIndex index.php
   Options FollowSymLinks
   AllowOverride all
   Order allow,deny
   Allow from all
 </Directory>

See http://docs.icinga.org/latest/en/icinga-web-scratch.html