Re: [EMAIL PROTECTED] configure apr

2006-09-13 Thread Jon Snow
Bobby, The apr is included with the apache distro. To use it include the configure option --with-included-apr and you should be ok - read the CHANGES file. e.g. cd httpd-2.2.3 ./configure --with-included-apr Regards, Jon On Thursday 14 September 2006 08:47, Bobby Gontarski wrote: > I am comp

Re: [EMAIL PROTECTED] Logging Response time in access log

2006-09-08 Thread Jon Snow
%D http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats Regards, Jon On Friday 08 September 2006 05:21, [EMAIL PROTECTED] wrote: > Hi, > > Is there a way to log the time taken to process a request in milliseconds > precision ? The documentation for %T says it can only logs the

Re: [EMAIL PROTECTED] Re: Apache and router-follow up

2006-09-03 Thread Jon Snow
proxypassreverse mapping (for an rproxy) in the configuration. Regards, Jon Snow On Sunday 03 September 2006 21:20, John Tunstall wrote: > Hi. I just realised that I should have mentioned that this is all on > Windows XP. > > JohnT > - Original Message - > From: John Tuns

Re: [EMAIL PROTECTED] make error while installing apache 2.0.55 on Solaris 2.8 sparc

2006-05-09 Thread Jon Snow
Krishna, Use GNU make. Set your path so the GNU make is before the solaris make. Having said that the much better option would be to download gcc from www.sunfreeware.com and the latest source from apache.org and compile with your specific options in configure. Of course use GNU make for this a

Re: [EMAIL PROTECTED] Reverse DNS lookup issue - No access from WAN, but LAN works fine

2006-04-03 Thread Jon Snow
Vincent, Believe your packet dump. Apache is not receiving the connection as a syn/ack has not been sent by the server in response to the syn. Something is either dropping the connection on your server at the tcp level or is routing reply packets somewhere other than the inbound interface. The

Re: [EMAIL PROTECTED] Can apache and ssh share port 80?

2006-04-01 Thread Jon Snow
Bob, The real question you should be asking is why you would even contemplate tunnelling through the paranoid firewall of a military base? How about buying a dial up link and use their phone, or get them to provide a stand alone internet connected workstation, then show them the site and make

[EMAIL PROTECTED] Logging Source Ports

2005-10-20 Thread Jon Snow
I use apache for both forward and reverse proxying. What I would like to do is tie the inbound connection with the outbound so I can trace the session end to end. I figured this could easily be done by logging the source port of the inbound and outbound connections allowing me to trace it throu

Re: [EMAIL PROTECTED] How to fight a client causing DoS ?

2005-08-13 Thread Jon Snow
How about mod_bandwidth to limit by number of connections and/or bandwidth used per IP etc. For example as a rough set and forget configuration, set it so the maximum anyone can suck out of your server is one quarter of your maximum connections and bandwidth. http://www.cohprog.com/v3/bandwidt

Re: [EMAIL PROTECTED] Why does Apache use up all my memory?

2005-08-11 Thread Jon Snow
George, I have something similar... I have been debugging an issue where I have seen processes growing to 800Mb on a forward proxy configuration using the worker model. Perhaps interestingly on reverse proxy configurations I get 100% CPU states occasionally as well. What I have noticed is that

[EMAIL PROTECTED] proxy_ftp base href breaks authorization

2005-07-27 Thread Jon Snow
Hi, I run a forward proxy using mod_ftp_proxy through a forward proxy heirarchy. The proxy in question is the last in the chain and communicates with the Internet. Mod_proxy_ftp will successfully return a directory listing after authentication to an FTP site using a user:password combination i

Re: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread Jon Snow
You might also want to look at how many modules you are loading into the process and remove the ones you do not require. On Thursday 28 July 2005 00:00, dtufs wrote: > Hello, > We are running Apache 1.3.33, PHP 4.3 and MySQL 4.1 > and noticed that each Apache child process takes 5 MB > of RAM as

Re: [EMAIL PROTECTED] Why does each Apache child process consume 5 MB of RAM?

2005-07-27 Thread Jon Snow
dtufs, You haven't specified any details about your OS or config. I assume *NIX and MPM prefork - have you stripped the binary? Jon On Thursday 28 July 2005 00:00, dtufs wrote: > Hello, > We are running Apache 1.3.33, PHP 4.3 and MySQL 4.1 > and noticed that each Apache child process takes 5