<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-96</id>
	<title>Nabble - Apache HTTP Server</title>
	<updated>2009-11-21T11:37:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-HTTP-Server-f96.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-HTTP-Server-f96.html" />
	<subtitle type="html">A super archive of all mailing lists related to the Apache HTTP Server project. Apache HTTP Server home is &lt;a href=&quot;http://httpd.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26459594</id>
	<title>[users@httpd] Request concurrency issue</title>
	<published>2009-11-21T11:37:53Z</published>
	<updated>2009-11-21T11:37:53Z</updated>
	<author>
		<name>Toomas Aas</name>
	</author>
	<content type="html">Hello!
&lt;br&gt;&lt;br&gt;I run Apache 2.2.11 with prefork MPM on FreeBSD 6.4. This is a pretty standard 
&lt;br&gt;installation done from FreeBSD ports. It has a behaviour that makes me 
&lt;br&gt;curious.
&lt;br&gt;&lt;br&gt;Say, I open a browser and enter request for 
&lt;br&gt;&lt;a href=&quot;http://mysite.com/LargeTextFile.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mysite.com/LargeTextFile.txt&lt;/a&gt;&lt;br&gt;&lt;br&gt;The file begins to load in the browser window.
&lt;br&gt;&lt;br&gt;While the file is loading, I open another browser tab and enter the same 
&lt;br&gt;request there.
&lt;br&gt;The file in second tab doesn't begin to load until it has completed loading in 
&lt;br&gt;the first tab.
&lt;br&gt;&lt;br&gt;So - if the same client requests the same resource from the server multiple 
&lt;br&gt;times, the requests are not handled in parallel, but sequentially.
&lt;br&gt;&lt;br&gt;If the same client requests different resources, the requests are handled in 
&lt;br&gt;parallel, i.e. I can load LargeTextFile.txt and LargeTextFile2.txt 
&lt;br&gt;simultaneously.
&lt;br&gt;&lt;br&gt;There is no problem with available child processes, if I look the output of 
&lt;br&gt;server-status I see multiple idle child processes waiting for requests.
&lt;br&gt;&lt;br&gt;The reason why I'm investigating this is that we have a web app written in 
&lt;br&gt;JavaScript/PHP which sends multiple concurrent requests from browser to 
&lt;br&gt;server, and developers are worried that this kind of behaviour slows down the 
&lt;br&gt;application. I've been told that this kind of behaviour isn't observed on 
&lt;br&gt;other servers but only on this particular server set up by me. The only other 
&lt;br&gt;web server I currently have access to is Apache 2.2.13 running on FreeBSD 7.2 
&lt;br&gt;(also set up by me) and it seems to behave the same. So maybe the problem is 
&lt;br&gt;me ;)
&lt;br&gt;&lt;br&gt;In addition to simply loading .txt files I've also tried with .php scripts, 
&lt;br&gt;and the results are identical. So I guess the problem is not specific to a 
&lt;br&gt;handler but is more generic.
&lt;br&gt;&lt;br&gt;What do I have to do to achieve the wanted behaviour (concurrent handling of 
&lt;br&gt;identical requests from the same client)?
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Toomas Aas
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459594&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459594&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459594&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Request-concurrency-issue-tp26459594p26459594.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458579</id>
	<title>Re: rewrite/access.xml</title>
	<published>2009-11-21T09:33:48Z</published>
	<updated>2009-11-21T09:33:48Z</updated>
	<author>
		<name>Rich Bowen</name>
	</author>
	<content type="html">Thanks. Applied in r882945
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Nov 21, 2009, at 11:31 , Lucien GENTIS wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; file rewrite/access.xml - line 249
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; shouldn't it rather be
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;you should drop the second condition&amp;quot; instead of
&lt;br&gt;&amp;gt; &amp;quot;you should drop the second rule&amp;quot; ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Lucien
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458579&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458579&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;Rich Bowen
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458579&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rbowen@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458579&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458579&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Documentation-Dev-f100.html&quot; embed=&quot;fixTarget[100]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Documentation Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rewrite-access.xml-tp26458120p26458579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458321</id>
	<title>Re: [users@httpd] Name virtual hosts and HTTPS</title>
	<published>2009-11-21T09:01:20Z</published>
	<updated>2009-11-21T09:01:20Z</updated>
	<author>
		<name>Brian Mearns-2</name>
	</author>
	<content type="html">On Sat, Nov 21, 2009 at 11:54 AM, Florent Georges &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458321&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;darkman_spam@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;  Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I have one server one which I run two virtual hosts, say site1
&lt;br&gt;&amp;gt; and site2.  They run very well for HTTP stuff for months.  Site1
&lt;br&gt;&amp;gt; has also HTTPS access configured.  I am trying to add HTTPS
&lt;br&gt;&amp;gt; support for site2 as well.  So I created a new SSL certificate,
&lt;br&gt;&amp;gt; and added a new file in sites-available/:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;gt; cat /etc/apache2/sites-available/site1-https
&lt;br&gt;&amp;gt;    NameVirtualHost *:443
&lt;br&gt;&amp;gt;    &amp;lt;VirtualHost *:443&amp;gt;
&lt;br&gt;&amp;gt;        Servername www.site1.com
&lt;br&gt;&amp;gt;        SSLEngine on
&lt;br&gt;&amp;gt;        SSLCertificateFile site.crt
&lt;br&gt;&amp;gt;        SSLCertificateKeyFile site1.key
&lt;br&gt;&amp;gt;        DocumentRoot /var/site1/htsdocs/
&lt;br&gt;&amp;gt;    &amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &amp;gt; cat /etc/apache2/sites-available/site2-https
&lt;br&gt;&amp;gt;    NameVirtualHost *:443
&lt;br&gt;&amp;gt;    &amp;lt;VirtualHost *:443&amp;gt;
&lt;br&gt;&amp;gt;        Servername www.site2.com
&lt;br&gt;&amp;gt;        SSLEngine on
&lt;br&gt;&amp;gt;        SSLCertificateFile site2.crt
&lt;br&gt;&amp;gt;        SSLCertificateKeyFile site2.key
&lt;br&gt;&amp;gt;        DocumentRoot /var/site2/htsdocs/
&lt;br&gt;&amp;gt;    &amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and enabled the second HTTPS web site with a2ensite.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  The problem is when I try to access site1 over HTTPS, it
&lt;br&gt;&amp;gt; provides me the certificate for site2...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  I double-checked the documentation with my very low Apache
&lt;br&gt;&amp;gt; skills, but did not found anything about that problem.  Did I
&lt;br&gt;&amp;gt; miss something?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;  Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Florent Georges
&lt;br&gt;&amp;gt;
&lt;/div&gt;[snip]
&lt;br&gt;&lt;br&gt;Only the latest Apache (2.2.14) and OpenSSL built with the
&lt;br&gt;tlsextensions options support this. It's case SNI (Server Name
&lt;br&gt;Identification), where the client can send the fully qualified domain
&lt;br&gt;name as part of the handshake process. Without this, the server has no
&lt;br&gt;way knowing which vhost the client is looking for until the
&lt;br&gt;certificate has already been presented (because the Host: HTTP request
&lt;br&gt;header is part of the encrypted payload, which can't be sent until the
&lt;br&gt;client has the cert), so it can't choose SSL options (including the
&lt;br&gt;cert file) based on host name.
&lt;br&gt;&lt;br&gt;Also, not every client support SNI, unfortunately. I think most modern
&lt;br&gt;browsers do, but notably MSIE before 7 or any version running on an OS
&lt;br&gt;earlier than Vista do not (if I'm remembering correctly). Those
&lt;br&gt;clients will always see the same cert no matter what name based vhost
&lt;br&gt;they go to. It's a bummer, but a well known limitation of SSL.
&lt;br&gt;&lt;br&gt;-Brian
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Feel free to contact me using PGP Encryption:
&lt;br&gt;Key Id: 0x3AA70848
&lt;br&gt;Available from: &lt;a href=&quot;http://keys.gnupg.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://keys.gnupg.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458321&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458321&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458321&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Name-virtual-hosts-and-HTTPS-tp26458271p26458321.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458271</id>
	<title>[users@httpd] Name virtual hosts and HTTPS</title>
	<published>2009-11-21T08:54:38Z</published>
	<updated>2009-11-21T08:54:38Z</updated>
	<author>
		<name>Florent Georges</name>
	</author>
	<content type="html">&amp;nbsp; Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; I have one server one which I run two virtual hosts, say site1
&lt;br&gt;and site2. &amp;nbsp;They run very well for HTTP stuff for months. &amp;nbsp;Site1
&lt;br&gt;has also HTTPS access configured. &amp;nbsp;I am trying to add HTTPS
&lt;br&gt;support for site2 as well. &amp;nbsp;So I created a new SSL certificate,
&lt;br&gt;and added a new file in sites-available/:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; cat /etc/apache2/sites-available/site1-https
&lt;br&gt;&amp;nbsp; &amp;nbsp; NameVirtualHost *:443
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;VirtualHost *:443&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Servername www.site1.com
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLEngine on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLCertificateFile site.crt
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLCertificateKeyFile site1.key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DocumentRoot /var/site1/htsdocs/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;gt; cat /etc/apache2/sites-available/site2-https
&lt;br&gt;&amp;nbsp; &amp;nbsp; NameVirtualHost *:443
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;VirtualHost *:443&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Servername www.site2.com
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLEngine on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLCertificateFile site2.crt
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SSLCertificateKeyFile site2.key
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DocumentRoot /var/site2/htsdocs/
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;and enabled the second HTTPS web site with a2ensite.
&lt;br&gt;&lt;br&gt;&amp;nbsp; The problem is when I try to access site1 over HTTPS, it
&lt;br&gt;provides me the certificate for site2...
&lt;br&gt;&lt;br&gt;&amp;nbsp; I double-checked the documentation with my very low Apache
&lt;br&gt;skills, but did not found anything about that problem. &amp;nbsp;Did I
&lt;br&gt;miss something?
&lt;br&gt;&lt;br&gt;&amp;nbsp; Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Florent Georges
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458271&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458271&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458271&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Name-virtual-hosts-and-HTTPS-tp26458271p26458271.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26458120</id>
	<title>rewrite/access.xml</title>
	<published>2009-11-21T08:31:28Z</published>
	<updated>2009-11-21T08:31:28Z</updated>
	<author>
		<name>Lucien GENTIS-2</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;file rewrite/access.xml - line 249
&lt;br&gt;&lt;br&gt;shouldn't it rather be
&lt;br&gt;&lt;br&gt;&amp;quot;you should drop the second condition&amp;quot; instead of
&lt;br&gt;&amp;quot;you should drop the second rule&amp;quot; ?
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Lucien
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458120&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26458120&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Documentation-Dev-f100.html&quot; embed=&quot;fixTarget[100]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Documentation Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/rewrite-access.xml-tp26458120p26458120.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454657</id>
	<title>Re: svn commit: r882528 - /httpd/httpd/branches/2.0.x/STATUS</title>
	<published>2009-11-21T00:47:36Z</published>
	<updated>2009-11-21T00:47:36Z</updated>
	<author>
		<name>Ruediger Pluem</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On 11/20/2009 04:46 PM, Rainer Jung wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks Rüdiger, I added the cast to the patch now.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How do you trigger the compiler warning? I saw the original commit, but
&lt;br&gt;&amp;gt; compiling with gcc 3.1.2 and -Wall against OpenSSL 0.9.8k didn't reveal
&lt;br&gt;&amp;gt; this warning.
&lt;br&gt;&lt;br&gt;I saw it on RHEL4 64 Bit with gcc 3.4.6 (-Wall) against the Redhat provided openssl.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Rüdiger
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-svn-commit%3A-r882528----httpd-httpd-branches-2.0.x-STATUS-tp26445510p26454657.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454636</id>
	<title>Re: KeepAlive directive takes others than on or off</title>
	<published>2009-11-21T00:44:54Z</published>
	<updated>2009-11-21T00:44:54Z</updated>
	<author>
		<name>Ruediger Pluem</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;On 11/21/2009 02:43 AM, Takashi Sato wrote:
&lt;br&gt;&amp;gt; Current KeepAlive dirctive accept anything but &amp;quot;Off&amp;quot; or &amp;quot;0&amp;quot;
&lt;br&gt;&amp;gt; as &amp;quot;On&amp;quot; for compatibility,
&lt;br&gt;&amp;gt; The change from 0/1 to Off/On was done in 1.3 or before.
&lt;br&gt;&amp;gt; I'd like to change KeepAlive to AP_INIT_FLAG.
&lt;br&gt;&amp;gt; so that KeepAlive accepts only On or Off.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; comments ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Seems to make sense to me. +1.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;Rüdiger
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KeepAlive-directive-takes-others-than-on-or-off-tp26452964p26454636.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26453129</id>
	<title>Re: [users@httpd] Memory / Process leak</title>
	<published>2009-11-20T18:18:49Z</published>
	<updated>2009-11-20T18:18:49Z</updated>
	<author>
		<name>Peter N Lewis</name>
	</author>
	<content type="html">On 20/11/2009, at 18:21 , Nick Kew wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 20 Nov 2009, at 09:59, Peter N Lewis wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; On 20/11/2009, at 17:29 , André Warnier wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Peter N Lewis wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I am having a serious problem with my site running out of memory. &amp;nbsp;apache is leaking memory/processes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You mentioned slicehost. &amp;nbsp;I have a slice, and I see a problem there which
&lt;br&gt;&amp;gt; I see nowhere else of apache eating obscene amounts of memory.
&lt;br&gt;&amp;gt; I don't know why, but my suspicion is that it doesn't play well with
&lt;br&gt;&amp;gt; their virtualised environment.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My current dirty-hack workaround is to run apachectl graceful in a cron job.
&lt;/div&gt;&lt;br&gt;Maybe I'll end up having to do that too. &amp;nbsp;I was certainly hoping for a better solution.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I already have:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; MaxRequestsPerChild &amp;nbsp; 1000
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That's ridiculously low!
&lt;br&gt;&lt;br&gt;I added that in an effort to get the processes to quit and release the memory. &amp;nbsp;If anything, it appears to have improved the situation, but the problem was around before that.
&lt;br&gt;Besides, my site only gets a request per second on average, so it should only be restarting them every fifteen minutes or so, which should hardly put undo strain on the system!
&lt;br&gt;&lt;br&gt;On 20/11/2009, at 21:08 , Dan Poirier wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; MaxRequestsPerChild &amp;nbsp; 1000
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; That's ridiculously low!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Which might be part of the problem. &amp;nbsp;After only handling 1000 requests,
&lt;br&gt;&amp;gt; a child process will /start/ to exit - but it can't really go away until
&lt;br&gt;&amp;gt; all its current requests have completed. &amp;nbsp;So if this is happening too
&lt;br&gt;&amp;gt; often, you can end up with a lot of &amp;quot;extra&amp;quot; child processes waiting for
&lt;br&gt;&amp;gt; requests to complete, and tying up memory.
&lt;br&gt;&lt;br&gt;Sure, but unless I was having 1000 requests per second what would it matter? &amp;nbsp;Even if it took a minute to die, it should still have long since died before its replacement was ready to die, right?
&lt;br&gt;&lt;br&gt;If things were working properly that is. &amp;nbsp;Maybe they aren't dieing properly.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Peter.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Clipboard Switching and Macros with Keyboard Maestro
&lt;br&gt;&lt;br&gt;Keyboard Maestro &amp;lt;&lt;a href=&quot;http://www.keyboardmaestro.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.keyboardmaestro.com/&lt;/a&gt;&amp;gt; Macros for your Mac
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.stairways.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stairways.com/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://download.stairways.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.stairways.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453129&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453129&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Memory---Process-leak-tp26438689p26453129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26453109</id>
	<title>Re: [users@httpd] Memory / Process leak</title>
	<published>2009-11-20T18:14:08Z</published>
	<updated>2009-11-20T18:14:08Z</updated>
	<author>
		<name>Peter N Lewis</name>
	</author>
	<content type="html">&lt;br&gt;On 20/11/2009, at 18:20 , André Warnier wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Peter N Lewis wrote:
&lt;br&gt;&amp;gt;&amp;gt; I already have:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;MaxRequestsPerChild &amp;nbsp; 1000
&lt;br&gt;&amp;gt;&amp;gt; So the worker processes should die and clean that out.
&lt;br&gt;&amp;gt;&amp;gt; I'm suspicious that the worker threads are not dieing because I've seen cases where there are worker threads listed in ps but not listed in server-status (that will probably show up tomorrow or the next day when the server has been running a bit longer, and I'll post details of that if I haven't got a response by then).
&lt;br&gt;&amp;gt; You are talking about threads. What MPM are you using, on which platform ?
&lt;br&gt;&amp;gt; Read &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mpm.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/mpm.html&lt;/a&gt;&lt;br&gt;&amp;gt; and try ./httpd -l
&lt;br&gt;&lt;br&gt;slice:/etc/apache2# /usr/sbin/apache2 -f /etc/apache2/apache2.conf -l
&lt;br&gt;Compiled in modules:
&lt;br&gt;&amp;nbsp;core.c
&lt;br&gt;&amp;nbsp;mod_log_config.c
&lt;br&gt;&amp;nbsp;mod_logio.c
&lt;br&gt;&amp;nbsp;worker.c
&lt;br&gt;&amp;nbsp;http_core.c
&lt;br&gt;&amp;nbsp;mod_so.c
&lt;br&gt;&lt;br&gt;&amp;gt; All this is still a plaster over a real issue though. &amp;nbsp;The real issue is that some module is leaking memory, and you should really find out which one and go from there. &amp;nbsp;There may be an alternate module available or not, depending on the case.
&lt;br&gt;&lt;br&gt;My suspicion is it is more that it is leaking processes or threads that then never get tidied up. &amp;nbsp;But I certainly could be wrong.
&lt;br&gt;&lt;br&gt;And at this point, I'll be happy to take some plaster - my site is not going to be so heavily used that I need more than plaster. &amp;nbsp;I would like a better solution that frequent graceful restarts.
&lt;br&gt;&lt;br&gt;&amp;gt; It may also just be an application, not a Perl library module, that leaks memory. &amp;nbsp;I would consider that in fact much more likely.
&lt;br&gt;&amp;gt; What /are/ your &amp;quot;mod_perl pages&amp;quot; and what do they do ?
&lt;br&gt;&amp;gt; Is there any possibility to narrow down the search to some likely suspects ?
&lt;br&gt;&amp;gt; In the order of probabilities for memory leaks, I would consider, from most to least likely culprits :
&lt;br&gt;&amp;gt; 1) perl application modules/pages
&lt;br&gt;&amp;gt; 2) perl standard library modules handling XML
&lt;br&gt;&amp;gt; 3) other perl standard library modules
&lt;br&gt;&amp;gt; 4) Apache standard modules
&lt;br&gt;&amp;gt; 5) Apache core code
&lt;br&gt;&lt;br&gt;Any suggestions on how to find it?
&lt;br&gt;&lt;br&gt;Here is what I find interesting. &amp;nbsp;After leaving it for another day, I now have worker processes that are not listed in the server status.
&lt;br&gt;&lt;br&gt;root &amp;nbsp; &amp;nbsp; 19962 &amp;nbsp;0.0 &amp;nbsp;3.3 193708 17776 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ss &amp;nbsp; Nov19 &amp;nbsp; 0:43 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 21837 &amp;nbsp;0.0 &amp;nbsp;3.4 531796 18088 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:07 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 21995 &amp;nbsp;0.0 11.9 813848 62892 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:05 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 22023 &amp;nbsp;0.0 &amp;nbsp;7.5 737104 39496 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:04 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 22046 &amp;nbsp;0.0 &amp;nbsp;6.5 826992 34336 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:05 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 22079 &amp;nbsp;0.0 &amp;nbsp;3.6 837788 19304 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:00 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 22842 &amp;nbsp;0.0 12.8 661912 67228 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:06 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 23370 &amp;nbsp;0.0 10.6 458444 55696 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; Nov20 &amp;nbsp; 0:09 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;www-data 23613 &amp;nbsp;0.1 11.2 520912 58932 ? &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sl &amp;nbsp; 02:00 &amp;nbsp; 0:00 /usr/sbin/apache2 -f /etc/apache2/apache2.conf -k start
&lt;br&gt;&lt;br&gt;Processes 21837, 21995, 22842 are not listed in the server status.
&lt;br&gt;&lt;br&gt;Surely that is something quite wrong? &amp;nbsp;If I kill those processes, I get back a significant amount of memory:
&lt;br&gt;&lt;br&gt;slice:/var/log/apache2# free -m
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;total &amp;nbsp; &amp;nbsp; &amp;nbsp; used &amp;nbsp; &amp;nbsp; &amp;nbsp; free &amp;nbsp; &amp;nbsp; shared &amp;nbsp; &amp;nbsp;buffers &amp;nbsp; &amp;nbsp; cached
&lt;br&gt;Mem: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;505 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;147
&lt;br&gt;-/+ buffers/cache: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;354 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;157
&lt;br&gt;Swap: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1023 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;256 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;767
&lt;br&gt;slice:/var/log/apache2# kill -9 21837 &amp;nbsp;21995 &amp;nbsp;22842
&lt;br&gt;slice:/var/log/apache2# free -m
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;total &amp;nbsp; &amp;nbsp; &amp;nbsp; used &amp;nbsp; &amp;nbsp; &amp;nbsp; free &amp;nbsp; &amp;nbsp; shared &amp;nbsp; &amp;nbsp;buffers &amp;nbsp; &amp;nbsp; cached
&lt;br&gt;Mem: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 512 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;399 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;112 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;147
&lt;br&gt;-/+ buffers/cache: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;249 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;263
&lt;br&gt;Swap: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1023 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;188 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;835
&lt;br&gt;&lt;br&gt;Still very confused.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Peter.
&lt;br&gt;&lt;br&gt;Server status is below.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Apache Server Status for www.stairways.com
&lt;br&gt;&lt;br&gt;Server Version: Apache/2.2.9 (Debian) mod_perl/2.0.4 Perl/v5.10.0
&lt;br&gt;Server Built: Jul 14 2009 20:40:18
&lt;br&gt;Current Time: Saturday, 21-Nov-2009 02:07:55 UTC
&lt;br&gt;Restart Time: Thursday, 19-Nov-2009 02:39:50 UTC
&lt;br&gt;Parent Server Generation: 0
&lt;br&gt;Server uptime: 1 day 23 hours 28 minutes 5 seconds
&lt;br&gt;Total accesses: 66968 - Total Traffic: 2.2 GB
&lt;br&gt;CPU Usage: u17.53 s2.92 cu0 cs0 - .012% CPU load
&lt;br&gt;.392 requests/sec - 13.4 kB/second - 34.2 kB/request
&lt;br&gt;2 requests currently being processed, 48 idle workers
&lt;br&gt;_________________________.......................................
&lt;br&gt;................................................................
&lt;br&gt;__WK_____________________.......................................
&lt;br&gt;......RRR...RR.RR.......R.......................................
&lt;br&gt;..RR.R.RRRRR.R..R..RR.R.........................................
&lt;br&gt;.......R..RRR..RR.RRRRRRR.......................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;................................................................
&lt;br&gt;Scoreboard Key:
&lt;br&gt;&amp;quot;_&amp;quot; Waiting for Connection, &amp;quot;S&amp;quot; Starting up, &amp;quot;R&amp;quot; Reading Request,
&lt;br&gt;&amp;quot;W&amp;quot; Sending Reply, &amp;quot;K&amp;quot; Keepalive (read), &amp;quot;D&amp;quot; DNS Lookup,
&lt;br&gt;&amp;quot;C&amp;quot; Closing connection, &amp;quot;L&amp;quot; Logging, &amp;quot;G&amp;quot; Gracefully finishing,
&lt;br&gt;&amp;quot;I&amp;quot; Idle cleanup of worker, &amp;quot;.&amp;quot; Open slot with no current process
&lt;br&gt;&lt;br&gt;Srv	PID	Acc	M	CPU	SS	Req	Conn	Child	Slot	Client	VHost	Request
&lt;br&gt;0-0	23613	0/6/709	_	0.25	182	1428	0.0	1.18	19.45	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/circuit-2-mill-dri
&lt;br&gt;0-0	23613	0/3/833	_	0.22	184	3576	0.0	0.53	19.12	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/drawing-2100-milli
&lt;br&gt;0-0	23613	0/3/1041	_	0.25	182	4188	0.0	0.49	41.90	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/drawing-10-10-stea
&lt;br&gt;0-0	23613	0/4/1007	_	0.29	176	1128	0.0	0.12	31.10	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/javascript/prototype.js HTTP/1.1
&lt;br&gt;0-0	23613	0/5/980	_	0.29	177	0	0.0	0.03	35.40	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/img/close.png HTTP/1.1
&lt;br&gt;0-0	23613	0/3/729	_	0.29	162	0	0.0	0.01	15.09	x.x.x.x	store.stairways.com	GET / HTTP/1.1
&lt;br&gt;0-0	23613	0/3/741	_	0.29	175	4	0.0	3.50	19.69	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/img/title-bg.jpg HTTP/1.1
&lt;br&gt;0-0	23613	0/2/666	_	0.32	138	32	0.0	0.03	23.50	x.x.x.x	www.keyboardmaestro.com	GET /action/sivc?A&amp;R&amp;02038000&amp;C06EEE10&amp;5Np6QVyI&amp;00000000&amp;000010
&lt;br&gt;0-0	23613	0/2/809	_	0.32	131	0	0.0	0.10	24.75	x.x.x.x	www.peter.com.au	GET /photos/photos/2002-07-17-Nanas-90th-Birthday_03-Liz-Neil-I
&lt;br&gt;0-0	23613	0/2/831	_	0.32	116	180	0.0	0.07	27.35	x.x.x.x	www.peter.com.au	GET /photos/photos/2002-09-02-3Brougham-Castle_0750.jpg HTTP/1.
&lt;br&gt;0-0	23613	0/2/811	_	0.32	114	176	0.0	0.08	16.62	x.x.x.x	www.peter.com.au	GET /photos/photos/2002-09-02-3Brougham-Castle_0743.jpg HTTP/1.
&lt;br&gt;0-0	23613	0/2/621	_	0.44	50	412	0.0	0.04	26.01	x.x.x.x	www.stairways.com	POST /blog/ HTTP/1.0
&lt;br&gt;0-0	23613	0/2/1039	_	0.44	22	16	0.0	0.01	39.40	x.x.x.x	www.keyboardmaestro.com	GET /action/sivc?A&amp;R&amp;03508000&amp;597F9798&amp;IZhMssjI&amp;00000000&amp;000010
&lt;br&gt;0-0	23613	0/5/933	_	0.44	1	0	0.0	0.04	26.53	x.x.x.x	www.peter.com.au	GET /articles/pantograph-images/pencil.png HTTP/1.1
&lt;br&gt;0-0	23613	0/6/1292	_	0.44	1	0	0.0	0.07	48.99	x.x.x.x	www.peter.com.au	GET /articles/pantograph-images/arms.png HTTP/1.1
&lt;br&gt;0-0	23613	0/2/1259	_	0.06	306	0	0.0	0.01	44.51	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;0-0	23613	0/3/952	_	0.06	290	0	0.0	0.03	39.72	x.x.x.x	www.keyboardmaestro.com	GET /favicon.ico HTTP/1.1
&lt;br&gt;0-0	23613	0/2/1015	_	0.06	291	0	0.0	0.14	26.80	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/save-to-clippings-tutorial.png HTTP/1.1
&lt;br&gt;0-0	23613	0/1/1326	_	0.06	291	0	0.0	0.03	34.21	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/setup-textedit-recording-example.png HTTP/1.1
&lt;br&gt;0-0	23613	0/1/791	_	0.06	279	8	0.0	0.02	36.57	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;0-0	23613	0/2/1248	_	0.06	269	0	0.0	0.00	22.41	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2004-01-17-Chair-Recovering-Episode-1_16-Rem
&lt;br&gt;0-0	23613	0/1/1151	_	0.06	230	0	0.0	0.00	60.70	x.x.x.x	www.keyboardmaestro.com	GET /favicon.ico HTTP/1.0
&lt;br&gt;0-0	23613	0/2/1067	_	0.22	192	4	0.0	0.04	31.67	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/overview.png HTTP/1.1
&lt;br&gt;0-0	23613	0/2/1255	_	0.21	192	0	0.0	0.14	33.69	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/configuration.png HTTP/1.1
&lt;br&gt;0-0	23613	0/3/720	_	0.22	192	0	0.0	0.03	14.41	x.x.x.x	www.keyboardmaestro.com	GET /img/mainbuttons/download-both.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/814	.	5.37	2144	4	0.0	0.00	17.80	x.x.x.x	www.stairways.com	GET /main/index HTTP/1.1
&lt;br&gt;1-0	-	0/0/683	.	5.35	2144	20	0.0	0.00	29.60	x.x.x.x	www.keyboardmaestro.com	GET /action/sivc?A&amp;R&amp;02138000&amp;BF75943C&amp;BQHzyVyu&amp;00000000&amp;000010
&lt;br&gt;1-0	-	0/0/771	.	5.34	2144	0	0.0	0.00	49.29	x.x.x.x	www.sungroper.asn.au	GET /gallery/thumbs/2001-05-27-Panel_05-Cells.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/796	.	5.34	2144	0	0.0	0.00	23.04	x.x.x.x	www.stairways.com	GET / HTTP/1.1
&lt;br&gt;1-0	-	0/0/536	.	5.37	2144	12	0.0	0.00	53.79	x.x.x.x	www.keyboardmaestro.com	GET /action/sivc?A&amp;R&amp;03508000&amp;578D5847&amp;UZJ29rkg&amp;00000000&amp;000010
&lt;br&gt;1-0	-	0/0/561	.	5.33	2144	0	0.0	0.00	14.31	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2005-02-15-Bali-Resort_03-Robert.jpg HTTP/1.
&lt;br&gt;1-0	-	0/0/693	.	5.28	2144	8	0.0	0.00	26.17	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;1-0	-	0/0/643	.	5.35	2144	8	0.0	0.00	31.38	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;1-0	-	0/0/620	.	5.35	2144	0	0.0	0.00	28.16	x.x.x.x	www.sungroper.com	GET /gallery/photos/2001-03-12-Car-Stuff_04-Seat-Mold.jpg HTTP/
&lt;br&gt;1-0	-	0/0/684	.	5.35	2144	1164	0.0	0.00	38.32	x.x.x.x	www.peter.com.au	GET /styles/perth_header.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/626	.	5.34	2144	16	0.0	0.00	20.57	x.x.x.x	www.sungroper.asn.au	GET /gallery/photos/2001-07-14-Shell_05-Vacuum-Bag.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/755	.	5.35	2144	0	0.0	0.00	46.44	x.x.x.x	www.keyboardmaestro.com	GET /press/2005-04-14 HTTP/1.1
&lt;br&gt;1-0	-	0/0/667	.	5.35	2144	0	0.0	0.00	19.10	x.x.x.x	www.stairways.com	HEAD / HTTP/1.1
&lt;br&gt;1-0	-	0/0/659	.	5.35	2144	0	0.0	0.00	45.19	x.x.x.x	www.keyboardmaestro.com	GET / HTTP/1.0
&lt;br&gt;1-0	-	0/0/669	.	5.34	2144	0	0.0	0.00	30.72	x.x.x.x	slice.peter.com.au	GET /robots.txt HTTP/1.1
&lt;br&gt;1-0	-	0/0/669	.	5.35	2144	0	0.0	0.00	17.84	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/screenshots HTTP/1.1
&lt;br&gt;1-0	-	0/0/924	.	5.35	2144	0	0.0	0.00	20.44	x.x.x.x	www.stairways.com	GET /favicon.ico HTTP/1.1
&lt;br&gt;1-0	-	0/0/794	.	5.35	2144	0	0.0	0.00	30.36	x.x.x.x	www.stairways.com	GET /img/box-bg.png HTTP/1.1
&lt;br&gt;1-0	-	0/0/773	.	5.37	2144	0	0.0	0.00	22.45	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-03-12-Tabithas-Birthday-Party_03-Olivia
&lt;br&gt;1-0	-	0/0/859	.	5.34	2144	16	0.0	0.00	30.89	x.x.x.x	www.peter.com.au	GET /photos/photos/2002-11-29-Amy-Isabel_04-Amy.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/859	.	5.35	2144	4	0.0	0.00	30.66	x.x.x.x	www.peter.com.au	GET /williamdawes/index.html HTTP/1.0
&lt;br&gt;1-0	-	0/0/800	.	5.37	2144	0	0.0	0.00	21.98	x.x.x.x	www.stairways.com	GET /action/store HTTP/1.1
&lt;br&gt;1-0	-	0/0/864	.	5.34	2144	0	0.0	0.00	27.29	x.x.x.x	www.sungroper.asn.au	GET /gallery/thumbs/2001-05-06-Tabbing~08-Tab-4.jpg HTTP/1.1
&lt;br&gt;1-0	-	0/0/1099	.	5.33	2144	0	0.0	0.00	16.40	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2005-02-13-Bali-Pouring-with-Rain_01-Sue-Rob
&lt;br&gt;1-0	-	0/0/636	.	5.34	2144	0	0.0	0.00	19.75	x.x.x.x	www.sungroper.asn.au	GET /gallery/thumbs/2001-05-27-Panel_01-Template.jpg HTTP/1.1
&lt;br&gt;2-0	23370	0/49/1031	_	3.89	290	4	0.0	0.93	34.09	x.x.x.x	www.keyboardmaestro.com	GET /img/box-bg.png HTTP/1.1
&lt;br&gt;2-0	23370	0/40/939	_	3.89	290	0	0.0	0.75	21.27	x.x.x.x	www.keyboardmaestro.com	GET /img/title-bg.jpg HTTP/1.1
&lt;br&gt;2-0	23370	0/80/913	W	3.88	0	0	0.0	0.95	31.80	x.x.x.x	www.stairways.com	GET /server-status HTTP/1.1
&lt;br&gt;2-0	23370	1/78/853	K	4.06	1	940	51.2	0.50	37.11	x.x.x.x	www.peter.com.au	GET /articles/pantograph-images/pantograph.png HTTP/1.1
&lt;br&gt;2-0	23370	0/33/826	_	3.90	272	20	0.0	0.68	36.05	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;2-0	23370	0/41/780	_	3.91	200	4	0.0	2.93	63.29	x.x.x.x	www.stairways.com	GET /server-status HTTP/1.1
&lt;br&gt;2-0	23370	0/35/796	_	3.89	290	0	0.0	0.65	11.60	x.x.x.x	www.keyboardmaestro.com	GET /img/mainbuttons/download-both.jpg HTTP/1.1
&lt;br&gt;2-0	23370	0/57/1073	_	4.00	192	0	0.0	0.85	34.47	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/record-quick-macro-example.png HTTP/1.1
&lt;br&gt;2-0	23370	0/63/727	_	4.00	192	0	0.0	0.50	30.15	x.x.x.x	www.keyboardmaestro.com	GET /img/frames/setup-textedit-recording-example.png HTTP/1.1
&lt;br&gt;2-0	23370	0/46/998	_	3.89	289	0	0.0	0.59	55.68	x.x.x.x	www.peter.com.au	GET /articles/favicon.ico HTTP/1.1
&lt;br&gt;2-0	23370	0/114/1168	_	4.00	181	3864	0.0	2.91	31.16	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/figure-2-lubricati
&lt;br&gt;2-0	23370	0/136/1048	_	3.91	267	20	0.0	1.11	32.85	x.x.x.x	www.keyboardmaestro.com	GET /action/sivc?A&amp;R&amp;02118000&amp;BF4348C4&amp;FQXhHvrN&amp;00000000&amp;000010
&lt;br&gt;2-0	23370	0/117/919	_	4.05	175	0	0.0	0.93	16.36	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/img/keyboardmaestro-title-icon.png HTTP/1.
&lt;br&gt;2-0	23370	0/41/866	_	4.00	185	0	0.0	0.69	26.39	x.x.x.x	www.keyboardmaestro.com	GET /main/dummy.mov HTTP/1.1
&lt;br&gt;2-0	23370	0/51/383	_	4.06	51	12	0.0	0.56	13.25	x.x.x.x	www.stairways.com	GET /blog/2006-12-07-applescript-edit-with HTTP/1.0
&lt;br&gt;2-0	23370	0/40/718	_	4.05	130	0	0.0	0.74	14.62	x.x.x.x	www.sungroper.asn.au	GET /howto/index.html HTTP/1.1
&lt;br&gt;2-0	23370	0/35/335	_	4.05	149	0	0.0	4.48	9.34	x.x.x.x	www.sungroper.asn.au	GET /project/solar-panel.html HTTP/1.0
&lt;br&gt;2-0	23370	0/134/600	_	4.00	184	0	0.0	2.18	12.93	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/circuit-1-lathe.gi
&lt;br&gt;2-0	23370	0/115/1112	_	4.00	182	2092	0.0	1.64	28.84	x.x.x.x	www.peter.com.au	GET /metalwork/al-60-g0516-sieg-c6-m2/images/milling-drilling-f
&lt;br&gt;2-0	23370	0/34/377	_	4.05	137	0	0.0	0.42	16.73	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/preferences.html HTTP/1.1
&lt;br&gt;2-0	23370	0/38/394	_	4.05	174	0	0.0	0.55	13.91	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/programswitcher.html HTTP/1.1
&lt;br&gt;2-0	23370	0/37/506	_	4.05	109	0	0.0	1.51	22.57	x.x.x.x	www.peter.com.au	GET /photos/photos/2002-09-02-3Brougham-Castle_0744.jpg HTTP/1.
&lt;br&gt;2-0	23370	0/114/588	_	4.05	175	0	0.0	1.11	12.89	x.x.x.x	www.keyboardmaestro.com	GET /documentation/3/img/box-bg.png HTTP/1.1
&lt;br&gt;2-0	23370	0/75/430	_	4.06	2	0	0.0	2.33	12.88	x.x.x.x	www.peter.com.au	GET /styles/downtown.css HTTP/1.1
&lt;br&gt;2-0	23370	0/87/513	_	4.06	38	0	0.0	1.07	26.47	x.x.x.x	slice.peter.com.au	GET / HTTP/1.0
&lt;br&gt;3-0	-	0/0/116	.	4.86	54611	4	0.0	0.00	4.70	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;3-0	-	0/0/242	.	4.91	54610	0	0.0	0.00	7.52	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;3-0	-	0/0/185	.	4.87	54611	1084	0.0	0.00	1.85	x.x.x.x	www.peter.com.au	GET /styles/perth_header.jpg HTTP/1.1
&lt;br&gt;3-0	-	0/0/273	.	4.87	54611	4	0.0	0.00	2.74	x.x.x.x	www.keyboardmaestro.com	HEAD /main/features HTTP/1.1
&lt;br&gt;3-0	-	0/0/225	.	4.87	54611	0	0.0	0.00	3.60	x.x.x.x	www.stairways.com	GET /blog/rss-2009-05-03-km4-teaser-clipboards.xml HTTP/1.0
&lt;br&gt;3-0	-	0/0/145	.	4.90	54611	604	0.0	0.00	5.63	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;3-0	22023	0/1/1	R	0.22	76667	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	22023	0/1/1	R	0.22	76667	4	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	22023	0/1/1	R	0.21	76667	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	-	0/0/137	.	4.90	54611	8	0.0	0.00	3.01	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;3-0	-	0/0/363	.	4.88	54611	0	0.0	0.00	7.13	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;3-0	-	0/0/102	.	4.87	54611	508	0.0	0.00	1.78	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;3-0	22023	0/1/1	R	0.22	76667	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	22023	0/1/1	R	0.22	76667	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	-	0/0/127	.	4.86	54611	460	0.0	0.00	6.91	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;3-0	22023	0/1/1	R	0.22	76667	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	22023	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;3-0	-	0/0/241	.	4.88	54611	8	0.0	0.00	4.74	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;3-0	-	0/0/118	.	4.87	54611	0	0.0	0.00	1.00	x.x.x.x	www.stairways.com	GET /sivc/anarchie?A&amp;R&amp;03628000&amp;BCC13800&amp;C0A80C75 HTTP/1.0
&lt;br&gt;3-0	-	0/0/147	.	4.90	54611	12	0.0	0.00	3.36	x.x.x.x	www.peter.com.au	GET /photos/day/2002-08-20-Parnu.html HTTP/1.1
&lt;br&gt;3-0	-	0/0/169	.	4.87	54611	16	0.0	0.00	1.81	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-26-Jurong-Birdpark_14-Baby-Bird.jpg
&lt;br&gt;3-0	-	0/0/255	.	4.90	54611	64	0.0	0.00	3.51	x.x.x.x	www.stairways.com	GET /blog/2007-11-03-leopard-dock HTTP/1.1
&lt;br&gt;3-0	-	0/0/123	.	4.90	54611	0	0.0	0.00	1.48	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;3-0	-	0/0/196	.	4.86	54611	0	0.0	0.00	3.62	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;3-0	22023	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/191	.	5.31	54723	0	0.0	0.00	4.08	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;4-0	-	0/0/204	.	5.30	54723	8	0.0	0.00	2.79	x.x.x.x	www.keyboardmaestro.com	GET /form/feedback?id=tips_rememberinghotkeys HTTP/1.1
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/201	.	5.29	54723	0	0.0	0.00	5.65	x.x.x.x	www.keyboardmaestro.com	GET /robots.txt HTTP/1.1
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/197	.	5.31	54722	704	0.0	0.00	7.20	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/120	.	5.30	54723	0	0.0	0.00	3.51	x.x.x.x	www.peter.com.au	GET /favicon.ico HTTP/1.1
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/302	.	5.31	54723	4	0.0	0.00	2.67	x.x.x.x	www.peter.com.au	GET /styles/downtown.css HTTP/1.1
&lt;br&gt;4-0	-	0/0/269	.	5.31	54723	548	0.0	0.00	5.64	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/152	.	5.30	54723	472	0.0	0.00	2.14	x.x.x.x	www.peter.com.au	GET /styles/perth_header.jpg HTTP/1.1
&lt;br&gt;4-0	-	0/0/273	.	5.29	54723	12	0.0	0.00	3.73	x.x.x.x	www.stairways.com	GET /blog/rss.xml HTTP/1.1
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/332	.	5.31	54723	440	0.0	0.00	2.96	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;4-0	22046	0/0/0	R	0.00	76674	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;4-0	-	0/0/117	.	5.31	54723	1020	0.0	0.00	12.88	x.x.x.x	www.peter.com.au	GET /photos/photos/2005-05-30-Nikolas-Birthday_08-Penguin-Walk.
&lt;br&gt;4-0	-	0/0/248	.	5.31	54723	4	0.0	0.00	2.14	x.x.x.x	www.stairways.com	GET /main/about HTTP/1.0
&lt;br&gt;5-0	-	0/0/2	.	0.24	76653	0	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_19-Lord-Mayor-and-Nuna
&lt;br&gt;5-0	-	0/0/2	.	0.24	76653	0	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_10-Team-Flag-and-Car.j
&lt;br&gt;5-0	-	0/0/2	.	0.24	76653	0	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_12-or-not.jpg HTTP/1.1
&lt;br&gt;5-0	-	0/0/2	.	0.31	76653	0	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_13-King-William-St.jpg
&lt;br&gt;5-0	-	0/0/2	.	0.36	76653	4	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_11-Off-on-parade.jpg H
&lt;br&gt;5-0	-	0/0/2	.	0.36	76653	0	0.0	0.00	0.01	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_20-Cars-on-Display.jpg
&lt;br&gt;5-0	-	0/0/1	.	0.36	76653	8	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-21-Race-Day-4_20-Clever-Rock.jpg HTT
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	-	0/0/2	.	0.36	76653	0	0.0	0.00	0.01	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-27-Parade-Day_09-Southern-Exposure.j
&lt;br&gt;5-0	-	0/0/1	.	0.36	76653	12	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-21-Race-Day-4_23-Devils-Marbles.jpg
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	-	0/0/1	.	0.36	76653	8	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-21-Race-Day-4_27-Devils-Marbles.jpg
&lt;br&gt;5-0	-	0/0/1	.	0.36	76653	12	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-21-Race-Day-4_28-Shay-and-Fe-Rock.jp
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	-	0/0/1	.	0.36	76653	0	0.0	0.00	0.00	x.x.x.x	www.peter.com.au	GET /photos/thumbs/2001-11-21-Race-Day-4_35-Devils-Marbles.jpg
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;5-0	22079	0/0/0	R	0.00	76673	0	0.0	0.00	0.00	?	?	..reading..
&lt;br&gt;Srv	Child Server number - generation
&lt;br&gt;PID	OS process ID
&lt;br&gt;Acc	Number of accesses this connection / this child / this slot
&lt;br&gt;M	Mode of operation
&lt;br&gt;CPU	CPU usage, number of seconds
&lt;br&gt;SS	Seconds since beginning of most recent request
&lt;br&gt;Req	Milliseconds required to process most recent request
&lt;br&gt;Conn	Kilobytes transferred this connection
&lt;br&gt;Child	Megabytes transferred this child
&lt;br&gt;Slot	Total megabytes transferred this slot
&lt;br&gt;Apache/2.2.9 Server at www.stairways.com Port 80
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Clipboard Switching and Macros with Keyboard Maestro
&lt;br&gt;&lt;br&gt;Keyboard Maestro &amp;lt;&lt;a href=&quot;http://www.keyboardmaestro.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.keyboardmaestro.com/&lt;/a&gt;&amp;gt; Macros for your Mac
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.stairways.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stairways.com/&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://download.stairways.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.stairways.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453109&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453109&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26453109&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Memory---Process-leak-tp26438689p26453109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452964</id>
	<title>KeepAlive directive takes others than on or off</title>
	<published>2009-11-20T17:43:08Z</published>
	<updated>2009-11-20T17:43:08Z</updated>
	<author>
		<name>Takashi Sato-5</name>
	</author>
	<content type="html">Current KeepAlive dirctive accept anything but &amp;quot;Off&amp;quot; or &amp;quot;0&amp;quot;
&lt;br&gt;as &amp;quot;On&amp;quot; for compatibility,
&lt;br&gt;The change from 0/1 to Off/On was done in 1.3 or before.
&lt;br&gt;I'd like to change KeepAlive to AP_INIT_FLAG.
&lt;br&gt;so that KeepAlive accepts only On or Off.
&lt;br&gt;&lt;br&gt;comments ?
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KeepAlive-directive-takes-others-than-on-or-off-tp26452964p26452964.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452257</id>
	<title>[users@httpd] installing apache on amazon ec2 instance</title>
	<published>2009-11-20T16:04:20Z</published>
	<updated>2009-11-20T16:04:20Z</updated>
	<author>
		<name>Daniel Shapiro-2</name>
	</author>
	<content type="html">Running on Debian linux:
&lt;br&gt;&lt;br&gt;I have been having trouble installing/running apache on an instance of an amazon cloud ec2 machine.
&lt;br&gt;Wondering if installation is badly done, or configs not set up, or if its a function of the virtual nature of IP &amp;nbsp;on amazon ec2 cloud?
&lt;br&gt;&lt;br&gt;&lt;br&gt;It does seem I have 2 versions installed - but can't get either to work properly
&lt;br&gt;&lt;br&gt;--------------------------------------------------
&lt;br&gt;installation detail
&lt;br&gt;amd6:/# whereis apache
&lt;br&gt;apache: /usr/sbin/apache /etc/apache /usr/lib/apache /usr/share/apache /usr/share/man/man8/apache.8.gz
&lt;br&gt;amd6:/# whereis apache2
&lt;br&gt;apache2: /usr/sbin/apache2 /etc/apache2 /usr/lib/apache2 /usr/share/apache2 /usr/share/man/man8/apache2.8.gz
&lt;br&gt;amd6:/#
&lt;br&gt;amd6/# apache -v
&lt;br&gt;Server version: Apache/1.3.34 (Debian)
&lt;br&gt;Server built: &amp;nbsp; Jan 21 2008 09:55:55
&lt;br&gt;amd6:/# apache2 -v
&lt;br&gt;Server version: Apache/2.2.3
&lt;br&gt;Server built: &amp;nbsp; Jul 29 2009 10:27:09
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------
&lt;br&gt;Upon running apachectl:
&lt;br&gt;amd6# apachectl start
&lt;br&gt;/usr/sbin/apachectl start: httpd started
&lt;br&gt;amd6/# apachectl configtest
&lt;br&gt;Syntax OK
&lt;br&gt;amd6# apachectl fullstatus
&lt;br&gt;&lt;br&gt;Looking up localhost
&lt;br&gt;Making HTTP connection to localhost
&lt;br&gt;Alert!: Unable to connect to remote host.
&lt;br&gt;&lt;br&gt;lynx: Can't access startfile &lt;a href=&quot;http://localhost/server-status&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/server-status&lt;/a&gt;&lt;br&gt;&lt;br&gt;-----------------------------------------------------------
&lt;br&gt;Looking at error log - seems normal startup on a few bounces
&lt;br&gt;amd68:/# tail /var/log/apache/error.log
&lt;br&gt;[Fri Nov 20 18:46:16 2009] [crit] (98)Address already in use: make_sock: could not bind to port 8080
&lt;br&gt;[Fri Nov 20 18:51:39 2009] [notice] SIGHUP received. &amp;nbsp;Attempting to restart
&lt;br&gt;[Fri Nov 20 18:51:39 2009] [notice] Apache/1.3.34 (Debian) PHP/5.2.0-8+etch15 configured -- resuming normal operations
&lt;br&gt;[Fri Nov 20 18:51:39 2009] [notice] Accept mutex: sysvsem (Default: sysvsem)
&lt;br&gt;[Fri Nov 20 18:57:31 2009] [notice] caught SIGTERM, shutting down
&lt;br&gt;[Fri Nov 20 18:57:37 2009] [notice] Apache/1.3.34 (Debian) PHP/5.2.0-8+etch15 configured -- resuming normal operations
&lt;br&gt;[Fri Nov 20 18:57:37 2009] [notice] Accept mutex: sysvsem (Default: sysvsem)
&lt;br&gt;[Fri Nov 20 18:57:48 2009] [notice] caught SIGTERM, shutting down
&lt;br&gt;[Fri Nov 20 18:57:50 2009] [notice] Apache/1.3.34 (Debian) PHP/5.2.0-8+etch15 configured -- resuming normal operations
&lt;br&gt;[Fri Nov 20 18:57:50 2009] [notice] Accept mutex: sysvsem (Default: sysvsem)
&lt;br&gt;&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;Trying apache2:
&lt;br&gt;amd6:/# apache2 -f &amp;nbsp;/etc/apache2/httpd.conf
&lt;br&gt;apache2: Syntax error on line 6 of /etc/apache2/httpd.conf: Cannot load /usr/lib/apache/1.3/mod_status.so into server: /usr/lib/apache/1.3/mod_status.so: undefined symbol: ap_restart_time
&lt;br&gt;&lt;br&gt;But the file exists - but seems from the other version
&lt;br&gt;amd6:/# ls -altr /usr/lib/apache/1.3/mod_status*
&lt;br&gt;-rw-r--r-- 1 root root 17360 Jan 21 &amp;nbsp;2008 /usr/lib/apache/1.3/mod_status.so
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;Any help here would be greatly appreciated 
&lt;br&gt;Pointing a browser at &lt;a href=&quot;http://my-ip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://my-ip&lt;/a&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://myip:80&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myip:80&lt;/a&gt;&amp;nbsp; &amp;nbsp; and &amp;nbsp; &lt;a href=&quot;http://myip:8080&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://myip:8080&lt;/a&gt;&amp;nbsp; &amp;nbsp; does not work of course
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank you
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452257&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452257&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452257&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--installing-apache-on-amazon-ec2-instance-tp26452257p26452257.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26452151</id>
	<title>Re: [users@httpd] Using named pipe in Apache directory</title>
	<published>2009-11-20T15:53:09Z</published>
	<updated>2009-11-20T15:53:09Z</updated>
	<author>
		<name>Nick Kew</name>
	</author>
	<content type="html">Doug McNutt wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; To test it,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. I set up a named pipe a.file
&lt;br&gt;&amp;gt;&amp;gt; 2. I execute &amp;nbsp; cat &amp;lt; index.html &amp;gt; a.file
&lt;br&gt;&amp;gt;&amp;gt; 3. I open a browser and try to access &lt;a href=&quot;http://localhost/a.file&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/a.file&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; However, when I tried to do this, I found apache just simply close the
&lt;br&gt;&amp;gt;&amp;gt; connection and the browser stay blank.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since no one more familiar with apache than I has answered. . .
&lt;/div&gt;&lt;br&gt;I hadn't seen the OP ...
&lt;br&gt;&lt;br&gt;Anyway, apache's default handler serves a file. &amp;nbsp;If you want to serve
&lt;br&gt;from a pipe, you'll need another handler. &amp;nbsp;Or an alternative such as
&lt;br&gt;a CGI script.
&lt;br&gt;&lt;br&gt;Having said that, it looks like enabling a pipe should be a
&lt;br&gt;very straightforward hack to the default handler. &amp;nbsp;Just test
&lt;br&gt;r-&amp;gt;finfo.filetype for a pipe, and if it is, make a pipe bucket
&lt;br&gt;of it (and avoid inappropriate ops like setting Content-Length
&lt;br&gt;or Last-Modified from the finfo).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452151&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452151&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26452151&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Using-named-pipe-in-Apache-directory-tp26421625p26452151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451959</id>
	<title>Re: [users@httpd] Using named pipe in Apache directory</title>
	<published>2009-11-20T15:30:35Z</published>
	<updated>2009-11-20T15:30:35Z</updated>
	<author>
		<name>Doug McNutt</name>
	</author>
	<content type="html">At 02:09 -0500 11/19/09, Xuan Zhang wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I am dealing with a little bit strange requirements in apache.
&lt;br&gt;&amp;gt;I want to use an &amp;quot;named pipe&amp;quot; generated by mkfifo as a file in apache
&lt;br&gt;&amp;gt;directory. &amp;nbsp;For example, I put one pipe file in as a.file in apache's
&lt;br&gt;&amp;gt;directory and then generate the stream of snapshot of my screen into
&lt;br&gt;&amp;gt;the pipe. &amp;nbsp;In this case, I hope the client who fetches the a.mp4 file
&lt;br&gt;&amp;gt;would receive a stream of my screen.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;To test it,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;1. I set up a named pipe a.file
&lt;br&gt;&amp;gt;2. I execute &amp;nbsp; cat &amp;lt; index.html &amp;gt; a.file
&lt;br&gt;&amp;gt;3. I open a browser and try to access &lt;a href=&quot;http://localhost/a.file&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost/a.file&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;However, when I tried to do this, I found apache just simply close the
&lt;br&gt;&amp;gt;connection and the browser stay blank.
&lt;/div&gt;&lt;br&gt;Since no one more familiar with apache than I has answered. . .
&lt;br&gt;&lt;br&gt;Apache is setting up a forked process to handle your request. It almost surely empties the pipe while immediately passing something to the http user.
&lt;br&gt;&lt;br&gt;But header information may be screwed up and when the pipe gets empty, and it has to before apache will send anything, the forked process will quit.
&lt;br&gt;&lt;br&gt;Even if such a stream might work it will require two named pipes unless I don't know something about two way pipes. Perhaps there isn't much to pass from apache to your stream process. But I would think that some synchronization like an interrupt from apache saying &amp;quot;send another page&amp;quot;.
&lt;br&gt;&lt;br&gt;Have a look at the way RSS - really simple syndication - works. I'm pretty sure that browsers are simply told to refresh regularly so that each image gets a complete new &amp;nbsp;request with something like a cookie that tells where you are in the &amp;quot;stream&amp;quot;.
&lt;br&gt;&lt;br&gt;And I'm dead sure that someone around here knows a lot more than I do about it.
&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;--&amp;gt; From the U S of A, the only socialist country that refuses to admit it. &amp;lt;--
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451959&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451959&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451959&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Using-named-pipe-in-Apache-directory-tp26421625p26451959.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451860</id>
	<title>Re: [users@httpd] Change Content-Disposition from inline to  attachment using mod_headers in a reverse proxy?</title>
	<published>2009-11-20T15:21:04Z</published>
	<updated>2009-11-20T15:21:04Z</updated>
	<author>
		<name>Devraj Mukherjee-3</name>
	</author>
	<content type="html">Hi Nick,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are setting up a reverse proxy to proxy contents from an external
&lt;br&gt;&amp;gt;&amp;gt; web site, because we need to change parts of the content before we
&lt;br&gt;&amp;gt;&amp;gt; serve it to our users (primarily to make the site Firefox friendly).
&lt;br&gt;&amp;gt;&amp;gt; mod_substitute does most of what we want, apart from file downloads.
&lt;br&gt;&amp;gt;&amp;gt; Firefox on Linux (which is most of our users) doesn't seem to handle
&lt;br&gt;&amp;gt;&amp;gt; PDF files delivered inline that well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sounds like firefox on linux is badly misconfigured.  LART your sysop!
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Appreciate the feedback. Will take it up with him.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; The web site sends down the PDF files with the following header
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Content-Disposition: inline;filename=Report.pdf
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I would like the Content-Disposition to be changed to attachment. I
&lt;br&gt;&amp;gt;&amp;gt; believe mod_headers is the module for the job.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yep.  What's the problem?
&lt;br&gt;&amp;gt; (just dropping the Content-Disposition wouldn't hurt).
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Ah great. Will try that.
&lt;br&gt;&lt;br&gt;Thanks for your time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;The secret impresses no-one, the trick you use it for is everything&amp;quot;
&lt;br&gt;- Alfred Borden (The Prestiege)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451860&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451860&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451860&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Change-Content-Disposition-from-inline-to-attachment-using--mod_headers-in-a-reverse-proxy--tp26451798p26451860.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451850</id>
	<title>Re: [users@httpd] Can mod_proxy authenticate against another proxy (squid) server?</title>
	<published>2009-11-20T15:20:56Z</published>
	<updated>2009-11-20T15:20:56Z</updated>
	<author>
		<name>Nick Kew</name>
	</author>
	<content type="html">Devraj Mukherjee wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; How do I add headers for outgoing requests?
&lt;br&gt;&lt;br&gt;with mod_headers, for example.
&lt;br&gt;&lt;br&gt;The rate you're asking questions, you should be on IRC
&lt;br&gt;rather than the mailinglist.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451850&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451850&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Can-mod_proxy-authenticate-against-another-proxy-%28squid%29-server--tp26451708p26451850.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451824</id>
	<title>Re: [users@httpd] Change Content-Disposition from inline to attachment using 	mod_headers in a reverse proxy?</title>
	<published>2009-11-20T15:18:20Z</published>
	<updated>2009-11-20T15:18:20Z</updated>
	<author>
		<name>Nick Kew</name>
	</author>
	<content type="html">Devraj Mukherjee wrote:
&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We are setting up a reverse proxy to proxy contents from an external
&lt;br&gt;&amp;gt; web site, because we need to change parts of the content before we
&lt;br&gt;&amp;gt; serve it to our users (primarily to make the site Firefox friendly).
&lt;br&gt;&amp;gt; mod_substitute does most of what we want, apart from file downloads.
&lt;br&gt;&amp;gt; Firefox on Linux (which is most of our users) doesn't seem to handle
&lt;br&gt;&amp;gt; PDF files delivered inline that well.
&lt;br&gt;&lt;br&gt;Sounds like firefox on linux is badly misconfigured. &amp;nbsp;LART your sysop!
&lt;br&gt;&lt;br&gt;&amp;gt; The web site sends down the PDF files with the following header
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Content-Disposition: inline;filename=Report.pdf
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I would like the Content-Disposition to be changed to attachment. I
&lt;br&gt;&amp;gt; believe mod_headers is the module for the job.
&lt;br&gt;&lt;br&gt;Yep. &amp;nbsp;What's the problem?
&lt;br&gt;(just dropping the Content-Disposition wouldn't hurt).
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451824&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451824&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451824&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Change-Content-Disposition-from-inline-to-attachment-using--mod_headers-in-a-reverse-proxy--tp26451798p26451824.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451817</id>
	<title>Re: [users@httpd] Can mod_proxy authenticate against another proxy  (squid) server?</title>
	<published>2009-11-20T15:16:59Z</published>
	<updated>2009-11-20T15:16:59Z</updated>
	<author>
		<name>Devraj Mukherjee-3</name>
	</author>
	<content type="html">Hi Nick,
&lt;br&gt;&lt;br&gt;On Sat, Nov 21, 2009 at 10:14 AM, Nick Kew &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nick@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Devraj Mukherjee wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Can mod_proxy authenticate and route its request against squid or
&lt;br&gt;&amp;gt;&amp;gt; another proxy server?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What authentication method is the squid demanding?  If HTTP-based,
&lt;br&gt;&amp;gt; set the headers in Apache (or if digest, you'd need have to delegate
&lt;br&gt;&amp;gt; to the browser unless you can find a digest-client module).
&lt;br&gt;&amp;gt; If not HTTP, then just allow the clients to authenticate the squid.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Thanks for the response. Authentication is set to HTTP.
&lt;br&gt;&lt;br&gt;Is ProxyRemote the proper directive for Apache to use another Proxy
&lt;br&gt;server to get content, when implementing a Reverse proxy?
&lt;br&gt;&lt;br&gt;How do I add headers for outgoing requests?
&lt;br&gt;&lt;br&gt;Any examples or pointers would be greatly appreciated.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;The secret impresses no-one, the trick you use it for is everything&amp;quot;
&lt;br&gt;- Alfred Borden (The Prestiege)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451817&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451817&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451817&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Can-mod_proxy-authenticate-against-another-proxy-%28squid%29-server--tp26451708p26451817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451798</id>
	<title>[users@httpd] Change Content-Disposition from inline to attachment using  mod_headers in a reverse proxy?</title>
	<published>2009-11-20T15:14:38Z</published>
	<updated>2009-11-20T15:14:38Z</updated>
	<author>
		<name>Devraj Mukherjee-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;We are setting up a reverse proxy to proxy contents from an external
&lt;br&gt;web site, because we need to change parts of the content before we
&lt;br&gt;serve it to our users (primarily to make the site Firefox friendly).
&lt;br&gt;mod_substitute does most of what we want, apart from file downloads.
&lt;br&gt;Firefox on Linux (which is most of our users) doesn't seem to handle
&lt;br&gt;PDF files delivered inline that well.
&lt;br&gt;&lt;br&gt;The web site sends down the PDF files with the following header
&lt;br&gt;&lt;br&gt;Content-Disposition: inline;filename=Report.pdf
&lt;br&gt;&lt;br&gt;I would like the Content-Disposition to be changed to attachment. I
&lt;br&gt;believe mod_headers is the module for the job.
&lt;br&gt;&lt;br&gt;Is it possible to use mod_headers to change the parameter value? Can
&lt;br&gt;someone please provide me links to any resources that can help me
&lt;br&gt;understand this better? The examples on the Apache web site are not
&lt;br&gt;enough for me to understand how I may be able to go about this.
&lt;br&gt;&lt;br&gt;Thanks for your time.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;The secret impresses no-one, the trick you use it for is everything&amp;quot;
&lt;br&gt;- Alfred Borden (The Prestiege)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451798&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451798&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Change-Content-Disposition-from-inline-to-attachment-using--mod_headers-in-a-reverse-proxy--tp26451798p26451798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451773</id>
	<title>Re: [users@httpd] Can mod_proxy authenticate against another proxy (squid) server?</title>
	<published>2009-11-20T15:13:26Z</published>
	<updated>2009-11-20T15:13:26Z</updated>
	<author>
		<name>Nick Kew</name>
	</author>
	<content type="html">Devraj Mukherjee wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Can mod_proxy authenticate and route its request against squid or
&lt;br&gt;&amp;gt; another proxy server?
&lt;br&gt;&lt;br&gt;What authentication method is the squid demanding? &amp;nbsp;If HTTP-based,
&lt;br&gt;set the headers in Apache (or if digest, you'd need have to delegate
&lt;br&gt;to the browser unless you can find a digest-client module).
&lt;br&gt;If not HTTP, then just allow the clients to authenticate the squid.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451773&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451773&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Can-mod_proxy-authenticate-against-another-proxy-%28squid%29-server--tp26451708p26451773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451708</id>
	<title>[users@httpd] Can mod_proxy authenticate against another proxy (squid) server?</title>
	<published>2009-11-20T15:06:59Z</published>
	<updated>2009-11-20T15:06:59Z</updated>
	<author>
		<name>Devraj Mukherjee-3</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I am trying to setup a reverse proxy inside our corporate network to
&lt;br&gt;proxy an external web site. We wish to modify parts of the content
&lt;br&gt;before we send it down the line to our users. We have a proof of
&lt;br&gt;concept working and have managed to use mod_substitute to change what
&lt;br&gt;we need to in the content. Currently my Apache server is connected
&lt;br&gt;directly to the Internet.
&lt;br&gt;&lt;br&gt;As most corporate networks, our production environment has a firewall
&lt;br&gt;to access content from the outside world. Ideally I would like my
&lt;br&gt;Apache server to sit inside the network. To do this I need Apache
&lt;br&gt;(reverse proxy) to authenticate against our squid proxy server to
&lt;br&gt;fetch the content.
&lt;br&gt;&lt;br&gt;Can mod_proxy authenticate and route its request against squid or
&lt;br&gt;another proxy server?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;quot;The secret impresses no-one, the trick you use it for is everything&amp;quot;
&lt;br&gt;- Alfred Borden (The Prestiege)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451708&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451708&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451708&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Can-mod_proxy-authenticate-against-another-proxy-%28squid%29-server--tp26451708p26451708.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451468</id>
	<title>Re: [users@httpd] Adding module to Apache-httpd</title>
	<published>2009-11-20T14:47:32Z</published>
	<updated>2009-11-20T14:47:32Z</updated>
	<author>
		<name>Nick Kew</name>
	</author>
	<content type="html">Ruiyuan Jiang wrote:
&lt;br&gt;&amp;gt; Hi, 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I need the module &amp;quot;mod_remoteip&amp;quot; which is not included in the standard httpd-2.2.14 distribution.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.2/programs/apxs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/programs/apxs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451468&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451468&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451468&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Adding-module-to-Apache-httpd-tp26451358p26451468.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26451358</id>
	<title>[users@httpd] Adding module to Apache-httpd</title>
	<published>2009-11-20T14:36:14Z</published>
	<updated>2009-11-20T14:36:14Z</updated>
	<author>
		<name>Ruiyuan Jiang</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;&lt;br&gt;I need the module &amp;quot;mod_remoteip&amp;quot; which is not included in the standard httpd-2.2.14 distribution. I downloaded the source code from people.apache.org/~wrowe/mod_remoteip.c. There is no instruction for the source code as how to compile the module. On the Apache's web site, the document shows that after httpd v1.3, to add additional module, simply add a line to the 'configure' file in the source directory and then compile:
&lt;br&gt;&lt;br&gt;AddModule modules/extra/mod_remoteip.c
&lt;br&gt;&lt;br&gt;and I copied the file to the location. The compilation went through no problem as I included some other modules such as ssl, proxy, etc. but I don't think Apache compiled the module for me. Does anyone know how to add module to Apache-httpd compilation or maybe simply compile the module and then load the module to the httpd? Thanks in advance.
&lt;br&gt;&lt;br&gt;Ryan Jiang
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;This message (including any attachments) is intended
&lt;br&gt;solely for the specific individual(s) or entity(ies) named
&lt;br&gt;above, and may contain legally privileged and
&lt;br&gt;confidential information. If you are not the intended 
&lt;br&gt;recipient, please notify the sender immediately by 
&lt;br&gt;replying to this message and then delete it.
&lt;br&gt;Any disclosure, copying, or distribution of this message,
&lt;br&gt;or the taking of any action based on it, by other than the
&lt;br&gt;intended recipient, is strictly prohibited.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451358&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451358&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26451358&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--Adding-module-to-Apache-httpd-tp26451358p26451358.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450970</id>
	<title>Re: Reading post parameters from apache request</title>
	<published>2009-11-20T13:59:46Z</published>
	<updated>2009-11-20T13:59:46Z</updated>
	<author>
		<name>Sorin Manolache</name>
	</author>
	<content type="html">On Fri, Nov 20, 2009 at 22:01, pranil dasika &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450970&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pranil.dasika@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am trying to write a custom module where I need to read post parameters
&lt;br&gt;&amp;gt; from the request. I guess apreq library is relevant to this but could not
&lt;br&gt;&amp;gt; find any substantial examples or documents.
&lt;br&gt;&amp;gt; Is there any other way to read the params other than apreq. Any pseudocode/
&lt;br&gt;&amp;gt; examples will be appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Pranil
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Here you have an example. It is not optimal, you could, for example,
&lt;br&gt;take the brigade creation out of the loop and clean the brigade at the
&lt;br&gt;end of each iteration, after you extracted the data.
&lt;br&gt;&lt;br&gt;apr_bucket_brigade *bb;
&lt;br&gt;do {
&lt;br&gt;&amp;nbsp; &amp;nbsp;bb = apr_brigade_create(req-&amp;gt;pool, req-&amp;gt;connection-&amp;gt;bucket_alloc);
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (0 == bb)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // error
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (APR_SUCCESS != ap_get_brigade(req-&amp;gt;input_filters, bb,
&lt;br&gt;AP_MODE_READBYTES, APR_BLOCK_READ, 9216))
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // error
&lt;br&gt;&amp;nbsp; &amp;nbsp;extract data from bb;
&lt;br&gt;} while (EOS not yet encountered in bb);
&lt;br&gt;&lt;br&gt;&lt;br&gt;S
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Module-Writers-f101.html&quot; embed=&quot;fixTarget[101]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Module Writers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reading-post-parameters-from-apache-request-tp26450212p26450970.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450834</id>
	<title>DO NOT REPLY [Bug 48254] New: Bogus &quot;DocumentRoot does not exist&quot; warning when set to a file</title>
	<published>2009-11-20T13:49:55Z</published>
	<updated>2009-11-20T13:49:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48254&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48254&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Bogus &amp;quot;DocumentRoot does not exist&amp;quot; warning when set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to a file
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Apache httpd-2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2.3-HEAD
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: trivial
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450834&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;billclark@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I often set the DocumentRoot of a vhost to a file (PHP script) to remap
&lt;br&gt;requests for all URIs to a single point of entry. &amp;nbsp;This works just fine and has
&lt;br&gt;never given me a problem, but Apache throws a warning about the DocumentRoot
&lt;br&gt;not existing. &amp;nbsp;The existence check should probably just check for existence,
&lt;br&gt;and not that the DocumentRoot is a directory (which is what it is apparently
&lt;br&gt;doing now) or at least give a more accurate warning (&amp;quot;DocumentRoot is not a
&lt;br&gt;directory&amp;quot;) or something.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450834&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450834&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Bugs-f99.html&quot; embed=&quot;fixTarget[99]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48254--New%3A-Bogus-%22DocumentRoot-does-not-exist%22-warning-when-set-to-a-file-tp26450834p26450834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450805</id>
	<title>Re: mod_substitute strange behaviour</title>
	<published>2009-11-20T13:46:37Z</published>
	<updated>2009-11-20T13:46:37Z</updated>
	<author>
		<name>Jim Jagielski</name>
	</author>
	<content type="html">&lt;br&gt;On Nov 19, 2009, at 12:12 PM, Nick Gearls wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm not sure this is really desired:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. More or less normal/abnormal case:
&lt;br&gt;&amp;gt; s/123/abc123def/ -&amp;gt; &amp;quot;*123*&amp;quot; becomes &amp;quot;abcabc123defdef&amp;quot;
&lt;br&gt;&amp;gt; Substitution is made twice (why not 3 times, 4 times,... ?).
&lt;br&gt;&amp;gt; Flatening the bucket or not does not changing anything.
&lt;br&gt;&amp;gt; I suppose we could argue that the author has to ensure that there is no cycle, although I find this a major problem.
&lt;br&gt;&amp;gt; Can't we add a flag to replace only once? That would be neat.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;gt; 2. This one is really difficult to understand:
&lt;br&gt;&amp;gt; s/123/abcxxxdef/
&lt;br&gt;&amp;gt; s/xxx/123/ &amp;nbsp;-&amp;gt; &amp;quot;*123*&amp;quot; becomes &amp;quot;abcabc123defdef&amp;quot;, again
&lt;br&gt;&amp;gt; By issuing to successive commands, I cannot understand why the first one is executed again after the second one ?!?
&lt;br&gt;&amp;gt; Is this an expected behaviour?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;What version?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mod_substitute-strange-behaviour-tp26430229p26450805.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450212</id>
	<title>Reading post parameters from apache request</title>
	<published>2009-11-20T13:01:45Z</published>
	<updated>2009-11-20T13:01:45Z</updated>
	<author>
		<name>pranil dasika</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to write a custom module where I need to read post parameters
&lt;br&gt;from the request. I guess apreq library is relevant to this but could not
&lt;br&gt;find any substantial examples or documents.
&lt;br&gt;Is there any other way to read the params other than apreq. Any pseudocode/
&lt;br&gt;examples will be appreciated.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Pranil
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Module-Writers-f101.html&quot; embed=&quot;fixTarget[101]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Module Writers&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Reading-post-parameters-from-apache-request-tp26450212p26450212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26448487</id>
	<title>Re: [users@httpd] crash in Apache core with mod_proxy_fcgi in 2.2 and trunk</title>
	<published>2009-11-20T10:51:16Z</published>
	<updated>2009-11-20T10:51:16Z</updated>
	<author>
		<name>Charles Payne (Travel Channel)</name>
	</author>
	<content type="html">&amp;nbsp;Phone
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message -----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Nicholas.Kew@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Nicholas.Kew@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Fri Nov 20 08:58:16 2009
&lt;br&gt;Subject: Re: [users@httpd] crash in Apache core with mod_proxy_fcgi in 2.2 and trunk
&lt;br&gt;&lt;br&gt;Edgar Frank wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Nick,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanks for you instant reply.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; mod_proxy_fcgi is not really ready for primetime. &amp;nbsp;You should only
&lt;br&gt;&amp;gt;&amp;gt; use it if you're expecting to hack/debug it, and preferably feed back
&lt;br&gt;&amp;gt;&amp;gt; your experiences/fixes.
&lt;br&gt;&amp;gt; That's good to know. I saw mod_proxy_fcgi being relatively old. When it
&lt;br&gt;&amp;gt; was added into the SVN trunk it looked much like a copy of the formerly
&lt;br&gt;&amp;gt; existing mod_proxy_fcgi. So I expected it to be kinda stable.
&lt;/div&gt;&lt;br&gt;Hmmm. &amp;nbsp;I may have been wrong; it's just my impression that
&lt;br&gt;mod_proxy_fcgi had essentially been abandoned.
&lt;br&gt;&lt;br&gt;&amp;gt; What would be then the right place/person to report feedback to?
&lt;br&gt;&lt;br&gt;dev@httpd and/or bugzilla. &amp;nbsp;But that depends on someone who's
&lt;br&gt;actually worked on it being motivated to respond, and mod_fcgid
&lt;br&gt;reduces the likelihood of that happening.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; As it stands, there's no great likelihood of that happening unless
&lt;br&gt;&amp;gt;&amp;gt; someone makes it happen. &amp;nbsp;Since mod_fcgid has been donated
&lt;br&gt;&amp;gt;&amp;gt; to apache, that's now the focus of fastcgi work among the devs.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My best suggestions:
&lt;br&gt;&amp;gt;&amp;gt; (1) Enter a report in bugzilla
&lt;br&gt;&amp;gt;&amp;gt; (2) If you really want proxy_fcgi and not mod_fcgid, tell us what
&lt;br&gt;&amp;gt;&amp;gt; you need that the one offers but the other doesn't.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For (2), what would be again the right place to report?
&lt;/div&gt;&lt;br&gt;dev@httpd.
&lt;br&gt;&lt;br&gt;&amp;gt; The prime reason for me to use mod_proxy_fcgi is that mod_fcgid doesn't
&lt;br&gt;&amp;gt; offer a possibility to specify an externally spawned FCGI process on
&lt;br&gt;&amp;gt; a remote host. The other reason is that I need the env-var interpolation
&lt;br&gt;&amp;gt; respectivly mod_rewrite-capabilities to change the target FCGI server
&lt;br&gt;&amp;gt; depening on request data (e.g. forward a well-known user to his &amp;quot;home&amp;quot;
&lt;br&gt;&amp;gt; server).
&lt;br&gt;&amp;gt; mod_proxy_fcgi is perfect for me, because it's small, doesn't come with
&lt;br&gt;&amp;gt; a process manager and allows dynamic configuration of the target server.
&lt;br&gt;&lt;br&gt;Now that makes sense - and indeed ties into something I'm trying to
&lt;br&gt;work towards (but don't expect anything exciting anytime soon).
&lt;br&gt;Posting something based on that to dev@ might be more productive than
&lt;br&gt;a long/rambling report that you have to read in detail before confirming
&lt;br&gt;it looks like a bug (as opposed to a user error).
&lt;br&gt;&lt;br&gt;&amp;gt; If I missed that features in mod_fcgid, I'd be glad if you could let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is still mod_fastcgi on my mind, but I'd have to modify it to
&lt;br&gt;&amp;gt; work for my purpose and it's code is horrible in terms that it still
&lt;br&gt;&amp;gt; has support for Apache 1.x.
&lt;br&gt;&lt;br&gt;If mod_fastcgi has capabilities that are missing in mod_fcgid and
&lt;br&gt;that you have a use for, that may be worth turning into a feature
&lt;br&gt;request.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Nick Kew
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26448487&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;TRAVEL BUG EFFECT: Craving for a Challenge
&lt;br&gt;Man V. Food, Wednesdays at 10PM E/P
&lt;br&gt;CATCH IT &amp;nbsp;| &amp;nbsp;travelchannel.com
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--crash-in-Apache-core-with-mod_proxy_fcgi-in-2.2-and-trunk-tp26405381p26448487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26447390</id>
	<title>DO NOT REPLY [Bug 48241] mod_cache is missing hit/miss indication to the error log/env vars</title>
	<published>2009-11-20T09:40:49Z</published>
	<updated>2009-11-20T09:40:49Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=48241&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=48241&lt;/a&gt;&lt;br&gt;&lt;br&gt;Kevin J Walters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447390&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjw@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447390&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjw@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;--- Comment #1 from Kevin J Walters &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447390&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kjw@...&lt;/a&gt;&amp;gt; 2009-11-20 09:40:48 UTC ---
&lt;br&gt;From a performance analysis point of view, I agree that it would be great to be
&lt;br&gt;able to add information on cache use in the access log including information
&lt;br&gt;about revalidation with the the origin web server (for mod_proxy'd content).
&lt;br&gt;&lt;br&gt;Is r-&amp;gt;notes the natural place for additional information that users may wish to
&lt;br&gt;add to LogFormat via %{thingy}n?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447390&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447390&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Bugs-f99.html&quot; embed=&quot;fixTarget[99]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-48241--New%3A-mod_cache-is-missing-hit-miss-indication-to-the-error-log-env-vars-tp26433224p26447390.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26447083</id>
	<title>DO NOT REPLY [Bug 47521] mod_auth fails to continue when mod_authnz_ldap fails to contact a server</title>
	<published>2009-11-20T09:23:01Z</published>
	<updated>2009-11-20T09:23:01Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47521&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47521&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from Maxim Khitrov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447083&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkhitrov@...&lt;/a&gt;&amp;gt; 2009-11-20 09:22:56 UTC ---
&lt;br&gt;(In reply to comment #5)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (In reply to comment #4)
&lt;br&gt;&amp;gt; &amp;gt; (In reply to comment #3)
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; It was my understanding that mod_authn_alias would try each authentication
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; method in order until a username match was found. &amp;nbsp;It would seem to me that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; failing to connect to an LDAP server would imply that a username could not be
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; found.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; It was intended to continue looking after a failed authentication. &amp;nbsp;A service
&lt;br&gt;&amp;gt; &amp;gt; down condition wasn't ever really considered. &amp;nbsp;Basically it comes down to
&lt;br&gt;&amp;gt; &amp;gt; whether or not &amp;quot;service down&amp;quot; == &amp;quot;failed authentication&amp;quot;. &amp;nbsp;I can certainly see
&lt;br&gt;&amp;gt; &amp;gt; a case for it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just ran into this problem. In my case, I have two domain controllers and
&lt;br&gt;&amp;gt; would like mod_authn_alias to try the second controller if it isn't able to
&lt;br&gt;&amp;gt; contact the first.
&lt;/div&gt;&lt;br&gt;Just found out that you can specify multiple servers in the ldap://... uri, so
&lt;br&gt;I guess this issue no longer applies to me.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447083&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26447083&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Bugs-f99.html&quot; embed=&quot;fixTarget[99]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47521--New%3A-mod_alias-fails-to-continue-when-mod_authnz_ldap-fails-to-contact-a-server-tp24464476p26447083.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445773</id>
	<title>Re: Does Apache has similar module like Lighttpd's mod_compress ?</title>
	<published>2009-11-20T08:01:51Z</published>
	<updated>2009-11-20T08:01:51Z</updated>
	<author>
		<name>Graham Leggett</name>
	</author>
	<content type="html">Dong Wang wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, I need... The company I served do not want to lose any flow...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think I can config the httpd to not compress the response to
&lt;br&gt;&amp;gt; Netscape 4.0.x. Maybe it waill be better.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But It is not a safe solution, If someone attack the server using a
&lt;br&gt;&amp;gt; lot of different user-agent, then the problem is still there.
&lt;br&gt;&lt;br&gt;The trunk version of httpd (v2.3.x) supports the idea that you can cache
&lt;br&gt;anywhere in the filter stack.
&lt;br&gt;&lt;br&gt;If supporting content varied in useragent is a showstopper for you, you
&lt;br&gt;might choose to cache the data before compressing it instead of after,
&lt;br&gt;leaving the DEFLATE filter to handle the per-browser issues. Obviously
&lt;br&gt;this comes with a higher load on your server, but it is still an option
&lt;br&gt;if you can accept the tradeoff:
&lt;br&gt;&lt;br&gt;AddOutputFilterByType CACHE;DEFLATE text/html
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Graham
&lt;br&gt;--
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Does-Apache-has-similar-module-like-Lighttpd%27s-mod_compress---tp26442947p26445773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445725</id>
	<title>DO NOT REPLY [Bug 47521] mod_auth fails to continue when mod_authnz_ldap fails to contact a server</title>
	<published>2009-11-20T07:59:48Z</published>
	<updated>2009-11-20T07:59:48Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=47521&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=47521&lt;/a&gt;&lt;br&gt;&lt;br&gt;--- Comment #5 from Maxim Khitrov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445725&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mkhitrov@...&lt;/a&gt;&amp;gt; 2009-11-20 07:59:44 UTC ---
&lt;br&gt;(In reply to comment #4)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; (In reply to comment #3)
&lt;br&gt;&amp;gt; &amp;gt; It was my understanding that mod_authn_alias would try each authentication
&lt;br&gt;&amp;gt; &amp;gt; method in order until a username match was found. &amp;nbsp;It would seem to me that
&lt;br&gt;&amp;gt; &amp;gt; failing to connect to an LDAP server would imply that a username could not be
&lt;br&gt;&amp;gt; &amp;gt; found.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It was intended to continue looking after a failed authentication. &amp;nbsp;A service
&lt;br&gt;&amp;gt; down condition wasn't ever really considered. &amp;nbsp;Basically it comes down to
&lt;br&gt;&amp;gt; whether or not &amp;quot;service down&amp;quot; == &amp;quot;failed authentication&amp;quot;. &amp;nbsp;I can certainly see
&lt;br&gt;&amp;gt; a case for it.
&lt;/div&gt;&lt;br&gt;I just ran into this problem. In my case, I have two domain controllers and
&lt;br&gt;would like mod_authn_alias to try the second controller if it isn't able to
&lt;br&gt;contact the first.
&lt;br&gt;&lt;br&gt;In this setup, the user database on both servers is identical, so &amp;quot;service
&lt;br&gt;down&amp;quot; is really the only condition in which I would expect the next
&lt;br&gt;authentication method to be attempted. As it stands, if the first server is
&lt;br&gt;down a connection to the second isn't made.
&lt;br&gt;&lt;br&gt;Perhaps it is worth adding some sort of on-error directive (or another
&lt;br&gt;parameter to AuthBasicProvider) that would specify how error conditions other
&lt;br&gt;than &amp;quot;failed authentication&amp;quot; should be handled with a choice of &amp;quot;break&amp;quot; and
&lt;br&gt;&amp;quot;continue&amp;quot;.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445725&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445725&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Bugs-f99.html&quot; embed=&quot;fixTarget[99]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DO-NOT-REPLY--Bug-47521--New%3A-mod_alias-fails-to-continue-when-mod_authnz_ldap-fails-to-contact-a-server-tp24464476p26445725.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445510</id>
	<title>Re: svn commit: r882528 - /httpd/httpd/branches/2.0.x/STATUS</title>
	<published>2009-11-20T07:46:55Z</published>
	<updated>2009-11-20T07:46:55Z</updated>
	<author>
		<name>Rainer Jung-3</name>
	</author>
	<content type="html">On 20.11.2009 13:09, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445510&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpluem@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Author: rpluem
&lt;br&gt;&amp;gt; Date: Fri Nov 20 12:09:17 2009
&lt;br&gt;&amp;gt; New Revision: 882528
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=882528&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=882528&amp;view=rev&lt;/a&gt;&lt;br&gt;&amp;gt; Log:
&lt;br&gt;&amp;gt; * Comment and vote.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; httpd/httpd/branches/2.0.x/STATUS
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Modified: httpd/httpd/branches/2.0.x/STATUS
&lt;br&gt;&amp;gt; URL: &lt;a href=&quot;http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=882528&amp;r1=882527&amp;r2=882528&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=882528&amp;r1=882527&amp;r2=882528&amp;view=diff&lt;/a&gt;&lt;br&gt;&amp;gt; ==============================================================================
&lt;br&gt;&amp;gt; --- httpd/httpd/branches/2.0.x/STATUS (original)
&lt;br&gt;&amp;gt; +++ httpd/httpd/branches/2.0.x/STATUS Fri Nov 20 12:09:17 2009
&lt;br&gt;&amp;gt; @@ -168,7 +168,15 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Backport version for 2.0.x of patch:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://people.apache.org/~rjung/patches/cve-2009-3555_httpd_2_0_x.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://people.apache.org/~rjung/patches/cve-2009-3555_httpd_2_0_x.patch&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;+1: rjung
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;rpluem says: Two comments
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;1. IMHO backports are done from trunk not from other stable branches
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;2. The patch causes the compiler warning below that was fixed in r881222
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp; &amp;nbsp; on trunk. The backport should reflect this.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; +ssl_engine_kernel.c: In function `ssl_callback_Info':
&lt;br&gt;&amp;gt; +ssl_engine_kernel.c:1802: warning: passing arg 1 of `SSL_state' discards qualifiers from pointer target type
&lt;br&gt;&amp;gt; +
&lt;br&gt;&amp;gt; + &amp;nbsp; &amp;nbsp;Otherwise +1.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
&lt;/div&gt;&lt;br&gt;Thanks Rüdiger, I added the cast to the patch now.
&lt;br&gt;&lt;br&gt;How do you trigger the compiler warning? I saw the original commit, but
&lt;br&gt;compiling with gcc 3.1.2 and -Wall against OpenSSL 0.9.8k didn't reveal
&lt;br&gt;this warning.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;Rainer
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Dev-f98.html&quot; embed=&quot;fixTarget[98]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-svn-commit%3A-r882528----httpd-httpd-branches-2.0.x-STATUS-tp26445510p26445510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445291</id>
	<title>Re: [users@httpd] How to capture the message contents in Apache log?</title>
	<published>2009-11-20T07:33:04Z</published>
	<updated>2009-11-20T07:33:04Z</updated>
	<author>
		<name>pe uni</name>
	</author>
	<content type="html">Phil, Thank you much!
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- On Fri, 11/20/09, Philip Wigg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phil@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Philip Wigg &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;phil@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [users@httpd] How to capture the message contents in Apache log?
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Friday, November 20, 2009, 10:21 AM
&lt;br&gt;&amp;gt; &amp;gt; I am have configured my Apache
&lt;br&gt;&amp;gt; as a Forward Proxy. I have set the log level to 'DEBUG'.
&lt;br&gt;&amp;gt; Even with log level DEBUG, the apache logs don't show the
&lt;br&gt;&amp;gt; message contents(payload).
&lt;br&gt;&amp;gt; &amp;gt; Can someone please suggest me how to capture the
&lt;br&gt;&amp;gt; message contents in the apache logs.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Possibly mod_dumpio is what you're looking for. You'll
&lt;br&gt;&amp;gt; generate a lot
&lt;br&gt;&amp;gt; of logs though. You might also want to look at
&lt;br&gt;&amp;gt; log_mod_post.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://unix.freshmeat.net/projects/mod_log_post&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://unix.freshmeat.net/projects/mod_log_post&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt; Phil.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; The official User-To-User support forum of the Apache HTTP
&lt;br&gt;&amp;gt; Server Project.
&lt;br&gt;&amp;gt; See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more
&lt;br&gt;&amp;gt; info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;    &amp;quot;   from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445291&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--How-to-capture-the-message-contents-in-Apache-log--tp26444874p26445291.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445206</id>
	<title>Re: [users@httpd] sending pre-compressed content through reverse proxy using mod_rewrite</title>
	<published>2009-11-20T07:27:36Z</published>
	<updated>2009-11-20T07:27:36Z</updated>
	<author>
		<name>Haroon Rafique</name>
	</author>
	<content type="html">On Today at 10:12am, HR=&amp;gt;Haroon Rafique &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445206&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;haroon.rafique@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;HR&amp;gt; Hi Igor,
&lt;br&gt;HR&amp;gt; 
&lt;br&gt;HR&amp;gt; Thanks for your response. I tried adding the following (is that what you 
&lt;br&gt;HR&amp;gt; had in mind?):
&lt;br&gt;HR&amp;gt; 
&lt;br&gt;HR&amp;gt; # set custom 404 in case .gz is not available
&lt;br&gt;HR&amp;gt; &amp;lt;LocationMatch &amp;quot;^/rxp.+\.(css|js)$&amp;quot;&amp;gt;
&lt;br&gt;HR&amp;gt; &amp;nbsp; &amp;nbsp; ErrorDocument 404 &amp;quot;The requested URL was not found on this server.&amp;quot;
&lt;br&gt;HR&amp;gt; &amp;lt;/LocationMatch&amp;gt;
&lt;br&gt;HR&amp;gt; 
&lt;br&gt;HR&amp;gt; [..snip..]
&lt;br&gt;&lt;br&gt;Hi Igor,
&lt;br&gt;&lt;br&gt;Immediately after writing this email, I tried:
&lt;br&gt;&lt;br&gt;ProxyErrorOverride On
&lt;br&gt;&lt;br&gt;and that seems to do the trick. It would be nice if I could just override 
&lt;br&gt;the 404 error though.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--
&lt;br&gt;Haroon Rafique &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445206&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;haroon.rafique@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Web Dude &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 416-946-5080
&lt;br&gt;Enterprise Apps &amp; Solutions Integration, University of Toronto
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445206&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445206&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445206&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--sending-pre-compressed-content-through-reverse-proxy-using-mod_rewrite-tp26433528p26445206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26445175</id>
	<title>Re: [users@httpd] How to capture the message contents in Apache log?</title>
	<published>2009-11-20T07:25:53Z</published>
	<updated>2009-11-20T07:25:53Z</updated>
	<author>
		<name>pe uni</name>
	</author>
	<content type="html">Eric, Thanks a lot!
&lt;br&gt;&lt;br&gt;--- On Fri, 11/20/09, Eric Covener &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;covener@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; From: Eric Covener &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;covener@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Subject: Re: [users@httpd] How to capture the message contents in Apache log?
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Date: Friday, November 20, 2009, 10:20 AM
&lt;br&gt;&amp;gt; On Fri, Nov 20, 2009 at 10:06 AM, pe
&lt;br&gt;&amp;gt; uni &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peuni@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi -
&lt;br&gt;&amp;gt; &amp;gt; I am have configured my Apache as a Forward Proxy. I
&lt;br&gt;&amp;gt; have set the log level to 'DEBUG'. Even with log level
&lt;br&gt;&amp;gt; DEBUG, the apache logs don't show the message
&lt;br&gt;&amp;gt; contents(payload).
&lt;br&gt;&amp;gt; &amp;gt; Can someone please suggest me how to capture the
&lt;br&gt;&amp;gt; message contents in the apache logs.
&lt;br&gt;&amp;gt; &amp;gt; Thanks
&lt;br&gt;&amp;gt; &amp;gt; Pe
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; mod_dumpio?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Eric Covener
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;covener@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; The official User-To-User support forum of the Apache HTTP
&lt;br&gt;&amp;gt; Server Project.
&lt;br&gt;&amp;gt; See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more
&lt;br&gt;&amp;gt; info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;    &amp;quot;   from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;The official User-To-User support forum of the Apache HTTP Server Project.
&lt;br&gt;See &amp;lt;URL:&lt;a href=&quot;http://httpd.apache.org/userslist.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/userslist.html&lt;/a&gt;&amp;gt; for more info.
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-digest-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26445175&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Apache-HTTP-Server---Users-f55.html&quot; embed=&quot;fixTarget[55]&quot; target=&quot;_top&quot; &gt;Apache HTTP Server - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-users%40httpd--How-to-capture-the-message-contents-in-Apache-log--tp26444874p26445175.html" />
</entry>

</feed>
