<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-55</id>
	<title>Nabble - Apache HTTP Server - Users</title>
	<updated>2008-12-04T10:23:55Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Apache-HTTP-Server---Users-f55.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-HTTP-Server---Users-f55.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-20839405</id>
	<title>mod_deflate working on all vhosts except port 80</title>
	<published>2008-12-04T10:23:55Z</published>
	<updated>2008-12-04T10:23:55Z</updated>
	<author>
		<name>David Enete</name>
	</author>
	<content type="html">Hi. &amp;nbsp;I've gotten mod_deflate to deflate files as intended for all
&lt;br&gt;vhosts except for the primary site on port 80. &amp;nbsp;I've even duplicated
&lt;br&gt;the files under one vhost to 80, and they still wont deflate. &amp;nbsp;I've
&lt;br&gt;included a good amount of detail about configuration, headers, and
&lt;br&gt;results below. &amp;nbsp;If you have any ideas, please let me know.
&lt;br&gt;&lt;br&gt;- David
&lt;br&gt;&lt;br&gt;Here are the details.
&lt;br&gt;&lt;br&gt;Current Setup: Apache/2.2.10 (Win32) PHP/5.2.6 mod_jk/1.2.27
&lt;br&gt;&lt;br&gt;=== BEGIN Deflate block at the very end of httpd.conf ===
&lt;br&gt;&lt;br&gt;&amp;lt;IfModule deflate_module&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetOutputFilter DEFLATE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DeflateFilterNote Input instream
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DeflateFilterNote Output outstream
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DeflateFilterNote Ratio ratio
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LogFormat '[%&amp;gt;s](%{ratio}n%%) %h %t &amp;quot;%r&amp;quot; %{outstream}n/%{instream}n' deflate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CustomLog logs/deflate.log deflate
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Header append Vary User-Agent env=!dont-vary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE text/plain
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE text/xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/xhtml+xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE text/css
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE image/svg+xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/rss+xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/atom_xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/javascript
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/x-javascript
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/x-httpd-php
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/x-httpd-fastphp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE application/x-httpd-eruby
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AddOutputFilterByType DEFLATE text/html
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-vary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetEnvIfNoCase Request_URI \.zip$ no-gzip dont-vary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SetEnvIfNoCase Request_URI \.swf$ no-gzip dont-vary
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BrowserMatch \bMSIE\s7 !no-gzip !gzip-only-text/html
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BrowserMatch ^Mozilla/4 gzip-only-text/html
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BrowserMatch ^Mozilla/4\.0[678] no-gzip
&lt;br&gt;&amp;lt;/IfModule&amp;gt;
&lt;br&gt;&lt;br&gt;=== END Deflate block at the very end of httpd.conf ===
&lt;br&gt;&lt;br&gt;=== BEGIN Two sample blocks from vhosts.conf ===
&lt;br&gt;&lt;br&gt;NameVirtualHost *:80
&lt;br&gt;NameVirtualHost *:8060
&lt;br&gt;&amp;lt;VirtualHost *:80&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerAdmin &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839405&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;me@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; DocumentRoot &amp;quot;E:\Apache Group\Apache2.2\htdocs\ic_dev&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; JKMount /*.jsp worker1
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *:8060&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerAdmin &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839405&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;me@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; DocumentRoot &amp;quot;E:\Apache Group\Apache2.2\htdocs\documentation&amp;quot;
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;=== END two sample blocks from vhosts.conf ===
&lt;br&gt;&lt;br&gt;=== BEGIN Deflate Log from a request to port 8060 ===
&lt;br&gt;&lt;br&gt;[200](13%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET / HTTP/1.1&amp;quot;
&lt;br&gt;6024/45003
&lt;br&gt;[200](23%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/javascript/jul08/global.js HTTP/1.1&amp;quot; 1424/6031
&lt;br&gt;[200](26%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/javascript/jul08/api.js?V=n HTTP/1.1&amp;quot; 1605/5986
&lt;br&gt;[200](21%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/global.css?V=n HTTP/1.1&amp;quot; 3334/15658
&lt;br&gt;[200](69%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/print.css?V=n HTTP/1.1&amp;quot; 102/147
&lt;br&gt;[200](19%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/legacy.css?V=n HTTP/1.1&amp;quot; 5209/26771
&lt;br&gt;[200](17%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/master.css?V=n HTTP/1.1&amp;quot; 4171/24516
&lt;br&gt;[200](26%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/hover.css?V=n HTTP/1.1&amp;quot; 1216/4629
&lt;br&gt;[200](33%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/javascript/jul08/sortable.js HTTP/1.1&amp;quot; 3244/9830
&lt;br&gt;[200](18%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/stylesheets/jul08/flexigrid/flexigrid.css HTTP/1.1&amp;quot; 2634/14021
&lt;br&gt;[200](49%) 10.230.137.95 [04/Dec/2008:13:13:09 -0500] &amp;quot;GET
&lt;br&gt;/javascript/jul08/jquery/jquery.js HTTP/1.1&amp;quot; 14799/29825
&lt;br&gt;[200](24%) 10.230.137.95 [04/Dec/2008:13:13:10 -0500] &amp;quot;GET
&lt;br&gt;/javascript/jul08/jquery/flexigrid.js HTTP/1.1&amp;quot; 9695/39149
&lt;br&gt;&lt;br&gt;=== END Deflate Log from a request to port 8060 ===
&lt;br&gt;&lt;br&gt;=== BEGIN Deflate Log from a request to port 80 ===
&lt;br&gt;&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET / HTTP/1.1&amp;quot; -/-
&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET
&lt;br&gt;/index_files/index.css HTTP/1.1&amp;quot; -/-
&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET
&lt;br&gt;/index_files/api.js HTTP/1.1&amp;quot; -/-
&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET
&lt;br&gt;/index_files/icn_arrow_blue_nav.gif HTTP/1.1&amp;quot; -/-
&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET
&lt;br&gt;/index_files/1.gif HTTP/1.1&amp;quot; -/-
&lt;br&gt;[200](-%) 10.230.137.95 [04/Dec/2008:13:14:58 -0500] &amp;quot;GET
&lt;br&gt;/index_files/color_date_key.gif HTTP/1.1&amp;quot; -/-
&lt;br&gt;&lt;br&gt;=== END Deflate Log from a request to port 80 ===
&lt;br&gt;&lt;br&gt;=== BEGIN Headers for a file (HTML) loaded from port 80 ===
&lt;br&gt;&lt;br&gt;GET / HTTP/1.1
&lt;br&gt;Host: {machine.domain}
&lt;br&gt;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18
&lt;br&gt;Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
&lt;br&gt;Accept-Language: en-us,en;q=0.5
&lt;br&gt;Accept-Encoding: gzip,deflate
&lt;br&gt;Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
&lt;br&gt;Keep-Alive: 300
&lt;br&gt;Connection: keep-alive
&lt;br&gt;Cookie: defaultHome=global_home|1227113075081;
&lt;br&gt;__utma=269858409.1919455299.1219178860.1219178860.1219178860.1;
&lt;br&gt;__utmz=269858409.1219178860.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none);
&lt;br&gt;WT_FPC=id=153.2.246.30-1296959216.29945229:lv=1228165072826:ss=1228165072826
&lt;br&gt;Cache-Control: max-age=0
&lt;br&gt;&lt;br&gt;HTTP/1.x 200 OK
&lt;br&gt;Date: Thu, 04 Dec 2008 18:15:50 GMT
&lt;br&gt;Server: Apache/2.2.10 (Win32) PHP/5.2.6 mod_jk/1.2.27
&lt;br&gt;Accept-Ranges: bytes
&lt;br&gt;Vary: Accept-Encoding,User-Agent
&lt;br&gt;Keep-Alive: timeout=5, max=100
&lt;br&gt;Connection: Keep-Alive
&lt;br&gt;Transfer-Encoding: chunked
&lt;br&gt;Content-Type: text/html
&lt;br&gt;&lt;br&gt;=== END Headers for a file (HTML) loaded from port 80 ===
&lt;br&gt;&lt;br&gt;=== BEGIN Headers for a file (HTML) loaded from port 8060 ===
&lt;br&gt;&lt;br&gt;GET / HTTP/1.1
&lt;br&gt;Host: &amp;nbsp;{machine.domain}:8060
&lt;br&gt;User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
&lt;br&gt;rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18
&lt;br&gt;Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
&lt;br&gt;Accept-Language: en-us,en;q=0.5
&lt;br&gt;Accept-Encoding: gzip,deflate
&lt;br&gt;Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
&lt;br&gt;Keep-Alive: 300
&lt;br&gt;Connection: keep-alive
&lt;br&gt;Cookie: defaultHome=global_home|1227113075081;
&lt;br&gt;__utma=269858409.1919455299.1219178860.1219178860.1219178860.1;
&lt;br&gt;__utmz=269858409.1219178860.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none);
&lt;br&gt;WT_FPC=id=153.2.246.30-1296959216.29945229:lv=1228165072826:ss=1228165072826
&lt;br&gt;&lt;br&gt;HTTP/1.x 200 OK
&lt;br&gt;Date: Thu, 04 Dec 2008 18:18:24 GMT
&lt;br&gt;Server: Apache/2.2.10 (Win32) PHP/5.2.6 mod_jk/1.2.27
&lt;br&gt;Accept-Ranges: bytes
&lt;br&gt;Vary: Accept-Encoding,User-Agent
&lt;br&gt;Content-Encoding: gzip
&lt;br&gt;Content-Length: 6042
&lt;br&gt;Keep-Alive: timeout=5, max=99
&lt;br&gt;Connection: Keep-Alive
&lt;br&gt;Content-Type: text/html
&lt;br&gt;&lt;br&gt;=== END Headers for a file (HTML) loaded from port 8060 ===
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839405&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839405&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839405&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/mod_deflate-working-on-all-vhosts-except-port-80-tp20839405p20839405.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20839125</id>
	<title>Re: TRACE and TRACK methods</title>
	<published>2008-12-04T10:10:35Z</published>
	<updated>2008-12-04T10:10:35Z</updated>
	<author>
		<name>William A. Rowe, Jr.</name>
	</author>
	<content type="html">Ravindra wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does Apache 2.2.10 support TRACE and TRACK methods by default ?
&lt;br&gt;&lt;br&gt;TRACK (DEBUG etc) are not RFC 2616, they aren't implemented.
&lt;br&gt;&lt;br&gt;TRACE is active by default, see the TraceEnable directive.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839125&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839125&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20839125&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TRACE-and-TRACK-methods-tp20836759p20839125.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20838950</id>
	<title>RE: TRACE and TRACK methods</title>
	<published>2008-12-04T10:01:39Z</published>
	<updated>2008-12-04T10:01:39Z</updated>
	<author>
		<name>Gene  LeDuc</name>
	</author>
	<content type="html">Very cool tool, thanks for sharing it!
&lt;br&gt;&lt;br&gt;At 09:45 AM 12/4/2008, Hollie Hollis wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;Here's a nifty little Web site that will let you test your various URLs for
&lt;br&gt;&amp;gt;Trace.
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://web-sniffer.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://web-sniffer.net/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;-----Original Message-----
&lt;br&gt;&amp;gt;From: Gene LeDuc [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gleduc@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;Sent: Thursday, December 04, 2008 11:37 AM
&lt;br&gt;&amp;gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;Subject: Re: [users@httpd] TRACE and TRACK methods
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Don't know about TRACK, but TRACE is enabled by default.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;At 08:15 AM 12/4/2008, Ravindra wrote:
&lt;br&gt;&amp;gt; &amp;gt;Does Apache 2.2.10 support TRACE and TRACK methods by default ?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;How do I test if these are enabled on my Apache ?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;Thanks,
&lt;br&gt;&amp;gt; &amp;gt;Ravindra
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gene LeDuc, GSEC
&lt;br&gt;Security Analyst
&lt;br&gt;San Diego State University 
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=3&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=4&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838950&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TRACE-and-TRACK-methods-tp20836759p20838950.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20838695</id>
	<title>RE: TRACE and TRACK methods</title>
	<published>2008-12-04T09:45:56Z</published>
	<updated>2008-12-04T09:45:56Z</updated>
	<author>
		<name>Hollie Hollis</name>
	</author>
	<content type="html">Here's a nifty little Web site that will let you test your various URLs for
&lt;br&gt;Trace.
&lt;br&gt;&lt;a href=&quot;http://web-sniffer.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://web-sniffer.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Gene LeDuc [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gleduc@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, December 04, 2008 11:37 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: Re: [users@httpd] TRACE and TRACK methods
&lt;br&gt;&lt;br&gt;Don't know about TRACK, but TRACE is enabled by default.
&lt;br&gt;&lt;br&gt;At 08:15 AM 12/4/2008, Ravindra wrote:
&lt;br&gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Does Apache 2.2.10 support TRACE and TRACK methods by default ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;How do I test if these are enabled on my Apache ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Ravindra
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gene LeDuc, GSEC
&lt;br&gt;Security Analyst
&lt;br&gt;San Diego State University 
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=3&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=4&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838695&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TRACE-and-TRACK-methods-tp20836759p20838695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20838421</id>
	<title>Re: TRACE and TRACK methods</title>
	<published>2008-12-04T09:36:32Z</published>
	<updated>2008-12-04T09:36:32Z</updated>
	<author>
		<name>Gene  LeDuc</name>
	</author>
	<content type="html">Don't know about TRACK, but TRACE is enabled by default.
&lt;br&gt;&lt;br&gt;At 08:15 AM 12/4/2008, Ravindra wrote:
&lt;br&gt;&amp;gt;Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Does Apache 2.2.10 support TRACE and TRACK methods by default ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;How do I test if these are enabled on my Apache ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Ravindra
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gene LeDuc, GSEC
&lt;br&gt;Security Analyst
&lt;br&gt;San Diego State University 
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838421&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838421&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20838421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TRACE-and-TRACK-methods-tp20836759p20838421.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20837541</id>
	<title>Re: Run Apache as Non Root user on port other than  80</title>
	<published>2008-12-04T08:53:08Z</published>
	<updated>2008-12-04T08:53:08Z</updated>
	<author>
		<name>Hugh Williams</name>
	</author>
	<content type="html">Hello;
&lt;br&gt;&lt;br&gt;One other possibility is, if your administrators don't want to manage 
&lt;br&gt;your Apache setup, perhaps they can be persuaded to manage their own 
&lt;br&gt;Apache, a very simple one (which you could build, configure, and deliver 
&lt;br&gt;to them). This additional server instance would do nothing except 
&lt;br&gt;forward all requests on to your 9080/alternate-443 instance, either via 
&lt;br&gt;mod_proxy or mod_rewrite or plain old 'RedirectMatch permanent'. The 
&lt;br&gt;reluctant admins have a fairly static, minimalist web server instance to 
&lt;br&gt;deal with (no CGI, no htdocs, and so forth), people can use the 
&lt;br&gt;un-port-labeled URLs to get in, and you still get to control all the 
&lt;br&gt;rest; Andre's suggestions below would still be applicable.
&lt;br&gt;&lt;br&gt;Good luck with your administrative group!
&lt;br&gt;&lt;br&gt;hugh
&lt;br&gt;&lt;br&gt;André Warnier wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Vasanth Kumar ravi wrote:
&lt;br&gt;&amp;gt;&amp;gt; So i have changed the Listen port as 9080 and defined Virtual hosts 
&lt;br&gt;&amp;gt;&amp;gt; for 9080
&lt;br&gt;&amp;gt;&amp;gt; and 443.
&lt;br&gt;&amp;gt;&amp;gt; I tried to access the application using the url's above, but it failed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Now the question is.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; How can I access the application using the same url without 
&lt;br&gt;&amp;gt;&amp;gt; mentioning the
&lt;br&gt;&amp;gt;&amp;gt; port number on the url.
&lt;br&gt;&amp;gt;&amp;gt; I m not using any firewall here, so I cannot do a port fwd of 80 to 
&lt;br&gt;&amp;gt;&amp;gt; 9080.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is there any configuration which can be done at the Apache, so that I 
&lt;br&gt;&amp;gt;&amp;gt; can
&lt;br&gt;&amp;gt;&amp;gt; run it as non root user and access the url without ports mentioned in 
&lt;br&gt;&amp;gt;&amp;gt; it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi.
&lt;br&gt;&amp;gt; Apart from the correct answers which other people already gave you, 
&lt;br&gt;&amp;gt; going back for a minute to your basic question :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You cannot do the above without having something in-between, for the 
&lt;br&gt;&amp;gt; following reason :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When you type a URL like &amp;quot;&lt;a href=&quot;http://www.myserver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com&lt;/a&gt;&amp;quot; in a browser, it is 
&lt;br&gt;&amp;gt; *the browser* which adds the &amp;quot;:80&amp;quot; automatically (*), because that is 
&lt;br&gt;&amp;gt; the default port for the HTTP protocol.
&lt;br&gt;&amp;gt; Similarly, if you type a URL like &amp;quot;&lt;a href=&quot;https://www.myserver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.myserver.com&lt;/a&gt;&amp;quot;, the 
&lt;br&gt;&amp;gt; browser will automatically add &amp;quot;:443&amp;quot;, because that is the default 
&lt;br&gt;&amp;gt; port for the HTTPS protocol.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So now, the browser tries to connect to the IP address of the host 
&lt;br&gt;&amp;gt; &amp;quot;www.myserver.com&amp;quot;, on port 80. If on that host, nothing is listening 
&lt;br&gt;&amp;gt; on that port, the browser is not able to connect.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since you cannot &amp;quot;tell&amp;quot; all the browsers that access your site, that 
&lt;br&gt;&amp;gt; they should use another default port for HTTP and HTTPS, there is no 
&lt;br&gt;&amp;gt; way to change that part.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But note :
&lt;br&gt;&amp;gt; If your application is entirely located on that one server, the fact 
&lt;br&gt;&amp;gt; of having to add &amp;quot;:9080&amp;quot; to the hostname concerns only the *first* URL 
&lt;br&gt;&amp;gt; link to your site. Once your clients have connected once to 
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://www.myserver.com:9080&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080&lt;/a&gt;&amp;quot; and received the Home page, then as 
&lt;br&gt;&amp;gt; long as all the links in your application pages do not contain the 
&lt;br&gt;&amp;gt; &amp;quot;&lt;a href=&quot;http://www.myserver.com:9080&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080&lt;/a&gt;&amp;quot; part anymore, the browser will 
&lt;br&gt;&amp;gt; automatically continue to access this same host:port.
&lt;br&gt;&amp;gt; (e.g. the links in your Home page are like
&lt;br&gt;&amp;gt; &amp;lt;a href=&amp;quot;/submenu1.html&amp;quot;&amp;gt;Accounting&amp;lt;/a&amp;gt;
&lt;br&gt;&amp;gt; and not like
&lt;br&gt;&amp;gt; &amp;lt;a href=&amp;quot;&lt;a href=&quot;http://www.myserver.com:9080/submenu1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080/submenu1.html&lt;/a&gt;&amp;quot;&amp;gt;Accounting&amp;lt;/a&amp;gt;
&lt;br&gt;&amp;gt; )
&lt;br&gt;&amp;gt; This may, or may not, be acceptable to you. &amp;nbsp;You will have to be a bit 
&lt;br&gt;&amp;gt; careful in designing your site, but it can work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;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 Server 
&lt;br&gt;&amp;gt; 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 info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&amp;i=1&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&amp;i=2&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;&amp;nbsp;Hugh Williams &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;quot;More men are killed by overwork than the
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hugh_williams@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; importance of the world justifies.&amp;quot;
&lt;br&gt;&amp;nbsp;Agilent Technologies &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; - Rudyard Kipling
&lt;br&gt;&amp;nbsp;Santa Rosa 4US-R &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; &amp;quot;The Phantom Rickshaw&amp;quot;, 1888
&lt;br&gt;&amp;nbsp;(707)-577-4941
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20837541&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20837541.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20836759</id>
	<title>TRACE and TRACK methods</title>
	<published>2008-12-04T08:15:13Z</published>
	<updated>2008-12-04T08:15:13Z</updated>
	<author>
		<name>Ravindra-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Does Apache 2.2.10 support TRACE and TRACK methods by default ?
&lt;br&gt;&lt;br&gt;How do I test if these are enabled on my Apache ?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ravindra
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20836759&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20836759&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20836759&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TRACE-and-TRACK-methods-tp20836759p20836759.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20835424</id>
	<title>Denis Peuziat is on sickness leave.</title>
	<published>2008-12-04T07:13:46Z</published>
	<updated>2008-12-04T07:13:46Z</updated>
	<author>
		<name>Denis Peuziat</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;I will be out of the office starting  04/12/2008 and will not return until 08/12/2008.&lt;br&gt;
&lt;br&gt;
For any issues, contact Office Automation hotline on 6400&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Denis-Peuziat-is-on-sickness-leave.-tp20835424p20835424.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20834253</id>
	<title>RE: SSLCipherSuite not disabling export ciphers?</title>
	<published>2008-12-04T06:14:20Z</published>
	<updated>2008-12-04T06:14:20Z</updated>
	<author>
		<name>Hollie Hollis</name>
	</author>
	<content type="html">We have a few different renditions of Apache installed, a Red Hat rpm
&lt;br&gt;version and a manually compiled version, and here's how ours are listed:
&lt;br&gt;SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
&lt;br&gt;&lt;br&gt;Thus far this set-up has passed PCI compliance scanning.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: David Hubbard [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dhubbard@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, December 04, 2008 2:40 AM
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;Subject: [users@httpd] SSLCipherSuite not disabling export ciphers?
&lt;br&gt;&lt;br&gt;Can someone tell me if the SSLCipherSuite directive has
&lt;br&gt;any known issues with not fully adhering to what it is
&lt;br&gt;given? &amp;nbsp;I've been trying to make a server pci compliant
&lt;br&gt;by disabling all weak SSL ciphers and whatever I try is
&lt;br&gt;not disabling the export grade ciphers. &amp;nbsp;I'm using:
&lt;br&gt;&lt;br&gt;SSLCipherSuite HIGH:MEDIUM
&lt;br&gt;&lt;br&gt;yet even after doing that, these six continue to work fine
&lt;br&gt;when I test them:
&lt;br&gt;&lt;br&gt;EDH-RSA-DES-CBC-SHA &amp;nbsp;	56 bit
&lt;br&gt;DES-CBC-SHA 	56 bit
&lt;br&gt;EXP-EDH-RSA-DES-CBC-SHA 	40 bit
&lt;br&gt;EXP-DES-CBC-SHA 	40 bit
&lt;br&gt;EXP-RC2-CBC-MD5 	40 bit
&lt;br&gt;EXP-RC4-MD5 &amp;nbsp;40 bit
&lt;br&gt;&lt;br&gt;I've altered my directive to have !EXP and even to have
&lt;br&gt;each of those six ciphers above explicitly excluded yet
&lt;br&gt;they remain enabled.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&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;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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&amp;i=5&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&amp;i=6&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20834253&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSLCipherSuite-not-disabling-export-ciphers--tp20829336p20834253.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20829336</id>
	<title>SSLCipherSuite not disabling export ciphers?</title>
	<published>2008-12-04T00:40:29Z</published>
	<updated>2008-12-04T00:40:29Z</updated>
	<author>
		<name>David Hubbard-2</name>
	</author>
	<content type="html">Can someone tell me if the SSLCipherSuite directive has
&lt;br&gt;any known issues with not fully adhering to what it is
&lt;br&gt;given? &amp;nbsp;I've been trying to make a server pci compliant
&lt;br&gt;by disabling all weak SSL ciphers and whatever I try is
&lt;br&gt;not disabling the export grade ciphers. &amp;nbsp;I'm using:
&lt;br&gt;&lt;br&gt;SSLCipherSuite HIGH:MEDIUM
&lt;br&gt;&lt;br&gt;yet even after doing that, these six continue to work fine
&lt;br&gt;when I test them:
&lt;br&gt;&lt;br&gt;EDH-RSA-DES-CBC-SHA &amp;nbsp;	56 bit
&lt;br&gt;DES-CBC-SHA 	56 bit
&lt;br&gt;EXP-EDH-RSA-DES-CBC-SHA 	40 bit
&lt;br&gt;EXP-DES-CBC-SHA 	40 bit
&lt;br&gt;EXP-RC2-CBC-MD5 	40 bit
&lt;br&gt;EXP-RC4-MD5 &amp;nbsp;40 bit
&lt;br&gt;&lt;br&gt;I've altered my directive to have !EXP and even to have
&lt;br&gt;each of those six ciphers above explicitly excluded yet
&lt;br&gt;they remain enabled.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;David
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829336&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829336&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20829336&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSLCipherSuite-not-disabling-export-ciphers--tp20829336p20829336.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828806</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T23:49:12Z</published>
	<updated>2008-12-03T23:49:12Z</updated>
	<author>
		<name>awarnier</name>
	</author>
	<content type="html">Vasanth Kumar ravi wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; So i have changed the Listen port as 9080 and defined Virtual hosts for 9080
&lt;br&gt;&amp;gt; and 443.
&lt;br&gt;&amp;gt; I tried to access the application using the url's above, but it failed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Now the question is.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How can I access the application using the same url without mentioning the
&lt;br&gt;&amp;gt; port number on the url.
&lt;br&gt;&amp;gt; I m not using any firewall here, so I cannot do a port fwd of 80 to 9080.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there any configuration which can be done at the Apache, so that I can
&lt;br&gt;&amp;gt; run it as non root user and access the url without ports mentioned in it.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hi.
&lt;br&gt;Apart from the correct answers which other people already gave you, 
&lt;br&gt;going back for a minute to your basic question :
&lt;br&gt;&lt;br&gt;You cannot do the above without having something in-between, for the 
&lt;br&gt;following reason :
&lt;br&gt;&lt;br&gt;When you type a URL like &amp;quot;&lt;a href=&quot;http://www.myserver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com&lt;/a&gt;&amp;quot; in a browser, it is 
&lt;br&gt;*the browser* which adds the &amp;quot;:80&amp;quot; automatically (*), because that is 
&lt;br&gt;the default port for the HTTP protocol.
&lt;br&gt;Similarly, if you type a URL like &amp;quot;&lt;a href=&quot;https://www.myserver.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.myserver.com&lt;/a&gt;&amp;quot;, the 
&lt;br&gt;browser will automatically add &amp;quot;:443&amp;quot;, because that is the default port 
&lt;br&gt;for the HTTPS protocol.
&lt;br&gt;&lt;br&gt;So now, the browser tries to connect to the IP address of the host 
&lt;br&gt;&amp;quot;www.myserver.com&amp;quot;, on port 80. If on that host, nothing is listening on 
&lt;br&gt;that port, the browser is not able to connect.
&lt;br&gt;&lt;br&gt;Since you cannot &amp;quot;tell&amp;quot; all the browsers that access your site, that 
&lt;br&gt;they should use another default port for HTTP and HTTPS, there is no way 
&lt;br&gt;to change that part.
&lt;br&gt;&lt;br&gt;But note :
&lt;br&gt;If your application is entirely located on that one server, the fact of 
&lt;br&gt;having to add &amp;quot;:9080&amp;quot; to the hostname concerns only the *first* URL link 
&lt;br&gt;to your site. Once your clients have connected once to 
&lt;br&gt;&amp;quot;&lt;a href=&quot;http://www.myserver.com:9080&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080&lt;/a&gt;&amp;quot; and received the Home page, then as long 
&lt;br&gt;as all the links in your application pages do not contain the 
&lt;br&gt;&amp;quot;&lt;a href=&quot;http://www.myserver.com:9080&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080&lt;/a&gt;&amp;quot; part anymore, the browser will 
&lt;br&gt;automatically continue to access this same host:port.
&lt;br&gt;(e.g. the links in your Home page are like
&lt;br&gt;&amp;lt;a href=&amp;quot;/submenu1.html&amp;quot;&amp;gt;Accounting&amp;lt;/a&amp;gt;
&lt;br&gt;and not like
&lt;br&gt;&amp;lt;a href=&amp;quot;&lt;a href=&quot;http://www.myserver.com:9080/submenu1.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.myserver.com:9080/submenu1.html&lt;/a&gt;&amp;quot;&amp;gt;Accounting&amp;lt;/a&amp;gt;
&lt;br&gt;)
&lt;br&gt;This may, or may not, be acceptable to you. &amp;nbsp;You will have to be a bit 
&lt;br&gt;careful in designing your site, but it can work.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828806&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828806&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828806&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828806.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828567</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T23:29:08Z</published>
	<updated>2008-12-03T23:29:08Z</updated>
	<author>
		<name>Vasanth Kumar ravi</name>
	</author>
	<content type="html">Well sudo is not allowed in our complaince/audit policy even for Dev boxes.&lt;br&gt;so i will either run it on non standard ports and ask the app guys to access by mentioning the port for Dev environment or ask the sys admin to manage the apache(which they wont accept).&lt;br&gt;
thanks folks.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 4, 2008 at 2:50 PM, Krist van Besien &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krist.vanbesien@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
On Thu, Dec 4, 2008 at 7:28 AM, William A. Rowe, Jr.&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrowe@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;/div&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; Vasanth Kumar ravi wrote:&lt;br&gt;
&amp;gt;&amp;gt; Well the problem is here is the root access.&lt;br&gt;
&amp;gt;&amp;gt; I am an application administrator and the root passwd is owned by the&lt;br&gt;
&amp;gt;&amp;gt; system administrator team.&lt;br&gt;
&amp;gt;&amp;gt; since this a dev setup, i got the root passwd but for production they&lt;br&gt;
&amp;gt;&amp;gt; would not give it.&lt;br&gt;
&amp;gt;&amp;gt; so either I have to go for a port forward in production or ask the&lt;br&gt;
&amp;gt;&amp;gt; system admin to manage the apache.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Or you ask for sudo access to a script which kicks off, starts and stops&lt;br&gt;
&amp;gt; apache. &amp;nbsp;This requires you to have nobody&amp;#39;s password except your own.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;Anybody who has the privileges to edit the apache config file and to&lt;br&gt;
start and stop apache using sudo can become root. So if system&lt;br&gt;
administrators don&amp;#39;t want you to have root access to should be&lt;br&gt;
prepared to manage apache themselves.&lt;br&gt;
Basically the best practise is to develop your apache config on a dev&lt;br&gt;
server, and delvier the result to the production server&amp;#39;s admin with&lt;br&gt;
instructions on how to install and manage it.&lt;br&gt;
&lt;br&gt;
Krist&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krist.vanbesien@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krist@...&lt;/a&gt;&lt;br&gt;
Bremgarten b. Bern, Switzerland&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
A: It reverses the normal flow of conversation.&lt;br&gt;
Q: What&amp;#39;s wrong with top-posting?&lt;br&gt;
A: Top-posting.&lt;br&gt;
Q: What&amp;#39;s the biggest scourge on plain text email discussions?&lt;br&gt;
&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&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;_blank&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828567&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;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards&amp;amp;Thanks,&lt;br&gt;Vasanth Kumar Ravi&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828567.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828265</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:50:00Z</published>
	<updated>2008-12-03T22:50:00Z</updated>
	<author>
		<name>Krist van Besien</name>
	</author>
	<content type="html">On Thu, Dec 4, 2008 at 7:28 AM, William A. Rowe, Jr.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrowe@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Vasanth Kumar ravi wrote:
&lt;br&gt;&amp;gt;&amp;gt; Well the problem is here is the root access.
&lt;br&gt;&amp;gt;&amp;gt; I am an application administrator and the root passwd is owned by the
&lt;br&gt;&amp;gt;&amp;gt; system administrator team.
&lt;br&gt;&amp;gt;&amp;gt; since this a dev setup, i got the root passwd but for production they
&lt;br&gt;&amp;gt;&amp;gt; would not give it.
&lt;br&gt;&amp;gt;&amp;gt; so either I have to go for a port forward in production or ask the
&lt;br&gt;&amp;gt;&amp;gt; system admin to manage the apache.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Or you ask for sudo access to a script which kicks off, starts and stops
&lt;br&gt;&amp;gt; apache. &amp;nbsp;This requires you to have nobody's password except your own.
&lt;/div&gt;&lt;br&gt;Anybody who has the privileges to edit the apache config file and to
&lt;br&gt;start and stop apache using sudo can become root. So if system
&lt;br&gt;administrators don't want you to have root access to should be
&lt;br&gt;prepared to manage apache themselves.
&lt;br&gt;Basically the best practise is to develop your apache config on a dev
&lt;br&gt;server, and delvier the result to the production server's admin with
&lt;br&gt;instructions on how to install and manage it.
&lt;br&gt;&lt;br&gt;Krist
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krist.vanbesien@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;krist@...&lt;/a&gt;
&lt;br&gt;Bremgarten b. Bern, Switzerland
&lt;br&gt;--
&lt;br&gt;A: It reverses the normal flow of conversation.
&lt;br&gt;Q: What's wrong with top-posting?
&lt;br&gt;A: Top-posting.
&lt;br&gt;Q: What's the biggest scourge on plain text email discussions?
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=3&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=4&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828265&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828265.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828092</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:28:41Z</published>
	<updated>2008-12-03T22:28:41Z</updated>
	<author>
		<name>William A. Rowe, Jr.</name>
	</author>
	<content type="html">Vasanth Kumar ravi wrote:
&lt;br&gt;&amp;gt; Well the problem is here is the root access.
&lt;br&gt;&amp;gt; I am an application administrator and the root passwd is owned by the
&lt;br&gt;&amp;gt; system administrator team.
&lt;br&gt;&amp;gt; since this a dev setup, i got the root passwd but for production they
&lt;br&gt;&amp;gt; would not give it.
&lt;br&gt;&amp;gt; so either I have to go for a port forward in production or ask the
&lt;br&gt;&amp;gt; system admin to manage the apache.
&lt;br&gt;&lt;br&gt;Or you ask for sudo access to a script which kicks off, starts and stops
&lt;br&gt;apache. &amp;nbsp;This requires you to have nobody's password except your own.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828092&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828092&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828092&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828092.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828044</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:23:25Z</published>
	<updated>2008-12-03T22:23:25Z</updated>
	<author>
		<name>Vasanth Kumar ravi</name>
	</author>
	<content type="html">Well the problem is here is the root access.&lt;br&gt;I am an application administrator and the root passwd is owned by the system administrator team.&lt;br&gt;since this a dev setup, i got the root passwd but for production they would not give it.&lt;br&gt;
so either I have to go for a port forward in production or ask the system admin to manage the apache.&lt;br&gt;&lt;br&gt;Tks.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 4, 2008 at 2:20 PM, William A. Rowe, Jr. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrowe@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;Vasanth Kumar ravi wrote:&lt;br&gt;
&amp;gt; Ok so the only way to run them using the ports 80/443 is to run as Root&lt;br&gt;
&amp;gt; user .&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;You *start* as root. &amp;nbsp;The user and group directives have Apache change the&lt;br&gt;
context for serving all of the requests coming into the server, so they are&lt;br&gt;
NOT running in a root context (but as restricted a context as you want to&lt;br&gt;
create for your requirements).&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&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;_blank&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828044&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828044&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828044&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;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards&amp;amp;Thanks,&lt;br&gt;Vasanth Kumar Ravi&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828044.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20828029</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:20:53Z</published>
	<updated>2008-12-03T22:20:53Z</updated>
	<author>
		<name>William A. Rowe, Jr.</name>
	</author>
	<content type="html">Vasanth Kumar ravi wrote:
&lt;br&gt;&amp;gt; Ok so the only way to run them using the ports 80/443 is to run as Root
&lt;br&gt;&amp;gt; user .
&lt;br&gt;&lt;br&gt;You *start* as root. &amp;nbsp;The user and group directives have Apache change the
&lt;br&gt;context for serving all of the requests coming into the server, so they are
&lt;br&gt;NOT running in a root context (but as restricted a context as you want to
&lt;br&gt;create for your requirements).
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828029&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828029&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20828029&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20828029.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20827996</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:16:08Z</published>
	<updated>2008-12-03T22:16:08Z</updated>
	<author>
		<name>Vasanth Kumar ravi</name>
	</author>
	<content type="html">Ok so the only way to run them using the ports 80/443 is to run as Root user .&lt;br&gt;&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 4, 2008 at 2:11 PM, William A. Rowe, Jr. &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827996&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;wrowe@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;Vasanth Kumar ravi wrote:&lt;br&gt;
&amp;gt; Now the question is.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; How can I access the application using the same url without mentioning&lt;br&gt;
&amp;gt; the port number on the url.&lt;br&gt;
&amp;gt; I m not using any firewall here, so I cannot do a port fwd of 80 to 9080.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;You can&amp;#39;t. &amp;nbsp;The port assignment is the port used, the default is 80 for http&lt;br&gt;
and 443 for https.&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;_blank&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827996&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
 &amp;nbsp; &amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827996&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827996&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;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards&amp;amp;Thanks,&lt;br&gt;Vasanth Kumar Ravi&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20827996.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20827962</id>
	<title>Re: Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:11:24Z</published>
	<updated>2008-12-03T22:11:24Z</updated>
	<author>
		<name>William A. Rowe, Jr.</name>
	</author>
	<content type="html">Vasanth Kumar ravi wrote:
&lt;br&gt;&amp;gt; Now the question is.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; How can I access the application using the same url without mentioning
&lt;br&gt;&amp;gt; the port number on the url.
&lt;br&gt;&amp;gt; I m not using any firewall here, so I cannot do a port fwd of 80 to 9080.
&lt;br&gt;&lt;br&gt;You can't. &amp;nbsp;The port assignment is the port used, the default is 80 for http
&lt;br&gt;and 443 for https.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827962&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827962&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20827962&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20827962.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20827871</id>
	<title>Run Apache as Non Root user on port other than 80</title>
	<published>2008-12-03T22:02:48Z</published>
	<updated>2008-12-03T22:02:48Z</updated>
	<author>
		<name>Vasanth Kumar ravi</name>
	</author>
	<content type="html">All,&lt;br&gt;&lt;br&gt;Running Apache HTTP Server on port 80.&lt;br&gt;Have defined 2 virtual hosts on 80/443.&lt;br&gt;Currently running the apache under root user.&lt;br&gt;my application url&amp;#39;s&amp;nbsp; are &lt;a href=&quot;http://test.ap.com/Web/neo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://test.ap.com/Web/neo&lt;/a&gt; and &lt;a href=&quot;https://test.ap.com/Web/neo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://test.ap.com/Web/neo&lt;/a&gt;&lt;br&gt;
I am able to access the url&amp;#39;s mentioned above.&lt;br&gt;***********************&lt;br&gt;Now we have created an id/group as apache/apache and changed the httpd.conf to run as this user/group.&lt;br&gt;I would not be using root user to administer apache from now.&lt;br&gt;
So i have changed the Listen port as 9080 and defined Virtual hosts for 9080 and 443.&lt;br&gt;I tried to access the application using the url&amp;#39;s above, but it failed.&lt;br&gt;&lt;br&gt;Now the question is.&lt;br&gt;&lt;br&gt;How can I access the application using the same url without mentioning the port number on the url.&lt;br&gt;
I m not using any firewall here, so I cannot do a port fwd of 80 to 9080.&lt;br&gt;&lt;br&gt;Is there any configuration which can be done at the Apache, so that I can run it as non root user and access the url without ports mentioned in it.&lt;br&gt;
&lt;br&gt;Thanks.&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Regards&amp;amp;Thanks,&lt;br&gt;Vasanth Kumar Ravi&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Run-Apache-as-Non-Root-user-on-port-other-than-80-tp20827871p20827871.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20824854</id>
	<title>Re: Apache On Multi Core/Multi Processors</title>
	<published>2008-12-03T16:26:58Z</published>
	<updated>2008-12-03T16:26:58Z</updated>
	<author>
		<name>Sander Temme-2</name>
	</author>
	<content type="html">&lt;br&gt;On Dec 3, 2008, at 3:45 PM, Bruno - e-comBR wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I want to know how much Apache's HTTPD takes the advantages of
&lt;br&gt;&amp;gt; multiple CPUs. Is there any difference about performance betwen using
&lt;br&gt;&amp;gt; worker or prefork as MPM??
&lt;br&gt;&lt;br&gt;Depends on your operating system architecture. &amp;nbsp;However, in any &amp;nbsp;
&lt;br&gt;situation the design of the most popular Apache MPMs has each worker &amp;nbsp;
&lt;br&gt;handling a particular connection from beginning to end. &amp;nbsp;This is the &amp;nbsp;
&lt;br&gt;case whether workers are pre-forked processes, or whether they are &amp;nbsp;
&lt;br&gt;threads in a child process (worker, Windows MPM). &amp;nbsp;Effectively this &amp;nbsp;
&lt;br&gt;means that most of the time, workers are waiting for something to do: &amp;nbsp;
&lt;br&gt;waiting to read something from the network, for the backend to return &amp;nbsp;
&lt;br&gt;data, etc. &amp;nbsp;This means that you usually run many more workers than you &amp;nbsp;
&lt;br&gt;have CPU cores.
&lt;br&gt;&lt;br&gt;&amp;gt; Being a little &amp;quot;out of topic&amp;quot;, let me ask you... On a Linux SMP
&lt;br&gt;&amp;gt; system, does a n Core processor works like n processors?? Is there any
&lt;br&gt;&amp;gt; differences taking performance advantages of multiple CPUs betwen
&lt;br&gt;&amp;gt; using multiple threads or multiple processes??
&lt;br&gt;&lt;br&gt;On Linux specifically, you have two factors at work:
&lt;br&gt;&lt;br&gt;1) Linux process structures are relatively lighweight
&lt;br&gt;2) As far as the Linux kernel is concerned, each thread is mapped onto &amp;nbsp;
&lt;br&gt;a process structure
&lt;br&gt;&lt;br&gt;The last one means you don't win performance by going to threads &amp;nbsp;
&lt;br&gt;instead of staying with processes, and the first one means that the &amp;nbsp;
&lt;br&gt;penalty of context-switching between many processes is smaller on &amp;nbsp;
&lt;br&gt;Linux than on some other systems (like Solaris).
&lt;br&gt;&lt;br&gt;&amp;gt; Just to make you understand the issue, I'm want to setup a dedicated
&lt;br&gt;&amp;gt; web server with two Quad Core processors, and I can't use worker(which
&lt;br&gt;&amp;gt; is multi-threaded) because I'm using mod_php. So, what I really want
&lt;br&gt;&amp;gt; to know: it's a fact that many CPU's(2 processors x 4 cores = 8) will
&lt;br&gt;&amp;gt; improve the processing performance??
&lt;br&gt;&lt;br&gt;&lt;br&gt;Actually, I believe the core of PHP is now threadsafe and re-entrant. &amp;nbsp; 
&lt;br&gt;However, the PHP group can't make any assumptions or claims about &amp;nbsp;
&lt;br&gt;threadsafety of the libraries PHP uses, so they won't state PHP runs &amp;nbsp;
&lt;br&gt;under multithreaded MPMs. &amp;nbsp;And, because of the circumstances discussed &amp;nbsp;
&lt;br&gt;above, there is no practical gain from running threads on Linux so PHP &amp;nbsp;
&lt;br&gt;has little motivation to improve this situation.
&lt;br&gt;&lt;br&gt;HtH,
&lt;br&gt;&lt;br&gt;S.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sander Temme
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824854&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sctemme@...&lt;/a&gt;
&lt;br&gt;PGP FP: 51B4 8727 466A 0BC3 69F4 &amp;nbsp;B7B8 B2BE BC40 1529 24AF
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://www.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;smime.p7s&lt;/strong&gt; (3K) &lt;a href=&quot;http://www.nabble.com/attachment/20824854/0/smime.p7s&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-On-Multi-Core-Multi-Processors-tp20824286p20824854.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20824286</id>
	<title>Apache On Multi Core/Multi Processors</title>
	<published>2008-12-03T15:45:20Z</published>
	<updated>2008-12-03T15:45:20Z</updated>
	<author>
		<name>Bruno - e-comBR</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;I want to know how much Apache's HTTPD takes the advantages of
&lt;br&gt;multiple CPUs. Is there any difference about performance betwen using
&lt;br&gt;worker or prefork as MPM??
&lt;br&gt;&lt;br&gt;Being a little &amp;quot;out of topic&amp;quot;, let me ask you... On a Linux SMP
&lt;br&gt;system, does a n Core processor works like n processors?? Is there any
&lt;br&gt;differences taking performance advantages of multiple CPUs betwen
&lt;br&gt;using multiple threads or multiple processes??
&lt;br&gt;&lt;br&gt;Just to make you understand the issue, I'm want to setup a dedicated
&lt;br&gt;web server with two Quad Core processors, and I can't use worker(which
&lt;br&gt;is multi-threaded) because I'm using mod_php. So, what I really want
&lt;br&gt;to know: it's a fact that many CPU's(2 processors x 4 cores = 8) will
&lt;br&gt;improve the processing performance??
&lt;br&gt;&lt;br&gt;Thank you all!!
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824286&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824286&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20824286&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-On-Multi-Core-Multi-Processors-tp20824286p20824286.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20822006</id>
	<title>Re: help with mod_authn_dbd and oracle</title>
	<published>2008-12-03T13:23:33Z</published>
	<updated>2008-12-03T13:23:33Z</updated>
	<author>
		<name>Paul Simon-2</name>
	</author>
	<content type="html">Just for the record... With guidance from the list, I got mod_dbd and mod_authn_dbd working.
&lt;br&gt;&lt;br&gt;I installed Oracle Client 11g (win32_11gR1_client.zip) and Apache 2.2.10. I had to
&lt;br&gt;take a few guesses at what DBDParams was supposed to be. I ended up with
&lt;br&gt;&amp;quot;user=test pass=test server=db9i&amp;quot;. I then followed the configuration example in the docs
&lt;br&gt;for mod_authn_dbd. That did it.
&lt;br&gt;&lt;br&gt;Using a tool like ngrep, to see the exchanges between oracle
&lt;br&gt;and apache, helped a lot too. 
&lt;br&gt;&lt;br&gt;I appreciate the help.
&lt;br&gt;&lt;br&gt;Paul
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20822006&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20822006&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20822006&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/help-with-mod_authn_dbd-and-oracle-tp20562832p20822006.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20809732</id>
	<title>Re: Compiling Apache 2.2.10 with static linking on Linux</title>
	<published>2008-12-03T01:43:52Z</published>
	<updated>2008-12-03T01:43:52Z</updated>
	<author>
		<name>Tom Evans-3</name>
	</author>
	<content type="html">On Wed, 2008-12-03 at 11:52 +0530, Ravindra wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I want to build Apache 2.2.10 with static linking instead of default
&lt;br&gt;&amp;gt; shared linking. I just want one httpd binary.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Old versions used to have &amp;quot;--disable-shared&amp;quot; option in configure
&lt;br&gt;&amp;gt; script, this does not seem to exist now in new version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any clues how do I get statically linked Apache ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Ravindra
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;LDFLAGS=&amp;quot;-static&amp;quot; ./configure ...
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809732&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809732&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809732&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Compiling-Apache-2.2.10-with-static-linking-on-Linux-tp20807478p20809732.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20809703</id>
	<title>Re: Compiling Apache 2.2.10 with static linking on Linux</title>
	<published>2008-12-03T01:42:00Z</published>
	<updated>2008-12-03T01:42:00Z</updated>
	<author>
		<name>Ravindra-5</name>
	</author>
	<content type="html">&amp;quot;--disable-shared&amp;quot; seems to be working even with new configure, just
&lt;br&gt;that it is not documented in configure help.
&lt;br&gt;&lt;br&gt;Should I not use it ?
&lt;br&gt;&lt;br&gt;On Wed, Dec 3, 2008 at 11:52 AM, Ravindra &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kravindra@...&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 want to build Apache 2.2.10 with static linking instead of default
&lt;br&gt;&amp;gt; shared linking. I just want one httpd binary.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Old versions used to have &amp;quot;--disable-shared&amp;quot; option in configure
&lt;br&gt;&amp;gt; script, this does not seem to exist now in new version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any clues how do I get statically linked Apache ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt; Ravindra
&lt;br&gt;&amp;gt;
&lt;/div&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809703&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809703&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20809703&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Compiling-Apache-2.2.10-with-static-linking-on-Linux-tp20807478p20809703.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20807478</id>
	<title>Compiling Apache 2.2.10 with static linking on Linux</title>
	<published>2008-12-02T22:22:03Z</published>
	<updated>2008-12-02T22:22:03Z</updated>
	<author>
		<name>Ravindra-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I want to build Apache 2.2.10 with static linking instead of default
&lt;br&gt;shared linking. I just want one httpd binary.
&lt;br&gt;&lt;br&gt;Old versions used to have &amp;quot;--disable-shared&amp;quot; option in configure
&lt;br&gt;script, this does not seem to exist now in new version.
&lt;br&gt;&lt;br&gt;Any clues how do I get statically linked Apache ?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Ravindra
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20807478&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20807478&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20807478&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Compiling-Apache-2.2.10-with-static-linking-on-Linux-tp20807478p20807478.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20802683</id>
	<title>RE: Apache + sites loading slow in IE only</title>
	<published>2008-12-02T14:40:04Z</published>
	<updated>2008-12-02T14:40:04Z</updated>
	<author>
		<name>Tom Belmount</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
Hey Eric&lt;div&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I changed &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;#Timeout 120&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#MaxKeepAliveRequests 100&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;#&amp;lt;IfModule prefork.c&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#StartServers       8&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#MinSpareServers    5&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#MaxSpareServers   20&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#ServerLimit      256&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#MaxClients       256&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#MaxRequestsPerChild  4000&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;#&amp;lt;/IfModule&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;to:&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Timeout 300&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;MaxKeepAliveRequests 0&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;IfModule prefork.c&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;StartServers       30&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;MinSpareServers    5&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;MaxSpareServers   50&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;ServerLimit      2000&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;MaxClients       1800&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;MaxRequestsPerChild 0&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/IfModule&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;That was the only changes i did on the httpd.conf file &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I disabled eaccelerator now i havent seen much difference. &lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;hr /&gt;Download today! &lt;a href='http://get.live.com/' target='_new' rel=&quot;nofollow&quot;&gt;Free Windows Live software. Chat, search, share pics and more.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-%2B-sites-loading-slow-in-IE-only-tp20801992p20802683.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20802355</id>
	<title>Re: Apache + sites loading slow in IE only</title>
	<published>2008-12-02T14:14:16Z</published>
	<updated>2008-12-02T14:14:16Z</updated>
	<author>
		<name>awarnier</name>
	</author>
	<content type="html">Tom Belmount wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Hey guys, Im having a problem where my websites are loading slow in IE only.
&lt;br&gt;&lt;br&gt;Might IE be the cause then, rather than the effect ?
&lt;br&gt;&lt;br&gt;It started doing this after i made changes to my httpd.conf file.
&lt;br&gt;&lt;br&gt;Such as ? come on, give us a clue ..
&lt;br&gt;&lt;br&gt;At the same time i also installed eaccelerator.
&lt;br&gt;&lt;br&gt;Which is ? &amp;nbsp;considering the effect you indicate above, you may have been 
&lt;br&gt;had..
&lt;br&gt;&lt;br&gt;Not all of the virtual hosts run slow how-ever. Only one of them does.
&lt;br&gt;&lt;br&gt;Should we guess ?
&lt;br&gt;&lt;br&gt;There really isn't much difference between them.
&lt;br&gt;&lt;br&gt;Is there any tweaks i can make to my .conf file to fix this?
&lt;br&gt;&lt;br&gt;You could always try to revert to the situation before the changes..
&lt;br&gt;&lt;br&gt;A copy of my .conf file can be found 
&lt;br&gt;here:&lt;a href=&quot;http://www.insidiousfix.net/httpd.txtthanks&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.insidiousfix.net/httpd.txtthanks&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hmm. No.
&lt;br&gt;&lt;br&gt;Not Found
&lt;br&gt;The requested URL /httpd.txtthanks was not found on this server.
&lt;br&gt;Additionally, a 404 Not Found error was encountered while trying to use 
&lt;br&gt;an ErrorDocument to handle the request.
&lt;br&gt;&lt;br&gt;Seems you have indeed some problems.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802355&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802355&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802355&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-%2B-sites-loading-slow-in-IE-only-tp20801992p20802355.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20802120</id>
	<title>Re: Apache + sites loading slow in IE only</title>
	<published>2008-12-02T14:08:32Z</published>
	<updated>2008-12-02T14:08:32Z</updated>
	<author>
		<name>Eric Covener</name>
	</author>
	<content type="html">On Tue, Dec 2, 2008 at 5:01 PM, Tom Belmount &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802120&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tombelmount@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hey guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Im having a problem where my websites are loading slow in IE only. It
&lt;br&gt;&amp;gt; started doing this after i made changes to my httpd.conf file. At the same
&lt;br&gt;&amp;gt; time i also installed eaccelerator.
&lt;br&gt;&lt;br&gt;What did you change?
&lt;br&gt;&lt;br&gt;Have you disabled the eaccelerator?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Eric Covener
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802120&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;covener@...&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802120&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802120&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20802120&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-%2B-sites-loading-slow-in-IE-only-tp20801992p20802120.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20801992</id>
	<title>Apache + sites loading slow in IE only</title>
	<published>2008-12-02T14:01:32Z</published>
	<updated>2008-12-02T14:01:32Z</updated>
	<author>
		<name>Tom Belmount</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: 'Segoe UI'; font-size: 11px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;Hey guys,&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;Im having a problem where my websites are loading slow in IE only. It started doing this after i made changes to my httpd.conf file. At the same time i also installed eaccelerator.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;I'm finding it hard to find/fix the problem. Im still very new with this. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;Not all of the virtual hosts run slow how-ever. Only one of them does. There really isn't much difference between them.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;Is there any tweaks i can make to my .conf file to fix this? A copy of my .conf file can be found here:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;http://www.insidiousfix.net/httpd.txt&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial; font-size: 8pt; &quot;&gt;thanks&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;rte_text&gt;&lt;/rte_text&gt;&lt;br /&gt;&lt;hr /&gt;Start searching now &lt;a href='http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fwww%2Eallrealestate%2Eco%2Enz%2Fcgi%2Dbin%2Frsearch%3Fa%3Dbhp%26t%3Dren%26cu%3Frsf%3Dmsnz%5Ftextlink&amp;_t=26000&amp;_r=REANZ_tagline&amp;_m=EXT' target='_new' rel=&quot;nofollow&quot;&gt;Rental properties galore.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Apache-%2B-sites-loading-slow-in-IE-only-tp20801992p20801992.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20798609</id>
	<title>Re: mod_proxy: 302 redirect makes Apache ignore some headers</title>
	<published>2008-12-02T10:55:55Z</published>
	<updated>2008-12-02T10:55:55Z</updated>
	<author>
		<name>Martijn-14</name>
	</author>
	<content type="html">On Fri, Nov 28, 2008 at 5:14 PM, Nick Kew wrote:
&lt;br&gt;&amp;gt; Upgrade. &amp;nbsp;2.0.x mod_proxy is ancient and had lots of bugs. &amp;nbsp;Correct
&lt;br&gt;&amp;gt; handling of response headers was fixed just over a year ago (though
&lt;br&gt;&amp;gt; that was principally down to protocol niceties, and I think cookies
&lt;br&gt;&amp;gt; in 2.2 may have been fixed much earlier).
&lt;br&gt;&lt;br&gt;Thanks for that.
&lt;br&gt;&lt;br&gt;Unfortunately, I am not able to upgrade Apache (yet), but I managed to
&lt;br&gt;write a work around. For anyone's interest: after having sent the
&lt;br&gt;request, the back-end server checks whether it has sent a redirect
&lt;br&gt;with Set-cookie headers. If that is the case, these cookies are stored
&lt;br&gt;in a session variable. On any request, the back-end server checks for
&lt;br&gt;the existence of such a session variable; if it exists it sends the
&lt;br&gt;remembered cookies to the user and empties the variable.
&lt;br&gt;&lt;br&gt;Martijn.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20798609&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20798609&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20798609&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/mod_proxy%3A-302-redirect-makes-Apache-ignore-some-headers-tp20737111p20798609.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20792398</id>
	<title>Re: File upload to Apache server without third party software</title>
	<published>2008-12-02T05:37:49Z</published>
	<updated>2008-12-02T05:37:49Z</updated>
	<author>
		<name>awarnier</name>
	</author>
	<content type="html">Brian Mearns wrote:
&lt;br&gt;[...]
&lt;br&gt;Thanks Brian, I agree with what you wrote.
&lt;br&gt;&lt;br&gt;Prasanth, maybe the correct place to start is here :
&lt;br&gt;&lt;a href=&quot;http://www.faqs.org/rfcs/rfc2616.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.faqs.org/rfcs/rfc2616.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The various HTTP &amp;quot;methods&amp;quot; are described in section 9.2 and later.
&lt;br&gt;I suggest to start reading from the beginning however.
&lt;br&gt;The way in which Apache and some of its modules work (or any other web 
&lt;br&gt;server for that matter), are only understandable when you have at least 
&lt;br&gt;a basic understanding of the HTTP protocol.
&lt;br&gt;By telling you that, we are trying to help you. &amp;nbsp;The questions you are 
&lt;br&gt;asking, and the way you are asking them, makes us think that you are 
&lt;br&gt;missing some basic parts of the puzzle.
&lt;br&gt;&lt;br&gt;For example, Brian mentioned WebDav.
&lt;br&gt;You will find how to set it up in Apache here :
&lt;br&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_dav.html#dav&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://httpd.apache.org/docs/2.2/mod/mod_dav.html#dav&lt;/a&gt;&lt;br&gt;Installing Dav in Apache will allow you to send PUT requests, including 
&lt;br&gt;a file to upload to your server. It will do that right out-of-the-box, 
&lt;br&gt;which is what you seem to want.
&lt;br&gt;&lt;br&gt;But, do you notice the red box in the middle of the page ?
&lt;br&gt;&lt;br&gt;It tells you that unless you know exactly what you are doing, anybody 
&lt;br&gt;having access to your webserver is going to be able to download any file 
&lt;br&gt;from your computer, or upload any file to it. &amp;nbsp;For example, /etc/passwd.
&lt;br&gt;It is much like making the C:\ directory of your PC into a network 
&lt;br&gt;share, with read/write permission to Everyone.
&lt;br&gt;I am quite sure you do not want that.
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20792398&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20792398&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20792398&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%3D-UTF-8-B-RmlsZSB1cGxvYWQgdG8gQXBhY2hlIHNlcnZlciB3aXRob3V0IHRoaXJkIHBhcnR5IHNvZnR3YXJl--%3D-tp20773043p20792398.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20791545</id>
	<title>Re: File upload to Apache server without third party software</title>
	<published>2008-12-02T04:54:44Z</published>
	<updated>2008-12-02T04:54:44Z</updated>
	<author>
		<name>Brian Mearns-3</name>
	</author>
	<content type="html">Well, It's very possible you know something I don't, but based on my
&lt;br&gt;understanding on POST, it sounds like you're confused about how it
&lt;br&gt;works. The use case I'm familiar with is to create a cgi script, or a
&lt;br&gt;server side script like PHP that receives the POST data and saves it
&lt;br&gt;to a file. And you're right, it is just like GET, the content of the
&lt;br&gt;URL you specified will be returned by the server. The only difference
&lt;br&gt;I know of between GET and POST is that with GET, the client sends data
&lt;br&gt;encoded in the URL, and with POST, the data is included as the body of
&lt;br&gt;the HTTP request.. That's why post is used for uploading files.
&lt;br&gt;&lt;br&gt;However---and again, this is just my understanding of it---POST is not
&lt;br&gt;intended to just arbitrarily create or change files on the server, you
&lt;br&gt;have to use some server side mechanism (again, a cgi or php or
&lt;br&gt;something) to actually receive the POSTed data and write it to a file.
&lt;br&gt;&lt;br&gt;It sounds like what you may be interested in is some sort of WebDAV
&lt;br&gt;method. This is an extension to the HTTP standard that's meant for
&lt;br&gt;sharing files over an HTTP connection, and it has more powerful
&lt;br&gt;methods than standard HTTP. I'm not sure if it has something you're
&lt;br&gt;looking for, but it might be worth a look.
&lt;br&gt;&lt;br&gt;Hope that helps,
&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;https://keyserver.pgp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://keyserver.pgp.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Dec 1, 2008 at 1:09 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;prasanthgs@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First of all, sorry for the long mail. &amp;nbsp;To give a gist of the mail, I want to know how to use the POST method for Apache server without installing Tomcat or anything.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have a &amp;quot;Server version: Apache/2.0.54&amp;quot; installed in my system. &amp;nbsp;I have configured it to act as a server as well as a proxy server; which means the Apache is working fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now I try to do some configuration so that the Apache server will support uploading of files (i.e. POST method).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For that I created a folder &amp;quot;public&amp;quot; and the configuration in httpd.conf for the same is as follows:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;Directory &amp;quot;/var/www/html/public&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;AllowOverride None
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Options None
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;Limit POST GET HEAD DELETE&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Order allow,deny
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Allow from all
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Limit&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/Directory&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then &amp;quot;/etc/init.d/httpd restart&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Then POST command is executed to create a new file &amp;quot;NotExists.txt&amp;quot; in &amp;quot;/var/www/html/public&amp;quot;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; User &amp;nbsp;:$&amp;gt; POST &amp;quot;&lt;a href=&quot;http://127.0.0.1/public/NotExists.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://127.0.0.1/public/NotExists.txt&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; Reply :$&amp;gt; Please enter content (application/x-www-form-urlencoded) to be POSTed:
&lt;br&gt;&amp;gt; User &amp;nbsp;:$&amp;gt; helloooooooooooooooo
&lt;br&gt;&amp;gt; User &amp;nbsp;:$&amp;gt; Ctrl D
&lt;br&gt;&amp;gt; Reply :$&amp;gt; &amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//IETF//DTD HTML 2.0//EN&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;404 Not Found&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;h1&amp;gt;Not Found&amp;lt;/h1&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;p&amp;gt;The requested URL /public/hello.txt was not found on this server.&amp;lt;/p&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;hr&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;address&amp;gt;Apache/2.0.54 (Fedora) Server at 127.0.0.1 Port 80&amp;lt;/address&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;User&amp;quot; is the User Input given by the user.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;Reply&amp;quot; is the reply printed out on to the terminal.
&lt;br&gt;&amp;gt; ]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And in case, the POST is done for a file which already exists in the server, the content of the file is given back (i.e., it behaves as if a GET request is sent!).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, would like to know whether the DELETE method is supported by Apache. &amp;nbsp;If so, what should be the configuration.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; prasanth
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; India's first Indian Language Mailing System,Now in a New Look and Feel.Open your FREE e-mail account today!!!
&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 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 info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&amp;i=2&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&amp;i=3&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;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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791545&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%3D-UTF-8-B-RmlsZSB1cGxvYWQgdG8gQXBhY2hlIHNlcnZlciB3aXRob3V0IHRoaXJkIHBhcnR5IHNvZnR3YXJl--%3D-tp20773043p20791545.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20791409</id>
	<title>Re: Clearing cache selectively on Apache + mod_cache</title>
	<published>2008-12-02T04:40:58Z</published>
	<updated>2008-12-02T04:40:58Z</updated>
	<author>
		<name>awarnier</name>
	</author>
	<content type="html">André Warnier wrote:
&lt;br&gt;&amp;gt; Indeed.
&lt;br&gt;&amp;gt; So either you create a sript/program that goes directly in the cache and 
&lt;br&gt;&amp;gt; clears the document (which would mean you can recalculate the hash that 
&lt;br&gt;&amp;gt; mod_cache uses for a given URL), or else you find another clever way.
&lt;br&gt;&amp;gt; 
&lt;br&gt;This is yet another idea.
&lt;br&gt;I just downloaded the source code for the latest Apache, and had a look 
&lt;br&gt;at the hashkeys related stuff.
&lt;br&gt;That is
&lt;br&gt;support/htcacheclean.c
&lt;br&gt;modules/cache/cache_hash.h
&lt;br&gt;modules/cache/cache_hash.c
&lt;br&gt;&lt;br&gt;I am not a C programmer, but the impression I get, is that it would not 
&lt;br&gt;be so difficult to modify htcacheclean to add another command-line 
&lt;br&gt;option to it.
&lt;br&gt;This command-line option would take the URL of a cached object, and go 
&lt;br&gt;off and delete it from the cache.
&lt;br&gt;&lt;br&gt;Since that could be considered a useful addition &amp;quot;in general&amp;quot; to 
&lt;br&gt;htcacheclean, maybe one of the mod_cache developers would be interested ?
&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791409&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791409&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791409&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Clearing-cache-selectively-on-Apache-%2B-mod_cache-tp20758423p20791409.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20791089</id>
	<title>Re: Load Module Directive in Virtual host block</title>
	<published>2008-12-02T04:21:42Z</published>
	<updated>2008-12-02T04:21:42Z</updated>
	<author>
		<name>Eric Covener</name>
	</author>
	<content type="html">On Tue, Dec 2, 2008 at 2:24 AM, Vinay Purohit &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Vinay.Purohit@...&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 created my own apache connector and would like to load this on
&lt;br&gt;&amp;gt; virtual server level in Apache 2.2.10 i.e. different connector in different
&lt;br&gt;&amp;gt; virtual server host block.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since I can not place LoadModule directive inside the virtual server
&lt;br&gt;&amp;gt; host block Is there any way i can get the same affect i.e. placing my module
&lt;br&gt;&amp;gt; inside one virtual server host block should not be any way related to other
&lt;br&gt;&amp;gt; virtual servers
&lt;/div&gt;&lt;br&gt;Load it in the base config, and configure it (with your own logic) to
&lt;br&gt;only operate in specific vhosts.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;covener@...&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791089&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791089&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20791089&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Load-Module-Directive-in-Virtual-host-block-tp20787351p20791089.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-20790639</id>
	<title>Re: Clearing cache selectively on Apache + mod_cache</title>
	<published>2008-12-02T03:47:32Z</published>
	<updated>2008-12-02T03:47:32Z</updated>
	<author>
		<name>awarnier</name>
	</author>
	<content type="html">Indeed.
&lt;br&gt;So either you create a sript/program that goes directly in the cache and 
&lt;br&gt;clears the document (which would mean you can recalculate the hash that 
&lt;br&gt;mod_cache uses for a given URL), or else you find another clever way.
&lt;br&gt;&lt;br&gt;Let's say that for Tomcat, the expensive part of the operation is to 
&lt;br&gt;re-generate the PDF response. &amp;nbsp;But since this seems to be some kind of 
&lt;br&gt;database-based application, I imagine that :
&lt;br&gt;- when your application on Tomcat gets a request for an item, it goes 
&lt;br&gt;off into the database to retrieve the information, then formats this 
&lt;br&gt;into a PDF and sends this as a response. That's expensive.
&lt;br&gt;- but the information in the database must have some kind of timestamp, 
&lt;br&gt;since you can determine when the response would need to be regenerated 
&lt;br&gt;and when not.
&lt;br&gt;- so what about your application checking first if the information is 
&lt;br&gt;really &amp;quot;new&amp;quot;, and if not returning some other kind of response to the 
&lt;br&gt;caller (in this case the caller would be Apache/mod_cache).
&lt;br&gt;&lt;br&gt;What I mean is a bit complicated to explain, but roughly :
&lt;br&gt;- when mod_cache examines a request, it can find that the document is 
&lt;br&gt;not in the cache, and then the request goes through to Tomcat. &amp;nbsp;The 
&lt;br&gt;response from Tomcat is then stored in the cache, by a filter set up by 
&lt;br&gt;mod_cache for this request and for this purpose. &amp;nbsp;I imagine that in this 
&lt;br&gt;case, the request as it goes to Tomcat is &amp;quot;unconditional&amp;quot;, meaning that 
&lt;br&gt;it tells Tomcat &amp;quot;give me this document, no matter what&amp;quot;.
&lt;br&gt;- on the other hand, when mod_cache finds the document already in the 
&lt;br&gt;cache, it must still, under certain circumstances, let a request go 
&lt;br&gt;through to Tomcat, to verify that the cached document is still valid.
&lt;br&gt;&lt;br&gt;I am not quite clear myself on which combination of circumstances and 
&lt;br&gt;request and response headers control this behaviour, but I have a 
&lt;br&gt;feeling somehow that it must be possible to play with this, to avoid the 
&lt;br&gt;Tomcat application having to unnecessarily generate those expensive PDF 
&lt;br&gt;answers. &amp;nbsp;It would still get calls, and would still need to interrogate 
&lt;br&gt;the database, but in many cases it could answer with something like a 
&lt;br&gt;&amp;quot;Not modified&amp;quot; status instead of a new PDF.
&lt;br&gt;&lt;br&gt;Any real guru available here ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Karim Zaki wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Seems I'm back at square 1. The idea of using max-age=0 did not work, which, on second thought, makes sense. CacheIgnoreCacheControl should ignore the &amp;quot;cache-control&amp;quot; header regardless of its value. The virtual host solution did not work either. It created new cache entries for the vhost.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: André Warnier [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aw@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: Monday, December 01, 2008 6:20 PM
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [users@httpd] Clearing cache selectively on Apache + mod_cache
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eric Covener wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Dec 1, 2008 at 11:09 AM, André Warnier &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aw@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Which leads me to believe that, as such, the scheme proposed with the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; separate VirtualHost will not work as simply as expected.
&lt;br&gt;&amp;gt;&amp;gt; Yep, it looks like you'd need to jump through hoops to have a vhost
&lt;br&gt;&amp;gt;&amp;gt; that was able to nuke these requests (using the same hostname on a
&lt;br&gt;&amp;gt;&amp;gt; separate interface).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just intellectual curiosity : other than going through the source code
&lt;br&gt;&amp;gt; of mod_cache, is there a description somewhere of the algorithm used by
&lt;br&gt;&amp;gt; mod_cache to calculate this hashcode ?
&lt;br&gt;&amp;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 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 info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&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;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; The official User-To-User support forum of the Apache HTTP 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 info.
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;&amp;quot; &amp;nbsp; from the digest: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=7&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=8&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;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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=9&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=10&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://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=20790639&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Clearing-cache-selectively-on-Apache-%2B-mod_cache-tp20758423p20790639.html" />
</entry>

</feed>
