RE: [users@httpd] Proxy pass

2015-01-20 Thread Chris Arnold
> Is there something extra for this to work on Apache 2.4.10? >>Compared to what previous level? LogLevel rewrite:trace8 and the >>error log would be a big help. Debug says: [Tue Jan 20 19:32:05.772494 2015] [reqtimeout:info] [pid 7091] [client 192.168.123.165:51763] AH01382: Request header re

Re: [users@httpd] What replaces DefaultType in 2.4?

2015-01-20 Thread Eric Covener
On Tue, Jan 20, 2015 at 11:09 AM, Curry, Alan wrote: > I'm slightly worried based on the bug report referenced above that 2.4 > may not have a solution to this problem. But it really shouldn't be that > way. Sending any response without a Content-Type is a violation of the > SHOULD in RFC2616 7.2.

Re: [users@httpd] What replaces DefaultType in 2.4?

2015-01-20 Thread Tig
This is an example of how I use ForceType. It may not be a fix for you, but you never know. ForceType application/x-httpd-php ForceType None This will catch all files without an extension and process them as PHP. Then all files with an extension will be processed as normal. My guess i

Re: [users@httpd] Re: Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
Hello everybody, This question is solved, i'm insert the "Require all granted" in the global entires after the vhost tag, But i have questions about this, i dont know why configfile did it. I think this entire about security and this change reduces the safety of my system. Well, this work now! Tks.

Re: [users@httpd] Re: Apache httpd error 403

2015-01-20 Thread Jason Cox
Please update to this... and try again. If this still does not work, please post the latest entries in the portal-error_log again. ServerAdmin webmas...@openlabtec.com DocumentRoot /var/www/www.portal.oduvaldocozzi.intranet ServerName portal.oduvaldocozzi.intranet

[users@httpd] Re: Apache httpd error 403

2015-01-20 Thread Rodrigo Cunha
The service not work, i dont know what is provlem,but i like shoud be easy. Em terça-feira, 20 de janeiro de 2015, Eric Covener escreveu: > 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 wron

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

[users@httpd] What replaces DefaultType in 2.4?

2015-01-20 Thread Curry, Alan
The 2.4 documentation says: |The DefaultType directive no longer has any effect, other than to emit a |warning if it's used with any value other than none. You need to use |other configuration settings to replace it in 2.4. I am unable to determine what those "other configuration settings" are. T

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