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
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
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] [
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
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
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
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
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/
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
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.
--
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
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
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
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
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
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
> 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.
---
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
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
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
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
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
22 matches
Mail list logo