Re: [EMAIL PROTECTED] Blocking proxy requests & rewrite_module

2007-10-07 Thread Joshua Slive
On 10/7/07, Phil Rhoades <[EMAIL PROTECTED]> wrote: > People, > > I have disabled the proxy server in httpd.conf: > > # > # ProxyRequests On > > but I still get thousands of proxy request lines in my access_log file > (so some of my bandwidth must still be getting wasted) - I presume these > reque

[EMAIL PROTECTED] Blocking proxy requests & rewrite_module

2007-10-07 Thread Phil Rhoades
People, I have disabled the proxy server in httpd.conf: # # ProxyRequests On but I still get thousands of proxy request lines in my access_log file (so some of my bandwidth must still be getting wasted) - I presume these requests are not being responded to but can I use the rewrite_module to di

Re: [EMAIL PROTECTED] mod_rewrite rewrites but changes uri to filepath

2007-10-07 Thread Joshua Slive
On 10/7/07, Tomek Lorek <[EMAIL PROTECTED]> wrote: > Hi there! > I'm having problems setting up a mod_rewrite on Apache 2.2.3. I have > an address like this: http://127.0.0.1/~tomek/somesite/register.php > and it works ok. I've got a /home/tomek/public_html/somesite/.htaccess > file which contains:

[EMAIL PROTECTED] Re: Struggling with Apache 2.0.54 & mod_rewrite

2007-10-07 Thread Shaun T. Erickson
On 10/7/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > I have been scratching my head over this for hours ... > > I'm trying accomplish this: > > If the UserAgent is not ABCD, and the request is for either /dir1/ or > /dir1-test/ then it should be rewritten to /dir1/info/ > > The idea is that o

Re: [EMAIL PROTECTED] mod_rewrite rewrites but changes uri to filepath

2007-10-07 Thread Tomek Lorek
Sorry, but I don't understand what you mean. br, teel 2007/10/7, ASHOK KOPARDAY <[EMAIL PROTECTED]>: > Tomek, > I have not been able to locate the step by step users manual for web hosting > for less web savvy people. > Kindly direct me so that I can search there. > Regards, > ashok > > > On 10/7

Re: [EMAIL PROTECTED] mod_rewrite rewrites but changes uri to filepath

2007-10-07 Thread ASHOK KOPARDAY
Tomek, I have not been able to locate the step by step users manual for web hosting for less web savvy people. Kindly direct me so that I can search there. Regards, ashok On 10/7/07, Tomek Lorek <[EMAIL PROTECTED]> wrote: > > Hi there! > I'm having problems setting up a mod_rewrite on Apache 2.2.3

Re: [EMAIL PROTECTED] replyRe: [EMAIL PROTECTED] Struggling with Apache 2.0.54 & mod_rewrite

2007-10-07 Thread Shaun T. Erickson
On 10/7/07, ASHOK KOPARDAY <[EMAIL PROTECTED]> wrote: > > I am not able to help you. Please post it in the group. I did. -- -ste - The official User-To-User support forum of the Apache HTTP Server Project. See http://htt

[EMAIL PROTECTED] mod_rewrite rewrites but changes uri to filepath

2007-10-07 Thread Tomek Lorek
Hi there! I'm having problems setting up a mod_rewrite on Apache 2.2.3. I have an address like this: http://127.0.0.1/~tomek/somesite/register.php and it works ok. I've got a /home/tomek/public_html/somesite/.htaccess file which contains: RewriteEngine On RewriteRule ^(.+)\.html$ $1.php [L] The rul

[EMAIL PROTECTED] replyRe: [EMAIL PROTECTED] Struggling with Apache 2.0.54 & mod_rewrite

2007-10-07 Thread ASHOK KOPARDAY
Hello Shaun, I am not able to help you. Please post it in the group. Regards, Ashok On 10/7/07, Shaun T. Erickson <[EMAIL PROTECTED]> wrote: > > I have been scratching my head over this for hours ... > > I'm trying accomplish this: > > If the UserAgent is not ABCD, and the request is for either /d

[EMAIL PROTECTED] Struggling with Apache 2.0.54 & mod_rewrite

2007-10-07 Thread Shaun T. Erickson
I have been scratching my head over this for hours ... I'm trying accomplish this: If the UserAgent is not ABCD, and the request is for either /dir1/ or /dir1-test/ then it should be rewritten to /dir1/info/ The idea is that only UAs of ABCD should get served the index file in /dir1/ or /dir1-te