Re: php as cgi
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 13:04:52 +0100
Captain Dondo wrote:
> I am trying to use php 4.4.2 as a cgi scripting language. I am running
> a self-built linux distribution, with php 4.4.2 compiled from source.
> I am using the busybox web server, which doesn't have the ability to
> incorporate php as a module.
>
> The problem I am having is that php is insistent about sending
>
> X-Powered-By: PHP/4.4.2
Check php.ini. Search for
expose_php = On
> Content-type: text/html
Look in php.ini
Search for
default_mimetype = "text/html"
>
> at the start instead of
>
> HTTP/1.0 200 OK
> Content-type: text/plain
>
> Any way I can get php to quit doing what it's doing and do what I think
> it should be doing?
Yep. :-)
Change php.ini
You can also use ini_set() to overrule php.ini per script basis.
Regards,
Erwin Moller
>
> TIA,
>
> --Yan
.
- References:
- php as cgi
- From: Captain Dondo
- php as cgi
- Prev by Date: Re: php as cgi
- Next by Date: Re: beginner question on multidimensional arrays
- Previous by thread: Re: php as cgi
- Next by thread: PHP + email
- Index(es):
Relevant Pages
|