Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Eric Covener
On Tue, Jan 20, 2015 at 11:32 AM, Eric Covener wrote: >> ErrorLog "logs/portal-error_log" > > Was your error in the expected log? Could be wrong vhost. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For ad

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
I change my directive , but not work again. ServerAdmin webmas...@openlabtec.com DocumentRoot /var/www/www.portal.oduvaldocozzi.intranet ServerName portal.oduvaldocozzi.intranet Options Indexes FollowSymLinks MultiViews AllowOverride None

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Eric Covener
On Tue, Jan 20, 2015 at 11:06 AM, Rodrigo Cunha wrote: > > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > allow from all > DirectoryIndex index.php index.html > >

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
[Tue Jan 20 14:04:07.481307 2015] [authz_core:error] [pid 26576:tid 3065178992] [client 192.168.0.2:58479] AH01630: client denied by server configuration: /var/www/www.portal.oduvaldocozzi.intranet/ 2015-01-20 14:07 GMT-02:00 Eric Covener : > On Tue, Jan 20, 2015 at 11:04 AM, Rodrigo Cunha > wro

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Eric Covener
On Tue, Jan 20, 2015 at 11:04 AM, Rodrigo Cunha wrote: > 192.168.0.2 - - [20/Jan/2015:14:04:07 -0200] "GET / HTTP/1.1" 403 209 > > This ip 192.168.0.2 is my client host. That's the access log. The error log is where the cause might be listed. if you added a new DocumentRoot, did you add a new

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
this is my vhost configuration file in the httpd.conf ServerAdmin webmas...@openlabtec.com DocumentRoot "/var/www/www.portal.oduvaldocozzi.intranet" ServerName portal.oduvaldocozzi.intranet Options Indexes FollowSymLinks MultiViews AllowOverrid

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
192.168.0.2 - - [20/Jan/2015:14:04:07 -0200] "GET / HTTP/1.1" 403 209 This ip 192.168.0.2 is my client host. 2015-01-20 14:00 GMT-02:00 Eric Covener : > > On Tue, Jan 20, 2015 at 10:57 AM, Rodrigo Cunha > wrote: > >> my vhosts dont work, they are status 403 "dont forbiden access". >> > > ​What

Re: [users@httpd] Apache httpd error 403

2015-01-20 Thread Eric Covener
On Tue, Jan 20, 2015 at 10:57 AM, Rodrigo Cunha wrote: > my vhosts dont work, they are status 403 "dont forbiden access". > ​What does the error log say?

[users@httpd] Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
Hello, I have apache server in my local network instaled from apt-get install apache2, but my php version is old version and i devided to make compile the apache and add php5.4> module.I want compile this apache from source code httpd-2.4.10 version, my ./configure this: ./configure --prefix=/usr/l