https://bz.apache.org/bugzilla/show_bug.cgi?id=70042
--- Comment #2 from Rich Bowen <[email protected]> --- A server variable is a variable set by the server configuration, like say document root or server name. Environment variables are those that are specific to the request, such as the request uri or the path info. Server variables are also available in env so I suppose you'd say that all server variables are env vars but not necessarily the other way around. Perhaps a glossary term is warranted here. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
