Hi,
Maybe you want to include, in the installation tutorial, the solution tot he virtualhost permission problem under Ubuntu 13.10 :
Solution ist to have a virtualhost like this ( „Require all granted“ is the key option) :
VirtualHost *:80>
DocumentRoot /opt/observium/html/
ServerName test.domain.tld
CustomLog /opt/observium/logs/access_log combined
ErrorLog /opt/observium/logs/error_log
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /opt/observium/html/>
Require all granted
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
I think it will be help a lot of users as this is the only issue I met with the Ubuntu 13.10 distro.
Best regards!
Freundliche Grüsse,
Pirmin Sidler
System & Netzwerk Ingenieur
Computerline GmbH
Schellenrain 5
CH-6210 Sursee
Tel. +41 41 525 20 70
Niederlassungen
Gibelstrasse 3, CH-6231 Schlierbach
Badenerstrasse 808, CH-8048 Zürich
Tel. +41 44 500 50 20