Thanks for all the answers. I reply to them in one Email instead of three:

------------------------

Mackey, Harold A.:
Order Allow/Deny is reversed on the WAMP settings. Is that correct?
Also, This usually means the folder you are hosting the WAMP out of does
not have the correct rights to serve up Apache.

Didn't see that, thank you. Changed it to Deny,Allow in the <Directory />.

------------------------

Eric Covener:
Step 1 is to read the error log.

The error log states:

[authz_core:error] [pid 1992:tid 1508] [client 127.0.0.1:50312] AH01630: client denied by server configuration: C:/wamp/www/ [authz_core:error] [pid 1992:tid 1508] [client 127.0.0.1:50312] AH01630: client denied by server configuration: C:/wamp/www/favicon.ico [authz_core:error] [pid 1992:tid 1508] [client 127.0.0.1:50312] AH01630: client denied by server configuration: C:/wamp/www/favicon.ico

I don't know what new information i should get out of that...

-------------------------

On Fri, 04 Jul 2014 14:28:41 +0200
 Oscar Knorn <oscar.kn...@uni-duisburg-essen.de> wrote:
Please provide foll httpd.conf.

Please provide a list of active modules.

first read this information on new 'Allow' syntax of 2.4 :
http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html#allow

read this information on new 'Order' syntax of 2.4 :
http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html#order

read this information on new 'AllowOverride' syntax of 2.4 :
http://httpd.apache.org/docs/2.4/mod/core.html#allowoverride

read this information on new 'Require' syntax of 2.4 :
http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html#require

Cheers, Oscar

The active modules are (shall i really post the whole httpd.conf? It's huge...):
mod_access_compat.so
mod_actions.so
mod_alias.so
mod_allowmethods.so
mod_asis.so
mod_auth_basic.so
mod_authn_core.so
mod_authn_file.so
mod_authz_core.so
mod_authz_groupfile.so
mod_authz_host.so
mod_authz_user.so
mod_autoindex.so
mod_cgi.so
mod_dir.so
mod_env.so
mod_include.so
mod_isapi.so
mod_log_config.so
mod_mime.so
mod_negotiation.so
mod_setenvif.so
php5_module "c:/wamp/bin/php/php5.4.12/php5apache2_4.dll"

Thanks for providing the syntax links, but this give me any new information :(

Greetings,
Jan

Am 04.07.2014 13:00, schrieb Jan Christoph Schatteburg:
Hi,

i'm quite new to Apache and Servers in general and on my Wamp Server on a Windows 7 System using Apache 2.4.4 i get the following Error when trying to access localhost (from the Server machine of course ;)):

--------------------------
Forbidden

You don't have permission to access / on this server.
--------------------------

My httpd.conf has the following entries:

--------------------------
<Directory />
    AllowOverride none
    Order Deny,Allow
    Allow from all
</Directory>

<Directory "c:/wamp/www">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order Allow,Deny
    Allow from all
</Directory>
--------------------------

I tried several different wordings like "Require all granted" instead of "Order Allow,Deny Allow from all" but nothing worked :(

I would be happy if somebody could help me.

Thanks,
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to