Forbidden Access Permissen Ubuntu 14.04.

Hi everyone,
I can´t access our new test installation. I don’t have any Apache knowledge and I guess that´s where the problem lays.
I tried to create a vHost, as well as I tried to follow the instructions from the how to page regarding /etc/apache2/sites-available/default <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> Without any success. Help would be highly appreciated.
Thanks and regards, Flo

Hi,
Did you restart apache?
/etc/init.d/apache2 restart
adam.
Sent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm...] On 08/07/2015 08:35:37, Florian Schnelle f.schnelle@me.com wrote: Hi everyone,
I can´t access our new test installation. I don’t have any Apache knowledge and I guess that´s where the problem lays.
I tried to create a vHost, as well as I tried to follow the instructions from the how to page regarding /etc/apache2/sites-available/default <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> Without any success. Help would be highly appreciated.
Thanks and regards, Flo

Hi,
yes i did, as well as a reboot. It is a virtual machine running on my Work Notebook. (VMware Workstation 11 - NAT Network setting).
Thanks, Florian
Am 08.07.2015 um 09:40 schrieb Adam Armstrong adama@memetic.org:
Hi,
Did you restart apache?
/etc/init.d/apache2 restart
adam.
Sent from Mailbird http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm_campaign=sent-from-mailbirdOn 08/07/2015 08:35:37, Florian Schnelle f.schnelle@me.com wrote:
Hi everyone,
I can´t access our new test installation. I don’t have any Apache knowledge and I guess that´s where the problem lays.
I tried to create a vHost, as well as I tried to follow the instructions from the how to page regarding /etc/apache2/sites-available/default <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> Without any success. Help would be highly appreciated.
Thanks and regards, Flo
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

replace your /etc/apache2/sites-enabled/000-default with this :
<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /opt/observium/html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined ServerSignature On </VirtualHost>
adam.
Sent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm...] On 08/07/2015 08:43:57, Florian Schnelle f.schnelle@me.com wrote: Hi,
yes i did, as well as a reboot. It is a virtual machine running on my Work Notebook. (VMware Workstation 11 - NAT Network setting).
Thanks, Florian
Am 08.07.2015 um 09:40 schrieb Adam Armstrong <adama@memetic.org [mailto:adama@memetic.org]>:
Hi,
Did you restart apache?
/etc/init.d/apache2 restart
adam.
Sent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm...] On 08/07/2015 08:35:37, Florian Schnelle <f.schnelle@me.com [mailto:f.schnelle@me.com]> wrote: Hi everyone,
I can´t access our new test installation. I don’t have any Apache knowledge and I guess that´s where the problem lays.
I tried to create a vHost, as well as I tried to follow the instructions from the how to page regarding /etc/apache2/sites-available/default <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> Without any success. Help would be highly appreciated.
Thanks and regards, Flo _______________________________________________ observium mailing list observium@observium.org [mailto:observium@observium.org] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

Hi,
EXCELLENT! That worked. Now I just need to understand what I made wrong and what the difference is/was.
Thanks and regards, Florian
Am 08.07.2015 um 09:56 schrieb Adam Armstrong adama@memetic.org:
<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /opt/observium/html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /opt/observium/html/> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel warn CustomLog ${APACHE_LOG_DIR}/access.log combined ServerSignature On
</VirtualHost>

Hi Florian,
Our Apache configuration looks like this;
<VirtualHost *:80> DocumentRoot /opt/observium/html/ ServerName observium.domain.com CustomLog /opt/observium/logs/access_log combined ErrorLog /opt/observium/logs/error_log <Directory "/opt/observium/html/"> AllowOverride All Options FollowSymLinks MultiViews </Directory> </VirtualHost>
And is working fine.
Thanks and regards,
Bruce
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Florian Schnelle Sent: Wednesday, 8 July 2015 17:43 To: Observium Network Observation System Subject: Re: [Observium] Forbidden Access Permissen Ubuntu 14.04.
Hi,
yes i did, as well as a reboot. It is a virtual machine running on my Work Notebook. (VMware Workstation 11 - NAT Network setting).
Thanks, Florian
Am 08.07.2015 um 09:40 schrieb Adam Armstrong <adama@memetic.orgmailto:adama@memetic.org>:
Hi,
Did you restart apache?
/etc/init.d/apache2 restart
adam.
Sent from Mailbirdhttp://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm_campaign=sent-from-mailbird On 08/07/2015 08:35:37, Florian Schnelle <f.schnelle@me.commailto:f.schnelle@me.com> wrote: Hi everyone,
I can´t access our new test installation. I don’t have any Apache knowledge and I guess that´s where the problem lays.
I tried to create a vHost, as well as I tried to follow the instructions from the how to page regarding /etc/apache2/sites-available/default
<Directory /opt/observium/html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory> Without any success. Help would be highly appreciated.
Thanks and regards, Flo _______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Bruce Guthrie
-
Florian Schnelle