apache_note() does not work on requests to a symlink, only on actual files. Eg. if index.php is symlinked to login.php, then any apache_note() in login.php will not be available to other apache modules such as logging.
apache_note
(PHP 4, PHP 5)
apache_note — Ricava o imposta una variabile nella tabella notes di Apache
Descrizione
string apache_note
( string $nome_nota
[, string $valore
] )
apache_note() è una funzione specifica di Apache che ricava o imposta un valore nella tabella notes di una richiesta HTTP. Se viene invocata con un solo argomento restituisce il valore della nota nome_nota. Se viene chiamata con due argomenti, imposta il valore della nota nome_nota a valore e restituisce il valore precedente della nota nome_nota.
apache_note
ckm at NOSPAM dot crust dot net
16-Oct-2001 01:52
16-Oct-2001 01:52
