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
%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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo