On 10/18/12, Mark Montague wrote:
> But in your original email you said, " the ssh key is "-rw---"
> permission which deny apache to access it". If apache owns the key, it
> should be able to read it. Or do you mean "/usr/bin/ssh refused to use
> the key, even though it could read it, due to
On 19 Oct 2012, at 16:44, Bhattacharya, Sudip wrote:
> Hi All,
>
> I have a problem for which I am not able to find a solution.
>
> I need to conditionally enable mod_deflate for clients who send a particular
> custom HTTP Request Header.
What's wrong with the standard HTTP header Accept-En
After much experimentation, I got it!
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/([a-zA-Z]+)\/([^\/]+)\/(.{0})$
RewriteRule / /mydir?topic=%2 [L]
Roy
From: Roy
Sent: Tuesday, October 16, 2012 3:16 PM
To: users@httpd.apache.org
Subject: [users@httpd] Adding a query with rewrite
This is on my
On Fri, Oct 19, 2012 at 4:44 PM, Bhattacharya, Sudip
wrote:
> Hi All,
>
>
>
> I have a problem for which I am not able to find a solution.
>
>
>
> I need to conditionally enable mod_deflate for clients who send a particular
> custom HTTP Request Header.
>
> Let’s say this HTTP Request Header is li
This sounds like a job for mod_negotiation to me.
Any reason not to use that instead?
Pete
On Fri, Oct 19, 2012 at 09:14:35PM +0530, Bhattacharya, Sudip wrote:
> I need to conditionally enable mod_deflate for clients who send a particular
> custom HTTP Request Header.
--
Openstrike - improving
Hi All,
I have a problem for which I am not able to find a solution.
I need to conditionally enable mod_deflate for clients who send a particular
custom HTTP Request Header.
Let's say this HTTP Request Header is like this:
IWANTGZIPDATA=true
Now my condition should be like this:
If IWANTGZIPDA
On Fri, Oct 19, 2012 at 11:01 AM, Welsh, Neil wrote:
> Hi,
>
> Thanks for that. I have updated my path to include my Python install
> 'PATH=c:\Python26;' thank you for that. But I still get the same error.
> Im not too sure what you meant by 'bin\httpd' after setting the path (sorry I
> fe
Hi,
Thanks for that. I have updated my path to include my Python install
'PATH=c:\Python26;' thank you for that. But I still get the same error.
Im not too sure what you meant by 'bin\httpd' after setting the path (sorry I
feel very stupid at the moment)
My Python is a 32 bit version...(I
On Fri, Oct 19, 2012 at 10:28 AM, Welsh, Neil wrote:
> Hi,
>
> I am relatively new to Apache so im sorry if this is a silly question, but
> :)I am having issues loading the Mod_wsgi.so file on my windows xp
> Apache server. I get the following error messages:
>
> httpd.exe: Syntax error on li
Hi,
I am relatively new to Apache so im sorry if this is a silly question, but
:)I am having issues loading the Mod_wsgi.so file on my windows xp Apache
server. I get the following error messages:
httpd.exe: Syntax error on line 129 of C:/Program Files/Apache Software
Foundation/Apache2.2
10 matches
Mail list logo