You write: > You are right, the "action" keyword is of much help here. One has to > establish a handler and use it in conjunction with the "action". If your using php, you can just use the php configuration variable auto_prepend_file. Here's the documentation from the manual at www.php.net auto_prepend_file string Specifies the name of a file that is automatically parsed before the main file. The file is included as if it was called with the include() function, so include_path is used. The special value none disables auto-prepending. ----- Original Message ----- From: "Victor Tsaran" <tsar@xxxxxxxxxxxxxxxx> To: <speakup at braille.uwo.ca> Sent: 28 November, 2001 11:33 AM Subject: Re: Re: Autoprepending scripts with Apache thanks for the message. I found my question partially answered in the Apache's FAQ. You are right, the "action" keyword is of much help here. One has to establish a handler and use it in conjunction with the "action". Best and thanks, Vic ----- Original Message ----- From: "Ari Moisio" <armoi@xxxxxx> To: "Speakup mailing list" <speakup at braille.uwo.ca> Sent: Wednesday, November 28, 2001 12:50 PM Subject: OT: Re: Autoprepending scripts with Apache > Hello > > Action keyword might help, somethin like > action text/html your/script.php > inhttpd.conf > > That script will toutput requested page to its standard input. File > name is at some environment variable, $PATH_TRANSLATED iirc. > > Victor Tsaran 28.11.01: > > >Those of you, who are experts in Apache server administration. Do you know > >if there is an option to auto_prepend a certain script to any .html file > >parsed by the server? For example, I have a script written in PHP and I want > >it to be attached to every .html file of the website. Please note that I > >would like to avoid using SSI because this would involve modifying all the > >pages on the website. > >Would be grateful for any advice. > >Victor > > > > -- > Mr. Ari Moisio, Niittykatu 7, 41160 Tikkakoski, +358-40-5055239 > ari.moisio at iki.fi http://www.iki.fi/arimo PGP-keyID: 0x3FAF0F05 > > > > _______________________________________________ > Speakup mailing list > Speakup at braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >