Hi !

what i want is to write something in PHP which does authentication
(not basic auth but my own DB driven stuff) and after that something
apache resumes normal operation so that whatever is served afterwards
does not need to know anything of the auth process.
e.g.:

--> apache --> PHP-script --> apache --> static.html
or:
--> apache --> PHP-script --> apache --> PHP.php
or:
--> apache --> PHP-script --> apache --> perl.pl
or:
--> apache --> PHP-script --> apache --> acrobat.pdf

and all POST or GET data if there should be passed along for forms to work,
or uploads.

so is that possible ?

Zoff.

Jason Wong wrote:
On Thursday 03 April 2003 22:38, Zoff wrote:


that's not what I want.
I want something where all the POST and GET data gets passed thru
transparently. and where I can serve static and dynamic pages as well.
mod_perl can do this.


In that case I really have no idea what you want. Could you give further details on what you're trying to do?



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to