On Wed, Oct 11, 2000 at 03:47:08PM +0200, Ben-Nes Michael wrote:
> What i had in mind
>
> Is when surfer get into some directory (lets say admin), before every request
> a PHP script which exist in file.php must be served.
Additionally to what Evgeny said, you can to it not system-wide
but apply
Working Gr8 :)
Should be in much more viewable place in the manual
Thx
Ilya Konstantinov wrote:
> On Wed, Oct 11, 2000 at 03:47:08PM +0200, Ben-Nes Michael wrote:
> > What i had in mind
> >
> > Is when surfer get into some directory (lets say admin), before every request
> > a PHP script which
On Wed, 11 Oct 2000, Ben-Nes Michael wrote:
> What i had in mind
>
> Is when surfer get into some directory (lets say admin), before every request
> a PHP script which exist in file.php must be served.
Here's how (it's not going to be easy):
Write an Apache C module which is linked with libphp
If all files in this directory are parsed by php, then you can use command
auto_prepend_file = something
in php.ini
Ben-Nes Michael wrote:
> What i had in mind
>
> Is when surfer get into some directory (lets say admin), before every request
> a PHP script which exist in file.php must be se
TECTED]
> Subject: Re: apache/ force file proccess
>
>
> What i had in mind
>
> Is when surfer get into some directory (lets say admin),
> before every request
> a PHP script which exist in file.php must be served.
>
> Moshe Zadka wrote:
>
> >
What i had in mind
Is when surfer get into some directory (lets say admin), before every request
a PHP script which exist in file.php must be served.
Moshe Zadka wrote:
> On Wed, 11 Oct 2000, Ben-Nes Michael wrote:
>
> > Hi
> >
> > Any one know how to tell the apache to process specific file be
On Wed, 11 Oct 2000, Ben-Nes Michael wrote:
> Hi
>
> Any one know how to tell the apache to process specific file before each
> file is processed ?
What do you mean by "process"? If you're writing a C apache module,
and you want to do something before every file serve, (or any other
serve),
jus