I'm running Apache 2.x with mod_php and mod_auth_kerb.
With CGIs, mod_auth_kerb uses the basic authentication response password to obtain a TGT. The password itself is not exposed to the CGI. Great.
With PHP scripts, PHP provides the basic auth challenge, sets PHP_AUTH_USER and _PW, and mod_a
Can anyone show me the example of using passthru
..I want to use and external program (DOS) to calculate user input and produce
the output in the web . anyone know please show me the example code .
K, for starters, I'm trying to compile under Slackware Linux 9.1.
Here's my configure line:
/configure --with-apxs --with-openssl --with-kerberos --with-zlib --enable-bcmath
--with-bz2 --enable-exif --enable-ftp --with-gd --with-jpeg-dir --with-png-dir
--with-xpm-dir --with-freetype-dir --enab
I'm trying to configure a new install of PHP 5.0.4 on a Windows 2003 server
using the IIS 6.0 webserver. When I run the script I get
the following error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers.
I have performed the following tests:
1)