[users] unsubscribe

2014-06-09 Thread Ali Jawad
unsubscribe

[us...@httpd] unsubscribe

2009-12-28 Thread Ali Jawad
On Mon, Dec 28, 2009 at 10:50 PM, Jeff Shearer wrote: > The following redirect fails: > > Redirect permanent http://192.168.0.200/private https://192.168.0.200/private > > I have 2 virtual hosts with exactly the same DocumentRoot: > > > > > > private is a directory under the DocumentRoot. > > I

[us...@httpd] Question about CSR and load balancing to Apache servers.

2009-09-07 Thread Ali Jawad
Hi I got the following network setup |---Server A Internet --load balancer---Server B |---Server C The load balancer will send the requests in round robin fashion, and the traffic will be secured using HTTPS. All servers will host one site using A

Re: [us...@httpd] prg with rewrite_map does not seem to be working, maybe a bug

2009-07-01 Thread Ali Jawad
malformed request. For assistance, contact your network support team. At me, I did undo my changes but I am still getting that error..will investigate logs. Regards On Tue, Jun 30, 2009 at 12:18 PM, Ali Jawad wrote: > I tried in apache.conf however at that point the rewrite log was not > s

Re: [us...@httpd] prg with rewrite_map does not seem to be working, maybe a bug

2009-06-30 Thread Ali Jawad
I tried in apache.conf however at that point the rewrite log was not showing anything at all as if it was not being invokedi dont have any vhosts..just a regular installation. On Tue, Jun 30, 2009 at 10:16 PM, Bob Ionescu wrote: > 2009/6/30 Ali Jawad : > > isn't it enough to s

Re: [us...@httpd] prg with rewrite_map does not seem to be working, maybe a bug

2009-06-30 Thread Ali Jawad
Hi Thanks Andre for the hint, I will try it and report back. Regards On Tue, Jun 30, 2009 at 6:19 PM, André Warnier wrote: > Ali Jawad wrote: > ... > Try : > >> >> #!/usr/bin/perl >> $| = 1; >> while () { >&g

Re: [us...@httpd] prg with rewrite_map does not seem to be working, maybe a bug

2009-06-30 Thread Ali Jawad
Hi Bob Thanks for the hint, isn't it enough to set it to on in .htacccess. Thanks On Tue, Jun 30, 2009 at 6:29 PM, Bob Ionescu wrote: > 2009/6/30 Ali Jawad : > > #Apache2.conf > > RewriteLog "/var/log/apache2/rewrite.log" > > RewriteLogLevel 9 &g

[us...@httpd] prg with rewrite_map does not seem to be working, maybe a bug

2009-06-30 Thread Ali Jawad
Hi All I have been on these for 4 days now. No matter what I feed my simple perl script in a simple rewrite_map setup it wont return any feedback when used through apache. When used through comand line it works just fine. Some background info: debian:/var/www# apache2 -v Server version: Apache/2.