Re: apache/ force file proccess

2000-10-24 Thread Ilya Konstantinov
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

Re: apache/ force file proccess

2000-10-11 Thread Ben-Nes Michael
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

Re: apache/ force file proccess

2000-10-11 Thread Moshe Zadka
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

Re: apache/ force file proccess

2000-10-11 Thread Evgeny Zemlerub
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

RE: apache/ force file proccess

2000-10-11 Thread Chen Shapira
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: > > >

Re: apache/ force file proccess

2000-10-11 Thread Ben-Nes Michael
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

Re: apache/ force file proccess

2000-10-11 Thread Moshe Zadka
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