[opensuse-factory] /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti test server on http://127.0.0.1/
Hello, I am trying to create a /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti test server on http://127.0.0.1/ I am trying to use the software listed in [2]. Using this Documentation in [2] currently I get this error[1] files in /srv/www/htdocs/ are: # ls /srv/www/htdocs/ gif info2html.cs Question: What should the content of /srv/www/htdocs/index.html be, to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn [1] Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster. Error 403 127.0.0.1 Apache/2.4.6 (Linux/SUSE) [2]http://en.opensuse.org/Cacti -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
doiggl@velocitynet.com.au wrote:
Hello, I am trying to create a /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti test server on http://127.0.0.1/ I am trying to use the software listed in [2]. Using this Documentation in [2]
currently I get this error[1]
files in /srv/www/htdocs/ are: # ls /srv/www/htdocs/ gif info2html.cs
Question: What should the content of /srv/www/htdocs/index.html be, to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn
Hi Glenn You're looking at how to configure cacti and apache 2.4, neither of which is really on-topic here on opensuse-factory.
[1] Access forbidden!
This is a permission problem, you need to look at e.g. a <Directory> section and the "require" setting. This could be in your vhosts definition, or default-server.conf or httpd.conf. You need the same for /srv/www/cacti. -- Per Jessen, Zürich (14.0°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Question: What should the content of /srv/www/htdocs/index.html be, to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn
Hi Glenn
You're looking at how to configure cacti and apache 2.4, neither of which is really on-topic here on opensuse-factory.
-- Per Jessen, Zürich (14.0°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland.
Hello, Thanks , which list can I ask this question on ? --Glenn -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
doiggl@velocitynet.com.au wrote:
Question: What should the content of /srv/www/htdocs/index.html be, to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn
Hi Glenn
You're looking at how to configure cacti and apache 2.4, neither of which is really on-topic here on opensuse-factory.
-- Per Jessen, Zürich (14.0°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland.
Hello, Thanks , which list can I ask this question on ? --Glenn
I would suggest first opensuse-general, then maybe an apache list. -- Per Jessen, Zürich (13.1°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
El 14/09/13 12:32, doiggl@velocitynet.com.au escribió:
Hello, I am trying to create a /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti test server on http://127.0.0.1/ I am trying to use the software listed in [2]. Using this Documentation in [2]
currently I get this error[1]
files in /srv/www/htdocs/ are: # ls /srv/www/htdocs/ gif info2html.cs
Question: What should the content of /srv/www/htdocs/index.html be, to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn
[1] Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster. Error 403 127.0.0.1 Apache/2.4.6 (Linux/SUSE)
what the index.html contains do not matter, it could become a file that redirects to the cacti installation, or just a blank file. btw, what you are seeing is not an error, or a bug, or anything other than the expected behavior. when there is no index in the directory, apache by default returns code 403. "Judging by their response, the meanest thing you can do to people on the Internet is to give them really good software for free". - Anil Dash -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
El 14/09/13 12:32, doiggl@velocitynet.com.au escribió:
Hello, I am trying to create a /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti test server on http://127.0.0.1/ I am trying to use the software listed in [2]. Using this Documentation in [2]
currently I get this error[1]
files in /srv/www/htdocs/ are: # ls /srv/www/htdocs/ gif info2html.cs
Question: What should the content of /srv/www/htdocs/index.html be, to call up
On Mon, 16 Sep 2013 13:14:03 -0300, Cristian Rodríguez <crrodriguez@opensuse.org> wrote: the
cacti installation screens as listed in the documentation [2] Thankyou Glenn
[1] Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster. Error 403 127.0.0.1 Apache/2.4.6 (Linux/SUSE)
what the index.html contains do not matter, it could become a file that redirects to the cacti installation, or just a blank file.
btw, what you are seeing is not an error, or a bug, or anything other than the expected behavior. when there is no index in the directory, apache by default returns code 403.
"Judging by their response, the meanest thing you can do to people on the Internet is to give them really good software for free". - Anil Dash
Another question: So how can the initial cacti installation be started cosidering there is no /srv/www/htdocs/index.html and the cacti installation process needs starting. ? Screens look like those listed in[1] screenshots. The configuration settings are in /etc/apache2/vhosts.d/cacti.conf which contain these settings[2] Is there some text/help pages written about setting up virtual hosts/web services lamp services on opensuse. Thanks Glenn [1]http://en.opensuse.org/Cacti [2] /etc/apache2/vhosts.d/cacti.conf <VirtualHost *:80> ServerAdmin rauhmaru@opensuse.org ServerName cacti.local DocumentRoot /srv/www/cacti/ ErrorLog /var/log/apache2/cacti-error_log CustomLog /var/log/apache2/cacti-access_log combined HostnameLookups Off UseCanonicalName Off ServerSignature On <IfModule mod_userdir.c> UserDir public_html Include /etc/apache2/mod_userdir.conf </IfModule> <Directory " /srv/www/cacti"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> </VirtualHost> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sunday 15 September 2013 10.43:06 doiggl@velocitynet.com.au wrote:
ServerName cacti.local
then access you cacti by the name you give it http://cacti.local which will work if you have a dns way to resolve this host name to point it to the real apache serving cacti. -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member GPG KEY : D5C9B751C4653227 irc: tigerfoot -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Bruno Friedmann
-
Cristian Rodríguez
-
doiggl@velocitynet.com.au
-
Per Jessen