[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 05 Aug 2013, at 16:12 , Jeff Trawick wrote: > Temporarily add a new line "Garbage In Out" in httpd.conf right after > > Options +Indexes +FollowSymLinks +Includes -SymLinksIfOwnerMatch apachectl -t AH00526: Syntax error on line 219 of /usr/local/etc/apache24/httpd.conf: Invalid command 'Garb

Re: [users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Christoph Anton Mitterer
Hi Nick. On Mon, 2013-08-05 at 15:38 +0100, Nick Kew wrote: > > AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives > > - a connection ends after a single request has been responded. > > Neither does it have Host: headers. > > No, it has keepalives and Host headers. But th

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 5:56 PM, LuKreme wrote: > > On 05 Aug 2013, at 15:01 , Jeff Trawick wrote: > > > what's in the error log (with LogLevel debug) when you request the > resource that doesn't get the proper include processing? > > [Mon Aug 05 15:37:46.560372 2013] [include:warn] [pid 89737] [

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 05 Aug 2013, at 15:01 , Jeff Trawick wrote: > what's in the error log (with LogLevel debug) when you request the resource > that doesn't get the proper include processing? [Mon Aug 05 15:37:46.560372 2013] [include:warn] [pid 89737] [client 23.24.150.141:59141] AH01374: mod_include: Option

Re: [users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-05 Thread Igor Cicimov
On 06/08/2013 4:21 AM, "Travis Jensen" wrote: > > I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes out the file: > > RewriteRule ^/update-repository/windsington(/.*)?$ http://newsvr.example.com/update-repository/w

Re: [users@httpd] Domain Name not working on localhost

2013-08-05 Thread Pete Houston
Most likely your (new) ISP is not set up to route traffic out and then back in again. Instead, on your client set up a hosts file entry with the private IP address of the server on your LAN and you should be fine. Good luck, Pete -- Openstrike - improving business through open source http://www

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread Jeff Trawick
On Mon, Aug 5, 2013 at 4:48 PM, LuKreme wrote: > On 04 Aug 2013, at 23:19 , LuKreme wrote: > > I have a site with the following .htaccess: > > > > Options +ExecCGI +Includes > > AddType text/html .shtml > > AddOutputFilter INCLUDES .shtml > > AddType application/x-httpd-cgi .cgi/ > > AddType app

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-05 Thread LuKreme
On 04 Aug 2013, at 23:19 , LuKreme wrote: > I have a site with the following .htaccess: > > Options +ExecCGI +Includes > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > AddType application/x-httpd-cgi .cgi/ > AddType application/x-httpd-cgi .pl > AddType application/x-httpd-cgi .pl/

[users@httpd] Domain Name not working on localhost

2013-08-05 Thread Peter Schrock
I have a home server set up with a couple of things going on. Here is the weird thing that I can't figure out. I can access everything just fine from an INTERNET connection external to my LAN using my domain name, let's say "domain.com". So, if I type into my browser on my LAN "www.doma

Re: [users@httpd] Apache httpd sends "400 Bad Request" to client due to IPvFuture (RFC 3986) format IP address Hostname Host Header

2013-08-05 Thread Eric Covener
On Mon, Aug 5, 2013 at 2:38 PM, Rizzo, Christopher wrote: > I sent this query to modules-...@httpd.apache.org and didn't get a response, > so I thought I'd try this users DL... > I saw a response from Nick. I'd suggest opening a bug. --

[users@httpd] Apache httpd sends "400 Bad Request" to client due to IPvFuture (RFC 3986) format IP address Hostname Host Header

2013-08-05 Thread Rizzo, Christopher
I sent this query to modules-...@httpd.apache.org and didn't get a response, so I thought I'd try this users DL... An Apple AirPrint Internet Printing Protocol (IPP) client (from either iOS or Mac OS) can send requests over IPv6 with an IPvFuture format (RFC 3986) IPv6 address in the Hostname H

[users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-05 Thread Travis Jensen
I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes out the file: |RewriteRule ^/update-repository/windsington(/.*)?$ http://newsvr.example.com/update-repository/windsington-real$1 [R=307,L] | Our client downloa

Re: [users@httpd] config Apache to pass all requests to fastCGI process

2013-08-05 Thread Eric Covener
On Mon, Aug 5, 2013 at 12:17 PM, Dewey G Gaedcke wrote: > I've got a web-app written in Orbit/Kepler (the Lua framework) and I'm > wanting my visible URL paths free of file extensions or un-necessary path > elements. I'd like to expose just a nice, clean restful-like api. > > I'm an Apache novice

[users@httpd] config Apache to pass all requests to fastCGI process

2013-08-05 Thread Dewey G Gaedcke
I've got a web-app written in Orbit/Kepler (the Lua framework) and I'm wanting my visible URL paths free of file extensions or un-necessary path elements. I'd like to expose just a nice, clean restful-like api. I'm an Apache novice, but from the docs, it seems the only way to tell Apache to di

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-05 Thread Jose R R
You migrate away from STABLE Apache 2.2.x when you have successfully *tested* your app resources on 2.4.x ELSE you don't disturb those UNTIL you *learn* the new paradigm. Good luck! On Mon, Aug 5, 2013 at 8:23 AM, Lester Caine wrote: > Jose R R wrote: >> >> Apache 2.2.x continues to be the defa

[users@httpd] Re: Apache 2.4.3: IE6 reports 403 when other IE versions and browsers work fine.

2013-08-05 Thread Sam Sexton
I have sussed this - part of the CIS hardening was to restrict antediluvian protocol versions, so I've removed that and it works fine. On 5 August 2013 15:50, Sam Sexton wrote: > I'm running: > > Server version: Apache/2.4.3 (Unix) > Server built: Jan 16 2013 15:46:54 > > on Oracle Linux: Lin

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-05 Thread Eric Covener
> Hopefully the people who developed > these changes in the rules can spot what has gone wrong? Those of us who are > trying to implement the changes need that expert input hence asking here! Nobody other than an "owncloud" expert could possibly help here based on the writeup. ---

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-05 Thread Lester Caine
Jose R R wrote: Apache 2.2.x continues to be the default in stable environments. It is irresponsible of GoDaddy, or any (shared?) hosting provider, to introduce Apache 2.4 without previous notice as there are significant variations from 2.2.x. GoDaddy support *should* help you with relevant modi

[users@httpd] Apache 2.4.3: IE6 reports 403 when other IE versions and browsers work fine.

2013-08-05 Thread Sam Sexton
I'm running: Server version: Apache/2.4.3 (Unix) Server built: Jan 16 2013 15:46:54 on Oracle Linux: Linux dtci-radwebs02 2.6.32-279.11.1.el6.x86_64 #1 SMP Tue Oct 16 08:03:36 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux with hardening as per CIS. Everything has worked well with various browsers un

Re: [users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Nick Kew
On 5 Aug 2013, at 14:46, Christoph Anton Mitterer wrote: > Hi. > > 1) I'd have a question on how to set up a reverse proxy to a http 1.0 in > the cleanest most standard conforming way. > > AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives > - a connection ends after a sing

[users@httpd] reverse proxy to http 1.0 origin server

2013-08-05 Thread Christoph Anton Mitterer
Hi. 1) I'd have a question on how to set up a reverse proxy to a http 1.0 in the cleanest most standard conforming way. AFAIU, strict HTTP 1.0 has neither persistent connections / keep-alives - a connection ends after a single request has been responded. Neither does it have Host: headers. a) Do

Re: [users@httpd] Upgrading owncloud to 2.4

2013-08-05 Thread Jose R R
Apache 2.2.x continues to be the default in stable environments. It is irresponsible of GoDaddy, or any (shared?) hosting provider, to introduce Apache 2.4 without previous notice as there are significant variations from 2.2.x. GoDaddy support *should* help you with relevant modifications to ease