Apache Error 403 localhost

Error 403
You don’t have permission to access the requested object. It is either read-protected or not readable by the server.

with:

http://localhost/
http://127.0.0.1

Error_log
[Tue Jul 29 23:16:15 2008] [error] [client 127.0.0.1] client denied by server configuration

My access to server local machine run correctly before I used Yast to check HTTP default settings.
Apparently Yast create a Yast2_Vhost.cong file in /etc/apache2/vhosts.d

!! access with http://localhost/username/info.php works OK

What directives and in what conf file I must change to fix it or is it permissions?

/srv/www/htdocs owner root

/etc/apache2 owner root

Apache/2.2.4 (Linux/SUSE) SUSE 10.3 Gnome 2.x

Please help

Founded the cause and a solution!

Using Yast2 “HTTP Server” GUI it created a new filename yast2_vhosts.conf in /etc/apache2/vhosts.d/

this process overwrite the default installation settings by enabling a virtual host. Virtual host not working???

So I’m back to default settings.