Re: [us...@httpd] RewriteRule & jsessionid

2010-11-17 Thread Sai A
On Wed, Nov 17, 2010 at 6:34 PM, Sébastien Moretti < sebastien.more...@unil.ch> wrote: > Hi > > I experience some problem with apache, mod_rewrite and mod_proxy. > I get some timeouts that deny access to the server. > Here is the error message I get: > > (70007)The timeout specified has expired: p

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-15 Thread Sai A
dina wrote: > When you say: > > > "I've tried the above both inside and outside the virtual host." > > do you mean you have already tried absolute path? For instance: > > RewriteLog "/var/apache2/log/rewrite.log" > > iñ > > > 2010/11/

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
writeLog "logs/file.log" > > iñ > El 13/11/2010 16:24, "Sai A" escribió: >

Re: [us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
rtual host, but still it is empty. On Sat, Nov 13, 2010 at 8:45 PM, Eric Covener wrote: > On Sat, Nov 13, 2010 at 10:14 AM, Sai A wrote: > > Hi, > > > > I am trying to write a few rewrite rules for on my Apache server (ver > > 2.0.47) for a specific virtual host. I know

[us...@httpd] Rewrite logs are empty (Apache 2.0.47)

2010-11-13 Thread Sai A
Hi, I am trying to write a few rewrite rules for on my Apache server (ver 2.0.47) for a specific virtual host. I know some rewriting happens but no log is getting generated. I searched on Google and found a lot of threads, unfortunately none of the ones I read solved my problem. I have done all of

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Sai A
Tom, Thanks for that correction. I got a little confused. On Fri, Nov 12, 2010 at 4:01 PM, Tom Evans wrote: > On Fri, Nov 12, 2010 at 10:16 AM, Sai A wrote: > > More specifically, look at the > > ProxyPass and ProxyPassReverse directives that are present in mod_proxy. > >

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-12 Thread Sai A
More specifically, look at the ProxyPass and ProxyPassReverse directives that are present in mod_proxy. There is another directive called PreserveProxyHost that you'll have to set to on and the URL won't change in the address bar (HTTP header). Sai On Fri, Nov 12, 2010 at 3:20 PM, Green Wang wro

Re: [us...@httpd] mass proxying via mod_rewrite

2010-11-09 Thread Sai A
y.com/clientXname (but the main company URL shouldn't be proxied). 3) Is the following allowed? ProxyPass http://www.company.com ! Any inputs or suggestions on my original mail are appreciated. On Mon, Nov 8, 2010 at 11:37 PM, Sai A wrote: > Hey Nick, > > Thanks for the reply.

Re: [us...@httpd] mass proxying via mod_rewrite

2010-11-08 Thread Sai A
ient URLs. On Mon, Nov 8, 2010 at 11:23 PM, Nick Kew wrote: > On Mon, 8 Nov 2010 23:14:54 +0530 > Sai A wrote: > > > Hi Apache users/experts, > > > > I am trying to achieve proxying using mod_rewrite. > > That seems to be your mistake. > > I am trying to

[us...@httpd] mass proxying via mod_rewrite

2010-11-08 Thread Sai A
Hi Apache users/experts, I am trying to achieve proxying using mod_rewrite. I am trying to do the following mappings: Let www.company.com/foo/bar remain as such Let all special subdomains.company.com/foo/bar remain as such Proxy www.client1.com/admin to http://admin.company.com/client1name Proxy w

Re: [us...@httpd] IP based virtual hosts for SSL

2010-11-02 Thread Sai A
Hi Tonu, I myself am a newbie so don't take my words as gospel, but it looks like you are getting your configuration wrong. In order to be able to access webdev.domain.com, you must set a NameVirtualHost from what I understand. You also haven't specified a document root for webdev which you should

[us...@httpd] Complex URL Mapping

2010-11-02 Thread Sai A
Hi, I am trying to figure out how to achieve the following with Apache HTTP Server 2.0 which routes all request to a cluster of application servers. I have a bunch of applications running on various subdomains on a site. Broadly there are 3 categories of sites running on a domain name www.company