[opensuse] configuration help for cacti apache/lamp/cacti opensuse test server on http://127.0.0.1/

Hello, Need some configuration help. I am trying to create a /srv/www/htdocs/index.html content for a opensuse apache/lamp/cacti installation test server on http://127.0.0.1/ I am trying to use the cacti documentation listed in [1], and I am need help to get to the install screens. [1]http://en.opensuse.org/Cacti files in /srv/www/htdocs/ are: # ls /srv/www/htdocs/ gif info2html.cs [2] I have a /etc/apache2/vhosts.d/cacti.conf and the content is: <VirtualHost *:80> ServerAdmin user@loclhost ServerName localhost 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> Question: What should the content of /srv/www/htdocs/index.html looklike so to call up the cacti installation screens as listed in the documentation [2] Thankyou Glenn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
doiggl@velocitynet.com.au