You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Muhammad Rizwan <ri...@nixpanel.com> on 2006/02/15 17:25:24 UTC

Re: [users@httpd] CGI script with & without dash in name on Apache 2.0.55

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é Malo wrote:
> * "Jan van den Berg" <ja...@isp.solcon.nl> 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-stream save as/open with")?!?! So like
> > this:
> > 
> > www.site.com/cgi-bin/nph-hits?width=5&link=http://www.hitsite.com
> > 
> > The content of the script and all the rights are exactly the same?!
> > However Apache seems to be handling it differently. I am running Apache
> > 2.0.55 with just plain perl 5.8.4 (no mod_perl).
> 
> mod_cgi has a feature called 'nph-scripts'. All output from scripts named
> 'nph-*' is not parsed according to the CGI/HTTP rules, but passed directly to
> the browser. nph stands for 'no parsed header'.
> 
> Yes, this feature is badly documented and kind of a legacy one.
> 
> nd
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org