Ubuntu 13.10 and Apache 2.4 virtualhost permission fix
![](https://secure.gravatar.com/avatar/b253e71bfd6d6f10dcf32c2b7744ffbb.jpg?s=120&d=mm&r=g)
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 [cid:image001.jpg@01CF4821.C97F2F70]
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 www.computerline.comhttp://www.computerline.com/
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
Hi Pirmin,
I recently discovered this when upgrading the project server to 14.04 to update the install guide.
:D
Very annoying to have to update 20 vhosts manually!
adam.
On 2014-03-25 05:00, Pirmin Sidler - Computerline wrote:
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
WWW.COMPUTERLINE.COM [1]
Links:
[1] http://www.computerline.com/
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Adam Armstrong
-
Pirmin Sidler - Computerline