colao
#1
After typing localhost on browser:
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
rpm -qa | grep apache2
apache2-doc-2.2.10-2.8.1
apache2-prefork-2.2.10-2.8.1
apache2-2.2.10-2.8.1
apache2-mod_php5-5.2.11-0.1.1
apache2-utils-2.2.10-2.8.1
Can’t find www directory in /var/
user
#2
> Can’t find …
finding stuff is not always easy, huh?
maybe you missed it, but along with your free download of openSUSE
came free documentation…
try the docs here:
http://www.novell.com/documentation/opensuse110/opensuse110_startup/data/opensuse110_startup.html
here: http://en.opensuse.org/Documentation
or here: file:///usr/share/doc/manual/opensuse-manual_en/manual/index.html
perhaps if none of those help, you will have some luck with these:
http://forums.opensuse.org/search.php
or http://www.google.com/linux
of course, if you run into trouble after researching the docs, the
friendly unpaid volunteer helpers here will pitch in and try to give
you a hand…
–
palladium
Have a lot of fun…
www directory is not in /var but in /srv
also, you didn’t post your apache config, yet expect use to magically guess what’s wrong
hcvv
#5
And what is in there?
But better first read the ocumentation.
The reason why your getting the error is, you don’t have a defautl index.html in the /srv/www/htdocs folder.
By default it’s empty…