[Bug 70042] mod_rewrite reference summary: Repetition (environment variables, cookies, headers)
[email protected] Fri, 15 May 2026 01:00:11 +0000
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70042 --- Comment #3 from Philippe Cloutier <[email protected]> --- Created attachment 40178 --> https://bz.apache.org/bugzilla/attachment.cgi?id=40178&action=edit Focused patch Here is a simple patch for this (In reply to Rich Bowen from comment #1) > If the patch for 70030 resolves this, why are you opening a new ticket for > it? It has not been applied. > PATH_INFO *is* a variable just like QUERY_STRING. Ah, thank you very much. I apologize, I searched a little too fast and failed to realize httpd had 2 PATH_INFOs. > I've fixed the pluralization error. Thanks (In reply to Rich Bowen from comment #2) > A server variable is a variable set by the server configuration, like say > document root or server name. Hum, if that is the case, then "server variables" and "Server-Variables" have different meanings, since the latter includes variables like REMOTE_HOST (according to RewriteCond). > 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. Hum. httpd has 2 senses for "environment variables". Would that be true of both senses? > Perhaps a glossary term is warranted here. If "server variables" and "Server-Variables" have different meanings, I indeed strongly recommend to define "server variables" somewhere. -- You are receiving this mail because: You are the assignee for the bug.