Hello
I am new in linux, and I installed with apache 2.0.50 also I have apache with default installation.
my question is because after the apache server was installed was working well and editing the httpd.conf and httpd2.conf and having forbidden error when everybody try to access the home page
=====================
"Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/5mdk) mod_ssl/2.0.50 OpenSSL/0.9.7d PHP/4.3.8 Server at 127.0.0.1 Port 80"
===================
I am trying to reconfigured but as newbie I have lot of questions.
what apache server use to read the configuration, httpd.cong or httpd2.conf
this is the first line of my http2.conf
=================
ServerRoot /etc/httpd/2.0
#ServerName localhost
#LockFile /etc/httpd/httpd.lock
PidFile /var/run/httpd.pid
ErrorLog logs/error_log
LogLevel warn
DocumentRoot /var/www/html
==================
this is the first line of my http.conf
=====================
ServerType standalone
ServerRoot /etc/httpd
#ServerName localhost
#LockFile /etc/httpd/httpd.lock
PidFile /var/run/httpd.pid
ScoreBoardFile /etc/httpd/httpd.scoreboard
ErrorLog logs/error_log
LogLevel warn
ResourceConfig /dev/null
AccessConfig /dev/null
DocumentRoot /var/www/html
===================
any help will be great
thanks
