<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.apache.user">
    <title>gmane.comp.apache.user</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99878"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99877"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99876"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99875"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99874"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99873"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99872"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99871"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99870"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99869"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99868"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99867"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.user/99866"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99885">
    <title>RE: Redirecting a domain to another using Rewrite rules</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99885</link>
    <description>&lt;pre&gt;Thx for the tip, but it doesn't seem to work. For example, I just tried this:

---
Redirect / http://wiki-translation.wiki4us.com/
---

When I try to go to www.wiki-translation.com, I see the url wiki-translation.wiki4us.com in the browser (which is not what I want... I want to keep the original www.wiki-translation.com url). In addition, I get:

---
The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
---


Alain&lt;/pre&gt;</description>
    <dc:creator>Desilets, Alain</dc:creator>
    <dc:date>2012-05-16T23:39:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99884">
    <title>RE: IO load due to apache? Normal httpd behavior or script related?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99884</link>
    <description>&lt;pre&gt;
Hi Tom,

You absolutely have a point there.
The site functions without it, however APC improves the sites performance(it should as there is almost 100% cache hit, however I didn't and can't do decent investigation into that).
Note that the customer configures all application parts(php, apache, mysql, ...).
So if the customer writes bad code and the site doesn't perform, that is not a problem.

However load on the VM is kind of ok. It is the IO load to the san that I want to get down :)

Grtz
       &lt;/pre&gt;</description>
    <dc:creator>G VM</dc:creator>
    <dc:date>2012-05-16T18:18:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99883">
    <title>Re: IO load due to apache? Normal httpd behavior or script related?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99883</link>
    <description>&lt;pre&gt;
APC stand for Alternative PHP Cache. It aims to speed up your Apache
webserver by caching the parsed PHP object code, in a manner I don't
understand because I use neither PHP nor APC.

However, there are two takeaways from those two sentences. The first
is that it is a cache, the site should function without it. The second
is that it is meant to speed up your webserver. If it is not doing so,
and is instead causing load issues, it seems counter productive to use
it.

Cheers

Tom
&lt;/pre&gt;</description>
    <dc:creator>Tom Evans</dc:creator>
    <dc:date>2012-05-16T15:26:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99882">
    <title>RE: IO load due to apache? Normal httpd behavior or script related?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99882</link>
    <description>&lt;pre&gt;
Did some further investigation and it seems APC (php opcode cache) generates this IO(or so it seems).
http://serverfault.com/questions/361032/high-disk-i-o-when-cache-is-used

RHEL. Not that ancient.

Yes :p any further point on this?

Although I might not have a full understanding of what it does the customer is using it (passively). So disabling is not an option.
Sometimes disabling stuff from which you don't know what it does backfires ;)

One of these days I will be able to change the setting and verify that this fixed my problem.

Thanks for your response anyway:)

Grtz

From: noel.butler&amp;lt; at &amp;gt;ausics.net
To: users&amp;lt; at &amp;gt;httpd.apache.org
Date: Wed, 16 May 2012 10:12:47 +1000
Subject: Re: [users&amp;lt; at &amp;gt;httpd] IO load due to apache? Normal httpd behavior or script related?




  
  


On Mon, 2012-05-14 at 17:41 +0200, G VM wrote:

    Hi all,

    

    Recently I found out one server generating alot of load on our storage.

    




Likely a script problem, httpd wont cause harm








    Linux 2.6.18-274.7.1.el5 

   &lt;/pre&gt;</description>
    <dc:creator>G VM</dc:creator>
    <dc:date>2012-05-16T13:57:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99881">
    <title>Re: Redirecting a domain to another using Rewrite rules</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99881</link>
    <description>&lt;pre&gt;
Why would you use a RewriteRule when you could simply use a Redirect? In
case you are not aware of this, it is documented here:

http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect

Pete
&lt;/pre&gt;</description>
    <dc:creator>Pete Houston</dc:creator>
    <dc:date>2012-05-16T12:41:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99880">
    <title>I need to know the number of connections that failed by timeout</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99880</link>
    <description>&lt;pre&gt; My Apache server is limited of RAM, so I had to downloaded the number of '
MaxClients'. That is why I need to know the number of connections that fail
by timeout, and if possible I need the date of each. Thanks so much!

PD: Sorry for my bad English...
&lt;/pre&gt;</description>
    <dc:creator>Lisandro Berardi</dc:creator>
    <dc:date>2012-05-16T12:36:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99879">
    <title>Redirecting a domain to another using Rewrite rules</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99879</link>
    <description>&lt;pre&gt;I need to forward a domain www.wiki-translation.com to a different location wiki-translation.wiki4us.com, while preserving the original url. 

I have been trying to do this for 30 mins now, using Rewrite rules, and nothing works.

For example, thje Parked domains CPanel functionality created the following lines in my .htaccess file:

---
RewriteCond %{HTTP_HOST} ^wiki\-translation\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.wiki\-translation\.com$
RewriteRule ^/?$ "http\:\/\/wiki\-translation\.wiki4us\.com\/" [R=301,L]
---

This works somewhat, in the sense that it redirects www.wiki-translation.com to wiki-translation.wiki4us.com. But it does not preserve the original URL.

I also tried this replacing the R flag with a P (proxy) flag:

---
RewriteCond %{HTTP_HOST} ^wiki\-translation\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.wiki\-translation\.com$
RewriteRule ^/?$ "http\:\/\/wiki\-translation\.wiki4us\.com\/" [R=301,L]
---

But it yields the error:

---
Proxy Error
The proxy server received an invalid respons&lt;/pre&gt;</description>
    <dc:creator>Desilets, Alain</dc:creator>
    <dc:date>2012-05-16T12:06:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99878">
    <title>Re: php admin value ignored</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99878</link>
    <description>&lt;pre&gt;OMFG! thank you! the vhost log value was owne rwx------, after setting
1770, the scripts  works happily.

Thanks
Nik

On 5/16/12, Noel Butler &amp;lt;noel.butler&amp;lt; at &amp;gt;ausics.net&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Nick Edwards</dc:creator>
    <dc:date>2012-05-16T10:23:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99877">
    <title>Random Apache httpd 2.2.16-6+squeeze7 + PHP 5.3.3-7+squeeze9 crashs without any consistent backtrace</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99877</link>
    <description>&lt;pre&gt;Hello, everybody.

First, I must warn you that English isn't my mother tongue, so please
excuse my possible language errors.

I manage a web server which runs under heavy flow of requests (CPU
around 50% on a Bi-Quad Core), and, during the last months, we
encountered random crashes of the Web server. At first, it was only
apache2 crashs (around one crash a day), but, after a few weeks, these
crash affected the operating system (Debian 6.0.4, amd64 arch), ie the
OS hanged and the whole server had to be electrically rebooted.

At this point, given that none of the system logs nor Apache logs
displayed any error, failure or notice before crashes, that no data was
damaged, that no irregular session opening nor suspect activity was
detected, we considered two possibilities : a software bug or a hardware
problem. As we rent our physical server, we tried to eliminate the first
possibility by manually upgrading Apache to the last 2.2 version
available, that is to say 2.2.22. We quickly found out that this did not
so&lt;/pre&gt;</description>
    <dc:creator>David Guyot</dc:creator>
    <dc:date>2012-05-16T08:47:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99876">
    <title>Re: TCP keepalive</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99876</link>
    <description>&lt;pre&gt;
TCP Keepalive is different.
&lt;/pre&gt;</description>
    <dc:creator>Eric Covener</dc:creator>
    <dc:date>2012-05-16T06:10:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99875">
    <title>Re: TCP keepalive</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99875</link>
    <description>&lt;pre&gt;Google Apache KeepAlive and you are done.
 On May 16, 2012 2:58 PM, "Evgeny Shvidky" &amp;lt;evgeny&amp;lt; at &amp;gt;inovvia.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Igor Cicimov</dc:creator>
    <dc:date>2012-05-16T05:50:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99874">
    <title>Re: rewrite [P]</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99874</link>
    <description>&lt;pre&gt;Regex wont match there re leading slash.  See cautions in manual about
rewrite on htaccess
&lt;/pre&gt;</description>
    <dc:creator>Eric Covener</dc:creator>
    <dc:date>2012-05-16T05:33:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99873">
    <title>TCP keepalive</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99873</link>
    <description>&lt;pre&gt;Hi,

I am developing a new module on C.

In some cases, it takes to my module a long time to prepare a response (more than 2 minutes) and during this time a process handling this request is blocked.
In order to prevent a TCP connection disconnect a user sends his HTTP request with TCP keepalive flag on and also adds HTTP header "Connection: Keep-Alive".
But for some reason Apache doesn't sends back a response for TCP keepalive and it causes to TCP connection to disconnect.
TCP timeout is exactly 2 minutes.
I tried to call "ap_set_keepalive" function for current request but nothing happened.

How can I configure Apache to response to TCP keepalive flag?

Thanks,
Evgeny
&lt;/pre&gt;</description>
    <dc:creator>Evgeny Shvidky</dc:creator>
    <dc:date>2012-05-16T04:57:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99872">
    <title>Re: Apache Hangs when proxying Java Requests with WebLogic Plugin</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99872</link>
    <description>&lt;pre&gt;Sounds like it has to be configuration problem if other proxies work with
same code.  Try testing a working proxy pointing to this Weblogic server.
It is possible the problem is on the Weblogic side.
Try to copy the configuration from a working server to this server.  Here
are all parameters for further debugging:
http://docs.oracle.com/cd/E15051_01/wls/docs103/plugins/plugin_params.html#wp1143055



On Tue, May 15, 2012 at 1:56 PM, Richters, Eriks (US - Arlington) &amp;lt;
erichters&amp;lt; at &amp;gt;deloitte.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Kevin Castellow</dc:creator>
    <dc:date>2012-05-16T01:59:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99871">
    <title>Re: rewrite [P]</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99871</link>
    <description>&lt;pre&gt;Thanks for the reply Eric,

im doing the change in .htaccess should i be doing this in vhosts perhaps ?

On Wed, May 16, 2012 at 1:18 PM, Eric Covener &amp;lt;covener&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Rob</dc:creator>
    <dc:date>2012-05-16T01:48:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99870">
    <title>Re: rewrite [P]</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99870</link>
    <description>&lt;pre&gt;
Try the RewriteLog, or elaborate on where that is your config, what's
requested, what ends up in your error log...




&lt;/pre&gt;</description>
    <dc:creator>Eric Covener</dc:creator>
    <dc:date>2012-05-16T01:18:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99869">
    <title>Re: php admin value ignored</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99869</link>
    <description>&lt;pre&gt;If you have it defined to use /srv/foo.net/tmp/  and it wants to
use /tmp  it's probably because httpd/php can't write to that directory,
check your permissions, set 1770 on  /srv/foo.net/tmp/


On Tue, 2012-05-15 at 17:26 +1000, Nick Edwards wrote:



&lt;/pre&gt;</description>
    <dc:creator>Noel Butler</dc:creator>
    <dc:date>2012-05-16T00:15:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99868">
    <title>Re: IO load due to apache? Normal httpd behavior or script related?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99868</link>
    <description>&lt;pre&gt;

Likely a script problem, httpd wont cause harm






that is pretty ancient





ahhhhhhhhhhhhhhh so this is a VM




If you are not sure what APC is then you cant need it and should disable
it


&lt;/pre&gt;</description>
    <dc:creator>Noel Butler</dc:creator>
    <dc:date>2012-05-16T00:12:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99867">
    <title>Re: Appache localhost server denied access</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99867</link>
    <description>&lt;pre&gt;
You'll need to show us some part of your httpd config, obviously you
have a access deny require statement, you don't even say what version of
httpd you are using, the more information you supply, the sooner
someone might be able to help you out a bit.

&lt;/pre&gt;</description>
    <dc:creator>Noel Butler</dc:creator>
    <dc:date>2012-05-16T00:09:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99866">
    <title>rewrite [P]</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99866</link>
    <description>&lt;pre&gt;Hi guys,

im having issues understating how [P] works in mod rewrite

i have this:

RewriteRule ^/mysubdir(.*) http://myotherwebsite.com/subdirectory$1 [P]

the rewrite doesnt seam to work, mod rewrite is install and is working
find. Do i need to have something else installed? acording to
php.inmod_proxy has loaded.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Rob</dc:creator>
    <dc:date>2012-05-15T23:57:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.user/99865">
    <title>make command errors for upgrade from 2.2,21 to 2.2.22 using config.nice option</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.user/99865</link>
    <description>&lt;pre&gt;Hello Experts
Can you please advice on this error? I have copied the config.nice from 
apache 2.2.21 to /tmp/httpd-2.2.22 and tried to upgrade it to 2.2.22

Below are the steps that I have executed:
cd /tmp/httpd-2.2.22
./config.nice
make
*********************************************************
make command errored as shown below:

gcc -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-I/tmp/httpd-2.2.22/srclib/pcre -I. -I/tmp/httpd-2.2.22/os/unix 
-I/tmp/httpd-2.2.22/server/mpm/worker -I/tmp/httpd-2.2.22/modules/http 
-I/tmp/httpd-2.2.22/modules/filters -I/tmp/httpd-2.2.22/modules/proxy 
-I/tmp/httpd-2.2.22/include -I/tmp/httpd-2.2.22/modules/generators 
-I/tmp/httpd-2.2.22/modules/mappers -I/tmp/httpd-2.2.22/modules/database 
-I/usr/include/apr-1 -I/tmp/httpd-2.2.22/server 
-I/tmp/httpd-2.2.22/modules/proxy/../generators -I/usr/kerberos/include 
-I/tmp/httpd-2.2.22/modules/ssl -I/tmp/httpd-2.2.22/modules/dav/main  -c 
/tmp/httpd-2.2.22/server/buildmark.c
/usr/lib64/apr-1/build/libtool --silent --mode=link&lt;/pre&gt;</description>
    <dc:creator>Satya Samala</dc:creator>
    <dc:date>2012-05-15T23:06:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.user</link>
  </textinput>
</rdf:RDF>

