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