![](https://seccdn.libravatar.org/avatar/29b81b0b98e8ef7ad3358a1a78734f79.jpg?s=120&d=mm&r=g)
Hello, Questions: I need some apache2 help. 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] 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. What am i missing, can someone tell me whats missing in the documentation ? Thankyou Glenn [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> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org