RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
apache.org Onderwerp: Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55 * "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > Great! > So that is the answer. Is there also a solution; disabling this function ie > or going around it? You can't

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread André Malo
* "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > Great! > So that is the answer. Is there also a solution; disabling this function ie > or going around it? You can't disable it but you could use mod_rewrite to point the URL to a script with another name. nd ---

RE: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
PROTECTED] CGI script with & without dash in name on Apache 2.0.55 * "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com > > This runs perfectly. However when I rename the program from 'nph' -> >

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Muhammad Rizwan
I want to run PHP and coldfusion pages on few sites hosted on my Apache web server. How can i configure this, that only few sites should run these pages while others should deny for it from the same web server. Plz. reply me if you know any thing about. Thanks, On Wed, 2006-02-15 at 11:11, André

Re: [EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread André Malo
* "Jan van den Berg" <[EMAIL PROTECTED]> wrote: > www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com > > This runs perfectly. However when I rename the program from 'nph' -> > 'nph-hits' (same UID/GID and system rights) and I run it my browser asks > what to do with the file ("octet-str

[EMAIL PROTECTED] CGI script with & without dash in name on Apache 2.0.55

2006-02-15 Thread Jan van den Berg
I have a very strange problem. I have written a cgi script that has an image file (counter) as output. I run it like this: www.site.com/cgi-bin/nph?width=5&link=http://www.hitsite.com This runs perfectly. However when I rename the program from 'nph' -> 'nph-hits' (same UID/GID and system rights)