Please let me understand the rewriterule using my data.
So it should be ?
RewriteRule ^\/http://x.com$ /index.html?DView=http://x.com [R,L,P]
From: Edel O Callaghan
To: users@httpd.apache.org; Kheng_Ee
Sent: Saturday, 26 January 2013 8:31 AM
Subject: Re:
Thank You for your reply.
We figured out the issue today
we escaped the URL as shown below and it all worked like magic!
RewriteRule ^\/home$ /index.jsp?DView=HomePage [R,L,P]
Thanks again,
Edel.
On Fri, Jan 25, 2013 at 9:26 PM, Kheng_Ee wrote:
> True no magic in IT.
> I posted the httpd co
True no magic in IT.
I posted the httpd configuration in another thread(The worker's properties
is basic standard, I can only post it on Tuesday)
Sent: Friday, 25 January 2013 2:02 PM
Subject: Apache 2.4.3/mod_jk vs mod_proxy.
This is the part of httpd.conf for non-SSL request.
Doc
On Thu, Jan 24, 2013 at 10:18 PM, ericwu wrote:
> Hi everyone,
>
>
>
> I want write one module and make sure it run before the php module,
>
> but I don't know how to start.
>
> I try write the input filter, but it's failed
>
>
>
> Somebody can tell me that which one module run before the php
On 25/01/2013 8:36 PM, "Kheng_Ee" wrote:
>
> Thanks guys for your reply. I actually switched from reverse proxy to
mod_jk and it solved it. I didn't make any changes to tomcat.
>
> However, with mod_jk I bumped into another problem which I posted earlier.
> The http://x.com has error 503.
> http
Thanks guys for your reply. I actually switched from reverse proxy to mod_jk
and it solved it. I didn't make any changes to tomcat.
However, with mod_jk I bumped into another problem which I posted earlier.
The http://x.com has error 503.
http://x.com/index.html works.
Those two url
Hi All,
Im new to Apache server. Im trying setup Apache server and subversion with
LDAP authentication using ApacheDS in Windows NT 2008 server.
Im referring some setup guides available in the internet, they say to load
mod_ldap.so and mod_authnz_ldap.so modules of Apache to integrate LDAP.
ht
Rwad about "Satisfy any"
On 25/01/2013 12:46 AM, "Brent Clark" wrote:
> Good day
>
> I currently have .htaccess on by default in my apache config.
>
> As a result, if you do a strace, you see the following example.
>
> stat64("/var/www/vb/css/dhtml_**menu.css", {st_mode=S_IFREG|0644,
> st_size=10
On 25/01/2013 6:50 PM, "Igor Cicimov" wrote:
>
>
> On 25/01/2013 6:30 PM, "Chris Geer" wrote:
> >
> > On Tue, Jan 22, 2013 at 10:51 PM, Kheng-Ee Sim
wrote:
> >>
> >> yes apache proxying to Tomcat 6 (backend server).
> >> those xx.jsp scripts are all in tomcat 6.
> >>
> >> apache and tomcat are o