RE: [us...@httpd] Timestamps of access log entries

2010-04-19 Thread Foster, Stephen (ASPIRE)
From: Foster, Stephen (ASPIRE) Sent: 07 April 2010 13:25 To: users@httpd.apache.org Subject: [us...@httpd] Timestamps of access log entries Hi there, I am having troubles with the switch over between GMT and BST with respect to the entries going in the log files, I am using apache

[us...@httpd] Timestamps of access log entries

2010-04-07 Thread Foster, Stephen (ASPIRE)
Hi there, I am having troubles with the switch over between GMT and BST with respect to the entries going in the log files, I am using apache 2.0.55 BTW. The timezones on our servers are set to GB and during British Wintertime the log file entries are stamped correctly, however when moving

[us...@httpd] Authorisation using LDAP

2009-10-13 Thread Foster, Stephen (ASPIRE)
Hi there, I'm wanting to configure apache to provide authorisation using LDAP, my users already authenticate via another method so I only want to authorize access if the user belongs to a particular group or role. And I want to apply this access to both static content in my DocumentRoot and

[us...@httpd] Securing forward proxy for CONNECT

2009-07-16 Thread Foster, Stephen (ASPIRE)
Hi there, I am using apache to proxy https requests to a remote server using the AllowCONNECT method and am using ProxyRemote to send everything. What I really need to do is limit what the proxy will send but everything I try is not giving me what I want. Client issues the request for

[us...@httpd] proxying SSL requests over a non-SSL connection.

2009-07-14 Thread Foster, Stephen (ASPIRE)
Hi there, I've got an issue that may not actually be technically solveable. I need to send a users request for a URI to a remote server via my own apache proxy, but there are some complications to this. The user will issue the URL http://my.proxy.co.uk:8080/WEB The remote system

RE: [us...@httpd] Information in mod_status to text file

2009-06-08 Thread Foster, Stephen (ASPIRE)
Why not have a look at log_server_status , google it.. It's a useful perl script that can be used to connect to the server and output the metrics into a logfile for then graphing against. It comes with a very basic set of reports but its quite easy to modify to collect further fields of

RE: [us...@httpd] Information in mod_status to text file

2009-06-08 Thread Foster, Stephen (ASPIRE)
From: Foster, Stephen (ASPIRE) Sent: 08 June 2009 14:22 To: users@httpd.apache.org Subject: RE: [us...@httpd] Information in mod_status to text file Why not have a look at log_server_status , google it.. It's a useful perl script that can be used to connect to the server

RE: [us...@httpd] Information in mod_status to text file

2009-06-08 Thread Foster, Stephen (ASPIRE)
From: ricardo figueiredo [mailto:ricardoogra...@gmail.com] Sent: 08 June 2009 14:33 To: users@httpd.apache.org Subject: Re: [us...@httpd] Information in mod_status to text file Hi all, thank you by code. But, what's log_server_status ?? a program ?? I

[us...@httpd] ProxyTimeout question

2009-04-22 Thread Foster, Stephen (ASPIRE)
Hi there, I have a quick question about the ProxyTimeout value. Does the value equate to the maximum amount of time it takes for the endpoint to make an initial response or does it relate to the whole time it would take to satisfy a request. For example I have a fairly quick responding

[us...@httpd] Adding headers based on Content-Type

2009-03-03 Thread Foster, Stephen (ASPIRE)
Hi there, I have as situation where I need to add custom headers when the response is of a certain type, for example: If the response type is text/html I want to add a header of Content-Style-Type text/css If the response type is anything other that text/html then don't add anything.

[us...@httpd] Logfile size in apache2.2.8

2009-02-02 Thread Foster, Stephen (ASPIRE)
Hi there, Does Apache 2.2.8 support logfiles over 2Gb in size now? I know it provides large file support for files being served but there is no mention of the size of the logfiles. Our current 2.0.55 version has a limitation of logfiles of only 2Gb in size when using rotatelogs. Cheers

RE: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Foster, Stephen (ASPIRE)
Hi ron, I don't think --enable-mod is a valid argument to the configure command. You should be specifying the module explicitly, e.g --enable-expires etc.. To make it easier on yourself you could do what I do and put your configure command line into a shell script called configure.sh, then you

RE: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-14 Thread Foster, Stephen (ASPIRE)
for examples: http://wiki.apache.org/httpd/RewriteQueryString Frank On 7/10/08, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: Hi, I have implemented a re-write rule that captures the incoming requests, checks for a cookie and then directs the user to another system to authenticate and get

[EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-10 Thread Foster, Stephen (ASPIRE)
Hi, I have implemented a re-write rule that captures the incoming requests, checks for a cookie and then directs the user to another system to authenticate and get a cookie before being allowed to access pages under the webserver. E.g: RewriteCond %{HTTP_HOST} != RewriteCond

[EMAIL PROTECTED] Odd log_server_status behaviour in Linux Vs. Solaris

2008-06-17 Thread Foster, Stephen (ASPIRE)
Hi there, I've been using log_server_status to monitor the behaviour of my apache servers and am getting some odd behaviour between Linux and solaris. On solaris if I set the $server variable to a non-existent name , such as www.foo.com http://www.foo.com/ , then the script fails to connect to

[EMAIL PROTECTED] Roadmap for Apache webserver versions

2008-02-28 Thread Foster, Stephen (ASPIRE)
Hi there, Can anyone point me in the direction of a roadmap for the Apache HTTP server product. I am interested in the support lifecycle for the 2.2 product and also for the 2.0 product. Many thanks in advance Steve Capgemini is a trading name used by the Capgemini Group of

RE: [EMAIL PROTECTED] Roadmap for Apache webserver versions

2008-02-28 Thread Foster, Stephen (ASPIRE)
: [EMAIL PROTECTED] Roadmap for Apache webserver versions On Thu, Feb 28, 2008 at 9:17 AM, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: Can anyone point me in the direction of a roadmap for the Apache HTTP server product. I am interested in the support lifecycle for the 2.2 product and also

[EMAIL PROTECTED] Problems using chroot'd apache under Linux SLES10

2007-09-17 Thread Foster, Stephen \(ASPIRE\)
Hi all, I have created a chroot to run my apache in under SLES10. I have previously done this in solaris and it worked perfectly , however differences in linux are causing problems for me when starting. Apache 2.2.4 has been built and installed and the required apache and OS libraries and

RE: [EMAIL PROTECTED] Compilation Problem when trinyg to build http 2.2.6 rpm

2007-09-13 Thread Foster, Stephen \(ASPIRE\)
You probably need to specify the correct location path to the SSL libraries, for example in your configure script (or command) have the following: --with-ssl=/usr/include HTH Steve -Original Message- From: HAMMER Cédric Ext ROSI/DPS [mailto:[EMAIL PROTECTED] Sent: 13 September 2007

RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-11 Thread Foster, Stephen \(ASPIRE\)
on your production webservers. HTH Steve -Original Message- From: Foster, Stephen (ASPIRE) Sent: 06 September 2007 11:28 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib. Hi there, i have an issue are the moment compiling

RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-11 Thread Foster, Stephen \(ASPIRE\)
Whoops, i should have said where you are compiling apache with mod_deflate -Original Message- From: Foster, Stephen (ASPIRE) Sent: 11 September 2007 12:33 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib. All, I have

[EMAIL PROTECTED] problem compiling mod_deflate with SLES10 default zlib.

2007-09-06 Thread Foster, Stephen \(ASPIRE\)
Hi there, i have an issue are the moment compiling apache2.2.4 with mod_deflate as a shared module. I have the following configured: configure.sh: - has --with-z configure with the path to the zlib.h set as /usr , as the configure process wants to add /include to this path but

RE: [EMAIL PROTECTED] impossible restart apache2 in mod_ssl with 2 pass phrases

2007-07-18 Thread Foster, Stephen (ASPIRE)
Hi, why not strip the passphrase from the keys and then protect the keys from prying eyes. e.g: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#removepassphrase Then you will never be prompted for the passphrase on startup. its no less secure than calling a password from a script. HTH

RE: [EMAIL PROTECTED] Configuring a module twice

2007-07-11 Thread Foster, Stephen (ASPIRE)
Why not just use the weblogic9.1 plugin to handle delegation to both the 8.1 and 9.1 servers, it is backwards compatible. you can then configure the module and use different Location blocks with different URI's mapping to different clusters. Steve -Original Message- From: apacheIndian

RE: [EMAIL PROTECTED] TRACE and Apache 2.x

2007-05-29 Thread Foster, Stephen \(ASPIRE\)
We never got this to work properly.We ended up moving to 2.0.55 and using the traceenable feature: http://httpd.apache.org/docs/2.0/mod/core.html#traceenable -Original Message- From: Jeroen Vriezen [mailto:[EMAIL PROTECTED] Sent: 29 May 2007 09:57 To: users@httpd.apache.org Subject:

[EMAIL PROTECTED] Logging problem using mod_proxy and UsePreserveHost

2007-04-25 Thread Foster, Stephen \(ASPIRE\)
Hi all, i am utilising mod_proxy to serve locally held static content but to proxy any other requests to a different service. This works fine however i am having problems with the logging of requests. I have set up my logging format to pick up the client IP address from the headers as the

[EMAIL PROTECTED] Logging problem using mod_proxy and UsePreserveHost

2007-04-23 Thread Foster, Stephen \(ASPIRE\)
Hi all, i am utilising mod_proxy to serve locally held static content but to proxy any other requests to a different service. This works fine however i am having problems with the logging of requests. I have set up my logging format to pick up the client IP address from the headers as the

RE: [EMAIL PROTECTED] Reverse Proxy Timeout (http/https)

2007-03-21 Thread Foster, Stephen \(ASPIRE\)
Hi there, i have implemented the following on my apache server for the proxytimeout ProxyTimeout 120 And also set the following to catch the 502 error that mod_proxy gives when it times out to the server being proxied to. This allows you to produce a branded page to give to the client rather

[EMAIL PROTECTED] Serving local static content but proxying all others.

2007-03-20 Thread Foster, Stephen \(ASPIRE\)
Hi there, I am implementing mod_proxy in order to send all requests to a proxy server but i want to be able to be able to serve some static content (mostly gifs, jpg's and CSS files) locally without proxying the requests to the proxy server. I am happy with the ability to setup mod_proxy but i

RE: [EMAIL PROTECTED] Serving local static content but proxying all others.

2007-03-20 Thread Foster, Stephen \(ASPIRE\)
for your help Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joshua Slive Sent: 20 March 2007 17:40 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Serving local static content but proxying all others. On 3/20/07, Foster, Stephen (ASPIRE

RE: [EMAIL PROTECTED] re-writing URI's

2007-01-04 Thread Foster, Stephen \(ASPIRE\)
Hi there, Does anybody have any ideas about the issues i am seeing below. cheers Steve -Original Message- From: Foster, Stephen (ASPIRE) Sent: 22 December 2006 09:03 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] re-writing URI's Hi there, i've tried that and had no joy

RE: [EMAIL PROTECTED] re-writing URI's

2006-12-22 Thread Foster, Stephen \(ASPIRE\)
thoughts would be greatly appreciated Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joshua Slive Sent: 15 December 2006 17:02 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] re-writing URI's On 12/15/06, Foster, Stephen (ASPIRE) [EMAIL

RE: [EMAIL PROTECTED] re-writing URI's

2006-12-15 Thread Foster, Stephen \(ASPIRE\)
this thread. Hope that helps Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joshua Slive Sent: 14 December 2006 15:07 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] re-writing URI's On 12/14/06, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: Hi

RE: [EMAIL PROTECTED] re-writing URI's

2006-12-15 Thread Foster, Stephen \(ASPIRE\)
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] re-writing URI's On 12/15/06, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: Good point well made, the current rules are as follows: non-secure handler: # = # Rewrite to HTTPS Settings

[EMAIL PROTECTED] re-writing URI's

2006-12-14 Thread Foster, Stephen \(ASPIRE\)
Hi there, i'm having a bit of trouble getting a rewrite rule for a URI to work. Basically i have the following scenario, The user enters http://www.domain.com and this gets intercepted by another API and the browser gets a URL sent back with a URI added including the original URL of

[EMAIL PROTECTED] spawned processes using new config files.

2006-11-28 Thread Foster, Stephen \(ASPIRE\)
Hi all, I have situation where i have Apache 2.0.55 configured using the worker process model and this is running using a particular configuration file. Prior to an outage i want to deliver a new config file to the server in readiness for a server restart during my outage window. my question

RE: [EMAIL PROTECTED] re-write rules

2006-11-22 Thread Foster, Stephen \(ASPIRE\)
Message- From: Foster, Stephen (ASPIRE) Sent: 18 October 2006 14:45 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] re-write rules hi there, yes i meant HTTPS ..sorry... Requests that do work: a: http://your.domain.com - re-directs to https://your.domain.com/home b

RE: [EMAIL PROTECTED] re-write rules

2006-11-21 Thread Foster, Stephen \(ASPIRE\)
Hi there, someone posted me a potential fix for this issue in this thread, however having had mailbox problems it has disappeared, could someone check their mailbox and see if they have the rest of the thread. many thanks Steve -Original Message- From: Foster, Stephen (ASPIRE) Sent

[EMAIL PROTECTED] re-write rules

2006-10-18 Thread Foster, Stephen \(ASPIRE\)
hi there, i am having a slight issue with re-write rules, i have it setup so that any requests that are not HTTP get re-sent to HTTPS. However if i connect using https://your.domain.com or https://your.domain.com/ i get a page not found, so i need to be able to catch that its https but that

RE: [EMAIL PROTECTED] re-write rules

2006-10-18 Thread Foster, Stephen \(ASPIRE\)
-Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: 18 October 2006 14:29 To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] re-write rules -Original Message- From: Foster, Stephen (ASPIRE) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 3:18 PM

RE: [EMAIL PROTECTED] mod_jk help

2006-09-26 Thread Foster, Stephen \(ASPIRE\)
Hi there, How about this: http://tomcat.apache.org/connectors-doc/howto/apache.html This details mod_jk which is used to send requests for tomcat based on the request type. I have used this before and it works a treat. HTH Steve -Original Message- From: long [mailto:[EMAIL

RE: [EMAIL PROTECTED] Help with re-write rules

2006-08-15 Thread Foster, Stephen (ASPIRE)
, for the heartbeat and server-status pages. many thanks for your input. Steve -Original Message- From: Robert Ionescu [mailto:[EMAIL PROTECTED] Sent: 14 August 2006 20:36 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with re-write rules Foster, Stephen (ASPIRE) wrote

RE: [EMAIL PROTECTED] Help with re-write rules

2006-08-15 Thread Foster, Stephen (ASPIRE)
To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Help with re-write rules On 8/14/06, Foster, Stephen (ASPIRE) [EMAIL PROTECTED] wrote: RewriteCond %{HTTP_HOST} !^online\.domain\.com [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://online.domain.com

[EMAIL PROTECTED] Help with re-write rules

2006-08-14 Thread Foster, Stephen (ASPIRE)
hi all, quick newbie question if i may. I have been playing about with re-write rules today in order to acheive the behaviour i want, the situation i currently have is that i need to match and effect the following: 1: All requests to something other than the the FQDN should be written to the