Re: [users@httpd] 403 Forbidden

2016-07-06 Thread newlifeR REN
Dear Eric,
First of all,thank you for attention to my issuse :)
Yes,I have updated httpd.conf file as Administrator and I uploaded the
error log and the
httpd.conf file

2016-07-06 18:35 GMT+08:00 Eric Covener :

> On Wed, Jul 6, 2016 at 4:13 AM, newlifeR REN  wrote:
> > I have installed wampserver(apache 2.4.18) on windows  when i access the
> > server on other pc and I have got en Error 403(you didn't have
> permission to
> > access on this server).I have changed the httpd.conf file following and I
> > also get the same error 403:
>
>
> What does your ErrorLog say?  Did you update your httpd.conf as
> Administrator?
>
> --
> Eric Covener
> cove...@gmail.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


apache_error.log
Description: Binary data


httpd.conf
Description: Binary data

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

[users@httpd] 403 Forbidden

2016-07-06 Thread newlifeR REN
Hi bros,
I have installed wampserver(apache 2.4.18) on windows  when i access the
server on other pc and I have got en Error 403(you didn't have permission
to access on this server).I have changed the httpd.conf file following and
I also get the same error 403:

DocumentRoot "c:/wamp/www"

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI
MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options +Indexes +FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess
files.
# It can be "All", "None", or any combination of the keywords:
#   AllowOverride FileInfo AuthConfig Limit
#
AllowOverride all

#
# Controls who can get stuff from this server.
#

#   onlineoffline tag - don't remove
 Require all granted