Re: [EMAIL PROTECTED] transparent proxy support in Apache?

2007-08-01 Thread Jason Haar
Vincent Bray wrote: > I'm a bit confused by your terminology. From what I understand a > transparent proxy is the kind which is put in front of clients by > dodgy ISPs (such as my own) to perform things like caching and > nanny-filtering, without having to properly configure a proxy in the > user's

Re: [EMAIL PROTECTED] transparent proxy support in Apache?

2007-08-01 Thread Vincent Bray
This question is somewhat out of my area, but let's have a go.. On 02/08/07, Jason Haar <[EMAIL PROTECTED]> wrote: > Hi there > > I'm making a WAF (Web Application Firewall) based around Linux/Apache > and mod_security, and as part of the design, thought that making it a > transparent (reverse) p

Re: [EMAIL PROTECTED] mod_rewrite - First letter

2007-08-01 Thread Vincent Bray
On 02/08/07, Admin - SDAKAR WEB <[EMAIL PROTECTED]> wrote: > Hello, > Can I get first letter from %1? Thanks. You can probably use a RewriteMap for this, but you'd be better off just capturing the first letter in your RewriteCond, like: RewriteCond %{HTTP_HOST} ^(.).* RewriteRule /foo /bar O

Re: [EMAIL PROTECTED] noob alert

2007-08-01 Thread Harvey Saayman
im running windows XP , thx alot HaRvEy SaaymaN [EMAIL PROTECTED] <<---< Chaos reigns within >--->> <<---< Reflect, repent, and reboot >--->> <<---< Order shall return >--->> - Original Message - From: "Richard Edward Horner" <[EMAIL PROTECTED]> To: S

Re: [EMAIL PROTECTED] How to interpret server-status from mod_status module?

2007-08-01 Thread Ramdas . Hegde
Thanks for the quick turn around. The reason i had the doubt was since there are 7 other webservers in the webserver farm to which the load balancer sends requests and only the first one seems to have 400 slots shown. The others have of the order of < 200 slots shown - though the number of active w

[EMAIL PROTECTED] mod_rewrite - First letter

2007-08-01 Thread Admin - SDAKAR WEB
Hello, Can I get first letter from %1? Thanks. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] How to interpret server-status from mod_status module?

2007-08-01 Thread Joshua Slive
On 8/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I am using Apache 2.0.48 in prefork MPM mode and am not sure how to > interpret the stat which shows "accesses this connection/child/slot". > What is a "slot" ?The server-status shows 400 slots with most of them > being "open slot wi

[EMAIL PROTECTED] How to interpret server-status from mod_status module?

2007-08-01 Thread Ramdas . Hegde
I am using Apache 2.0.48 in prefork MPM mode and am not sure how to interpret the stat which shows "accesses this connection/child/slot". What is a "slot" ?The server-status shows 400 slots with most of them being "open slot with no process" and the rest which is less than 30 workers being

Re: [EMAIL PROTECTED] noob alert

2007-08-01 Thread Richard Edward Horner
Try Dev Shed: http://www.devshed.com/c/a/Apache/Getting-Started-with-Apache/ Aside from that, you probably want to look at something written for your platform. What are you running? Linux? BSD? Windows? Later, Rich(ard) On 8/1/07, Harvey Saayman <[EMAIL PROTECTED]> wrote: > > > hi there > > im

[EMAIL PROTECTED] noob alert

2007-08-01 Thread Harvey Saayman
hi there im totaly new to http servers nevermind apatche... can someone please help me with a crash cource or quick start guide? or were i can find one? thanx HaRvEy SaaymaN [EMAIL PROTECTED] <<---< Chaos reigns within >--->> <<---< Reflect, repent, and reboot >---

Re: [EMAIL PROTECTED] HTTP Error: "Website declined to show this webpage."

2007-08-01 Thread Frederick Lamartin
After all efforts to restart Apache, for the third time, I reinstalled the server. It appears to be working. Again, I shall attempt to configure the server correctly. In the meantime, because this thread is so long and outdated, I propose to abandon it and start a new thread if needed. - O

[EMAIL PROTECTED] transparent proxy support in Apache?

2007-08-01 Thread Jason Haar
Hi there I'm making a WAF (Web Application Firewall) based around Linux/Apache and mod_security, and as part of the design, thought that making it a transparent (reverse) proxy would be a good move from a disaster recovery perspective (i.e. if it blew up you could just wire around it and the back

Re: [EMAIL PROTECTED] Getting mod_rewrite to load/work in apache 2.2

2007-08-01 Thread Joshua Slive
On 8/1/07, Philip Renich <[EMAIL PROTECTED]> wrote: > > Hello, > I've just installed Apache 2.2 and cannot seem to get mod_rewrite to work. > The LoadModule command is uncommented, Options FollowSymLinks is set in > Directory / I've searched around on Google and places, but most docs or > help I

[EMAIL PROTECTED] Getting mod_rewrite to load/work in apache 2.2

2007-08-01 Thread Philip Renich
Hello, I've just installed Apache 2.2 and cannot seem to get mod_rewrite to work. The LoadModule command is uncommented, Options FollowSymLinks is set in Directory /  I've searched around on Google and places, but most docs or help I find is related to 1.3/4 (which I also didn't get it working

Re: [EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-01 Thread Joshua Slive
On 8/1/07, tom <[EMAIL PROTECTED]> wrote: > Hi, > > is there a way to remove the X-Forwarded-For header from the request before > it enters some point in the request route through apache? I need this because > the weblogic module honors the header and this is not what is needed by us. > You can

[EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-01 Thread tom
Hi, is there a way to remove the X-Forwarded-For header from the request before it enters some point in the request route through apache? I need this because the weblogic module honors the header and this is not what is needed by us. Thanks for your responses Tomas ---