Reverse Proxy incorrectly transform content
--00151757470054ee0d047f149216
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I'm using Apache to redirect request via reverse proxy to Tomcat on port
8080. On most of the pages, it will work flawlessly. However, on some pages,
it seems that Apache will incorrectly modify the HTML content (IMO, as part
of URL transformation). For example the following code:
<span class="blog-category-level"><a
href="/Blog/CategoryRss?xpage=plain&category=Blog.News" title="RSS">
becomes:
<span class="blog-category-level"><a href="<span class="wikiexternallink"><a
class="wikimodel-freestanding" href="
http://wiki.knowledgesharing.in.th/Blog/CategoryRss?xpage=pl ain&category=Blog.News"><span
class="wikigeneratedlinkcontent">
http://wiki.knowledgesharing.in.th/Blog/CategoryRss?xpage=pl ain&category=Blog.News</span></a></span>"
title="RSS">
with a mysterious span code inside href attribute.
FYI, the original HTML validated as XHTML 1.0 Strict.
I have no idea what cause this. Please help.
My setting is as follow.
Apache version:
I have this issue with Apache on both Ubuntu 8.04 and 9.10, i.e. the
following versions:
Server version: Apache/2.2.8 (Ubuntu)
Server built: Nov 13 2009 21:58:02
Server version: Apache/2.2.12 (Ubuntu)
Server built: Nov 12 2009 22:51:51
The reverse proxy is configured as follow:
<VirtualHost *:80>
ServerName wiki.knowledgesharing.in.th
ServerAdmin "admin AT knowledgesharing DOT in DOT th"
ServerSignature Email
ProxyPass / http://wiki.knowledgesharing.in.th:8080/
ProxyPassReverse / http://wiki.knowledgesharing.in.th:8080/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
</VirtualHost>
The site is live, so you could try it at:
http://wiki.knowledgesharing.in.th/Blog/ (via Apache reverse proxy)
http://wiki.knowledgesharing.in.th:8080/Blog/ (direct to Tomcat, without
reverse proxy)
Thank you very much,
Pongtawat
--00151757470054ee0d047f149216
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello,<div><br></div><div>I'm using Apache to redirect request via reve=
rse proxy to Tomcat on port 8080. On most of the pages, it will work flawle=
ssly. However, on some pages, it seems that Apache will incorrectly modify =
the HTML content (IMO, as part of URL transformation). For example the foll=
owing code:</div>
<div><br></div><div><span class=3D"blog-category-level"><=
;a href=3D" /Blog/CategoryRss?xpage=3Dplain&category=3DBlog.New=
s" title=3D"RSS"></div><div><br></div><div>becomes:</div>=
<div><br>
</div><div><span class=3D"blog-category-level"><a href=
=3D"<span class=3D"wikiexternallink"><a class=3D&qu=
ot;wikimodel-freestanding" href=3D"<a href=3D"http://wiki.knowled=
gesharing.in.th/Blog/CategoryRss?xpage=3Dplain&amp;c ategory=3DBlog.=
News">http://wiki.knowledgesharing.in.th/Blog/CategoryRss?xp age=3Dplain&=
;amp;amp;category=3DBlog.News</a>"><span class=3D"wikigener=
atedlinkcontent"><a href=3D"http://wiki.knowledgesharing.in.th/Blog=
/CategoryRss?xpage=3Dplain&amp;category=3DBlog.News" >http://wiki.kn=
owledgesharing.in.th/Blog/CategoryRss?xpage=3Dplain& amp;category=3D=
Blog.News</a></span></a></span>" title=3D"RSS&q=
uot;></div>
<div><br></div><div>with a mysterious span code inside href attribute.</div=
><div><br></div><div>FYI, the original HTML validated as XHTML 1.0 Strict.<=
/div><div><br></div><div>I have no idea what cause this. Please help.</div>
<div><br></div><div>My setting is as follow.</div><div><br></div><div>Apach=
e version:=A0</div><div>I have this issue with Apache on both Ubuntu 8.04 a=
nd 9.10, i.e. the following versions:</div><div><br></div><div><div>Server =
version: Apache/2.2.8 (Ubuntu)</div>
<div>Server built: =A0 Nov 13 2009 21:58:02</div><div><br></div><div><div>S=
erver version: Apache/2.2.12 (Ubuntu)</div><div>Server built: =A0 Nov 12 20=
09 22:51:51</div></div><div><br></div><div>The reverse proxy is configured =
as follow:</div>
<div><br></div><div><div><VirtualHost *:80></div><div><span class=3D"=
Apple-tab-span" style=3D"white-space:pre"> </span>ServerName <a href=3D"htt=
p://wiki.knowledgesharing.in.th">wiki.knowledgesharing.in.th</a></div><div>=
<span class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>ServerAdmi=
n "admin AT knowledgesharing DOT in DOT th"</div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>Serve=
rSignature Email</div><div><br></div><div><span class=3D"Apple-tab-span" st=
yle=3D"white-space:pre"> </span>ProxyPass / <a href=3D"http://wiki.knowledg=
esharing.in.th:8080/">http://wiki.knowledgesharing.in.th:808 0/</a></div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>Proxy=
PassReverse / <a href=3D"http://wiki.knowledgesharing.in.th:8080/">http://w=
iki.knowledgesharing.in.th:8080/</a></div><div><br></div><div><span class=
=3D"Apple-tab-span" style=3D"white-space:pre"> </span><Directory /></=
div>
<div><span class=3D"Apple-tab-span" style=3D"white-space:pre"> </span>Opti=
ons FollowSymLinks</div><div><span class=3D"Apple-tab-span" style=3D"white-=
space:pre"> </span>AllowOverride None</div><div><span class=3D"Apple-tab-s=
pan" style=3D"white-space:pre"> </span></Directory></div>
<div></VirtualHost></div><div><br></div><div>The site is live, so you=
could try it at:</div><div><br></div><div><a href=3D"http://wiki.knowledge=
sharing.in.th/Blog/">http://wiki.knowledgesharing.in.th/Blog /</a> (via Apac=
he reverse proxy)</div>
<div><a href=3D"http://wiki.knowledgesharing.in.th:8080/Blog/">http://wiki.=
knowledgesharing.in.th:8080/Blog/</a> (direct to Tomcat, without reverse pr=
oxy)</div><div><br></div><div>Thank you very much,</div><div>Pongtawat</div=
>
</div></div>
--00151757470054ee0d047f149216--
Re: Reverse Proxy incorrectly transform content
On Mon, Feb 8, 2010 at 10:50 AM, Pongtawat Chippimolchai
<pongtawat.ait [at] gmail.com> wrote:
> Hello,
> I'm using Apache to redirect request via reverse proxy to Tomcat on port
> 8080. On most of the pages, it will work flawlessly. However, on some pag=
es,
> it seems that Apache will incorrectly modify the HTML content (IMO, as pa=
rt
> of URL transformation). For example the following code:
> <span class=3D"blog-category-level"><a
> href=3D"/Blog/CategoryRss?xpage=3Dplain&category=3DBlog. News" title=
=3D"RSS">
> becomes:
> <span class=3D"blog-category-level"><a href=3D"<span class=3D"wikiexterna=
llink"><a
> class=3D"wikimodel-freestanding"
> href=3D"http://wiki.knowledgesharing.in.th/Blog/CategoryRss? xpage=3Dplain=
&category=3DBlog.News"><span
> class=3D"wikigeneratedlinkcontent">http://wiki.knowledgeshar ing.in.th/Blo=
g/CategoryRss?xpage=3Dplain&category=3DBlog.News</span></a></span>"
> title=3D"RSS">
> with a mysterious span code inside href attribute.
> FYI, the original HTML validated as XHTML 1.0 Strict.
> I have no idea what cause this. Please help.
> My setting is as follow.
> Apache version:
> I have this issue with Apache on both Ubuntu 8.04 and 9.10, i.e. the
> following versions:
> Server version: Apache/2.2.8 (Ubuntu)
> Server built: =C2=A0 Nov 13 2009 21:58:02
> Server version: Apache/2.2.12 (Ubuntu)
> Server built: =C2=A0 Nov 12 2009 22:51:51
> The reverse proxy is configured as follow:
> <VirtualHost *:80>
> ServerName wiki.knowledgesharing.in.th
> ServerAdmin "admin AT knowledgesharing DOT in DOT th"
> ServerSignature Email
> ProxyPass / http://wiki.knowledgesharing.in.th:8080/
> ProxyPassReverse / http://wiki.knowledgesharing.in.th:8080/
> <Directory />
> Options FollowSymLinks
> AllowOverride None
> </Directory>
> </VirtualHost>
> The site is live, so you could try it at:
> http://wiki.knowledgesharing.in.th/Blog/ (via Apache reverse proxy)
> http://wiki.knowledgesharing.in.th:8080/Blog/ (direct to Tomcat, without
> reverse proxy)
> Thank you very much,
> Pongtawat
ProxyPass and ProxyPassReverse do not modify the HTML content of the
page. From the docs of ProxyPassReverse:
Only the HTTP response headers specifically mentioned above will be
rewritten. Apache will not rewrite other response headers, nor will it
rewrite URL references inside HTML pages. This means that if the
proxied content contains absolute URL references, they will by-pass
the proxy. A third-party module that will look inside the HTML and
rewrite URL references is Nick Kew's mod_proxy_html.
Cheers
Tom
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Reverse Proxy incorrectly transform content
--001636834258b4db35047f233bef
Content-Type: text/plain; charset=ISO-8859-1
Dear Tom,
Thank you very much for clarifying this. That explains why it work correctly
if I save the page as HTML and let Tomcat serve it statically behind Apache
reverse proxy. So, there must be something wrong with XWiki apps when
working behind Apache. I have checked the request that was send to Tomcat
and it seems ok. So, it might be something in the header or environment?
Thank you,
Pongtawat
On Mon, Feb 8, 2010 at 6:35 PM, Tom Evans <tevans.uk [at] googlemail.com> wrote:
> On Mon, Feb 8, 2010 at 10:50 AM, Pongtawat Chippimolchai
> <pongtawat.ait [at] gmail.com> wrote:
> > Hello,
> > I'm using Apache to redirect request via reverse proxy to Tomcat on port
> > 8080. On most of the pages, it will work flawlessly. However, on some
> pages,
> > it seems that Apache will incorrectly modify the HTML content (IMO, as
> part
> > of URL transformation). For example the following code:
> > <span class="blog-category-level"><a
> > href="/Blog/CategoryRss?xpage=plain&category=Blog.News" title="RSS">
> > becomes:
> > <span class="blog-category-level"><a href="<span
> class="wikiexternallink"><a
> > class="wikimodel-freestanding"
> > href="
> http://wiki.knowledgesharing.in.th/Blog/CategoryRss?xpage=pl ain&category=Blog.News
> "><span
> > class="wikigeneratedlinkcontent">
> http://wiki.knowledgesharing.in.th/Blog/CategoryRss?xpage=pl ain&category=Blog.News
> </span></a></span>"
> > title="RSS">
> > with a mysterious span code inside href attribute.
> > FYI, the original HTML validated as XHTML 1.0 Strict.
> > I have no idea what cause this. Please help.
> > My setting is as follow.
> > Apache version:
> > I have this issue with Apache on both Ubuntu 8.04 and 9.10, i.e. the
> > following versions:
> > Server version: Apache/2.2.8 (Ubuntu)
> > Server built: Nov 13 2009 21:58:02
> > Server version: Apache/2.2.12 (Ubuntu)
> > Server built: Nov 12 2009 22:51:51
> > The reverse proxy is configured as follow:
> > <VirtualHost *:80>
> > ServerName wiki.knowledgesharing.in.th
> > ServerAdmin "admin AT knowledgesharing DOT in DOT th"
> > ServerSignature Email
> > ProxyPass / http://wiki.knowledgesharing.in.th:8080/
> > ProxyPassReverse / http://wiki.knowledgesharing.in.th:8080/
> > <Directory />
> > Options FollowSymLinks
> > AllowOverride None
> > </Directory>
> > </VirtualHost>
> > The site is live, so you could try it at:
> > http://wiki.knowledgesharing.in.th/Blog/ (via Apache reverse proxy)
> > http://wiki.knowledgesharing.in.th:8080/Blog/ (direct to Tomcat, without
> > reverse proxy)
> > Thank you very much,
> > Pongtawat
>
> ProxyPass and ProxyPassReverse do not modify the HTML content of the
> page. From the docs of ProxyPassReverse:
>
> Only the HTTP response headers specifically mentioned above will be
> rewritten. Apache will not rewrite other response headers, nor will it
> rewrite URL references inside HTML pages. This means that if the
> proxied content contains absolute URL references, they will by-pass
> the proxy. A third-party module that will look inside the HTML and
> rewrite URL references is Nick Kew's mod_proxy_html.
>
> Cheers
>
> Tom
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--001636834258b4db35047f233bef
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Dear Tom,<div><br></div><div>Thank you very much for clarifying this. That =
explains why it work correctly if I save the page as HTML and let Tomcat se=
rve it statically behind Apache reverse proxy. So, there must be something =
wrong with XWiki apps when working behind Apache. I have checked the reques=
t that was send to Tomcat and it seems ok. So, it might be something in the=
header or environment?</div>
<div><br></div><div>Thank you,</div><div>Pongtawat<br><br><div class=3D"gma=
il_quote">On Mon, Feb 8, 2010 at 6:35 PM, Tom Evans <span dir=3D"ltr"><<=
a href=3D"http://tevans.uk">tevans.uk</a> [at] <a href=3D"http://googlemail.com"=
>googlemail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;"><div><div></div><div class=3D"h5">On Mon, F=
eb 8, 2010 at 10:50 AM, Pongtawat Chippimolchai<br>
<<a href=3D"mailto:pongtawat.ait [at] gmail.com">pongtawat.ait [at] gmail.com</a>&=
gt; wrote:<br>
> Hello,<br>
> I'm using Apache to redirect request via reverse proxy to Tomcat o=
n port<br>
> 8080. On most of the pages, it will work flawlessly. However, on some =
pages,<br>
> it seems that Apache will incorrectly modify the HTML content (IMO, as=
part<br>
> of URL transformation). For example the following code:<br>
> <span class=3D"blog-category-level"><a<br>
> href=3D"/Blog/CategoryRss?xpage=3Dplain&category=3DBlog.N=
ews" title=3D"RSS"><br>
> becomes:<br>
> <span class=3D"blog-category-level"><a href=3D"=
;<span class=3D"wikiexternallink"><a<br>
> class=3D"wikimodel-freestanding"<br>
> href=3D"<a href=3D"http://wiki.knowledgesharing.in.th/Blog/Catego=
ryRss?xpage=3Dplain&amp;category=3DBlog.News" target=3D"_blank">htt=
p://wiki.knowledgesharing.in.th/Blog/CategoryRss?xpage=3Dpla in&amp;=
category=3DBlog.News</a>"><span<br>
> class=3D"wikigeneratedlinkcontent"><a href=3D"http://wiki=
..knowledgesharing.in.th/Blog/CategoryRss?xpage=3Dplain& amp;amp;category=
=3DBlog.News" target=3D"_blank">http://wiki.knowledgesharing.in.th/Blog/Ca t=
egoryRss?xpage=3Dplain&amp;category=3DBlog.News</a></span><=
;/a></span>"<br>
> title=3D"RSS"><br>
> with a mysterious span code inside href attribute.<br>
> FYI, the original HTML validated as XHTML 1.0 Strict.<br>
> I have no idea what cause this. Please help.<br>
> My setting is as follow.<br>
> Apache version:<br>
> I have this issue with Apache on both Ubuntu 8.04 and 9.10, i.e. the<b=
r>
> following versions:<br>
> Server version: Apache/2.2.8 (Ubuntu)<br>
> Server built: =A0 Nov 13 2009 21:58:02<br>
> Server version: Apache/2.2.12 (Ubuntu)<br>
> Server built: =A0 Nov 12 2009 22:51:51<br>
> The reverse proxy is configured as follow:<br>
> <VirtualHost *:80><br>
> ServerName <a href=3D"http://wiki.knowledgesharing.in.th" target=3D"_b=
lank">wiki.knowledgesharing.in.th</a><br>
> ServerAdmin "admin AT knowledgesharing DOT in DOT th"<br>
> ServerSignature Email<br>
> ProxyPass / <a href=3D"http://wiki.knowledgesharing.in.th:8080/" targe=
t=3D"_blank">http://wiki.knowledgesharing.in.th:8080/</a><br>
> ProxyPassReverse / <a href=3D"http://wiki.knowledgesharing.in.th:8080/=
" target=3D"_blank">http://wiki.knowledgesharing.in.th:8080/</a><br>
> <Directory /><br>
> Options FollowSymLinks<br>
> AllowOverride None<br>
> </Directory><br>
> </VirtualHost><br>
> The site is live, so you could try it at:<br>
> <a href=3D"http://wiki.knowledgesharing.in.th/Blog/" target=3D"_blank"=
>http://wiki.knowledgesharing.in.th/Blog/</a> (via Apache reverse proxy)<br=
>
> <a href=3D"http://wiki.knowledgesharing.in.th:8080/Blog/" target=3D"_b=
lank">http://wiki.knowledgesharing.in.th:8080/Blog/</a> (direct to Tomcat, =
without<br>
> reverse proxy)<br>
> Thank you very much,<br>
> Pongtawat<br>
<br>
</div></div>ProxyPass and ProxyPassReverse do not modify the HTML content o=
f the<br>
page. From the docs of ProxyPassReverse:<br>
<br>
Only the HTTP response headers specifically mentioned above will be<br>
rewritten. Apache will not rewrite other response headers, nor will it<br>
rewrite URL references inside HTML pages. This means that if the<br>
proxied content contains absolute URL references, they will by-pass<br>
the proxy. A third-party module that will look inside the HTML and<br>
rewrite URL references is Nick Kew's mod_proxy_html.<br>
<br>
Cheers<br>
<div><div></div><div class=3D"h5"><br>
Tom<br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</div></div></blockquote></div><br></div>
--001636834258b4db35047f233bef--
Re: Reverse Proxy incorrectly transform content
Hi Pongtawat,
We have worked on a similar issue with the Pentaho business
intelligence suite. If you are using Apache 2.2 + You can use
mob_substitute and have rules that change the domain name and fix
these issues.
I believe these issues are caused by dynamically generated URLs via
JavaScript etc.
Happy to share my configuration. Hope this helps.
On Tue, Feb 9, 2010 at 3:20 PM, Pongtawat Chippimolchai
<pongtawat.ait [at] gmail.com> wrote:
> Dear Tom,
> Thank you very much for clarifying this. That explains why it work correc=
tly
> if I save the page as HTML and let Tomcat serve it statically behind Apac=
he
> reverse proxy. So, there must be something wrong with XWiki apps when
> working behind Apache. I have checked the request that was send to Tomcat
> and it seems ok. So, it might be something in the header or environment?
> Thank you,
> Pongtawat
>
> On Mon, Feb 8, 2010 at 6:35 PM, Tom Evans <tevans.uk [at] googlemail.com> wrot=
e:
>>
>> On Mon, Feb 8, 2010 at 10:50 AM, Pongtawat Chippimolchai
>> <pongtawat.ait [at] gmail.com> wrote:
>> > Hello,
>> > I'm using Apache to redirect request via reverse proxy to Tomcat on po=
rt
>> > 8080. On most of the pages, it will work flawlessly. However, on some
>> > pages,
>> > it seems that Apache will incorrectly modify the HTML content (IMO, as
>> > part
>> > of URL transformation). For example the following code:
>> > <span class=3D"blog-category-level"><a
>> > href=3D"/Blog/CategoryRss?xpage=3Dplain&category=3DBlog. News" titl=
e=3D"RSS">
>> > becomes:
>> > <span class=3D"blog-category-level"><a href=3D"<span
>> > class=3D"wikiexternallink"><a
>> > class=3D"wikimodel-freestanding"
>> >
>> > href=3D"http://wiki.knowledgesharing.in.th/Blog/CategoryRss? xpage=3Dpl=
ain&category=3DBlog.News"><span
>> >
>> > class=3D"wikigeneratedlinkcontent">http://wiki.knowledgeshar ing.in.th/=
Blog/CategoryRss?xpage=3Dplain&category=3DBlog.News</span></a></spa=
n>"
>> > title=3D"RSS">
>> > with a mysterious span code inside href attribute.
>> > FYI, the original HTML validated as XHTML 1.0 Strict.
>> > I have no idea what cause this. Please help.
>> > My setting is as follow.
>> > Apache version:
>> > I have this issue with Apache on both Ubuntu 8.04 and 9.10, i.e. the
>> > following versions:
>> > Server version: Apache/2.2.8 (Ubuntu)
>> > Server built: =A0 Nov 13 2009 21:58:02
>> > Server version: Apache/2.2.12 (Ubuntu)
>> > Server built: =A0 Nov 12 2009 22:51:51
>> > The reverse proxy is configured as follow:
>> > <VirtualHost *:80>
>> > ServerName wiki.knowledgesharing.in.th
>> > ServerAdmin "admin AT knowledgesharing DOT in DOT th"
>> > ServerSignature Email
>> > ProxyPass / http://wiki.knowledgesharing.in.th:8080/
>> > ProxyPassReverse / http://wiki.knowledgesharing.in.th:8080/
>> > <Directory />
>> > Options FollowSymLinks
>> > AllowOverride None
>> > </Directory>
>> > </VirtualHost>
>> > The site is live, so you could try it at:
>> > http://wiki.knowledgesharing.in.th/Blog/ (via Apache reverse proxy)
>> > http://wiki.knowledgesharing.in.th:8080/Blog/ (direct to Tomcat, witho=
ut
>> > reverse proxy)
>> > Thank you very much,
>> > Pongtawat
>>
>> ProxyPass and ProxyPassReverse do not modify the HTML content of the
>> page. From the docs of ProxyPassReverse:
>>
>> Only the HTTP response headers specifically mentioned above will be
>> rewritten. Apache will not rewrite other response headers, nor will it
>> rewrite URL references inside HTML pages. This means that if the
>> proxied content contains absolute URL references, they will by-pass
>> the proxy. A third-party module that will look inside the HTML and
>> rewrite URL references is Nick Kew's mod_proxy_html.
>>
>> Cheers
>>
>> Tom
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> =A0 " =A0 from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>
>
--
Follow me on Twitter, http://twitter.com/mdevraj
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org