SM>> >%...{FOOBAR}e: The contents of the environment variable FOOBAR
SM>> >
SM>> >в CustomLog?
SM>> >
SM>> Ровно тем, что инициализируются они (environment) только для
SM>> server-parsed....
Не понял. Вроде в коде написано:
/* in any case set CHARSET_HTTP_SERVER variable */
{
char port[8];
sprintf(port,"%d",htons(r->connection->local_addr.sin_port));
ap_table_set(e,"CHARSET_SERVER_NAME",
ap_pstrcat(r->pool,r->server->server_hostname,":",port,NULL));
ap_table_set(e,"CHARSET_SERVER_PORT",port);
ap_table_set(e,"CHARSET_HTTP_METHOD",
ap_pstrcat(r->pool,ap_http_method(r),"://",NULL));
}
Это разве не оно? И никаких упоминаний про server-parsed...
--
frodo@xxxxxxxxxxxx \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.