Stefan Fritsch
|
ebb62867fb
|
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
advantage of per-module loglevels
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951895 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-06 16:59:50 +00:00 |
|
Jim Jagielski
|
83532ab628
|
Enhance ap_hook_monitor to pass along a server_rec (in
general the ap_server_conf) and tuck away some storage
in there which may be useful as an opaque data pointer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@818825 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-25 11:59:30 +00:00 |
|
Graham Leggett
|
4ed2378c5e
|
mod_session_cookie, mod_session_dbd: Make sure cookies are set both
within the output headers and error output headers, so that the
session is maintained across redirects.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@690501 13f79535-47bb-0310-9956-ffa450edef68
|
2008-08-30 13:37:52 +00:00 |
|
William A. Rowe Jr
|
87ae720808
|
You don't export registered entry points
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@664217 13f79535-47bb-0310-9956-ffa450edef68
|
2008-06-07 00:46:19 +00:00 |
|
Graham Leggett
|
6919d5d261
|
Change the directives within the mod_session* modules to be valid
both inside and outside the location/directory sections, as suggested
by wrowe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646304 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-09 12:39:33 +00:00 |
|
Graham Leggett
|
36500032fc
|
Insert prototypes to remove compiler warnings. [Joe Orton]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646126 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-08 23:12:12 +00:00 |
|
Guenter Knauf
|
407af3b525
|
No var declarations in the middle of the code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645929 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-08 14:01:49 +00:00 |
|
Paul Querna
|
a324a1d72f
|
Remove all references to CORE_PRIVATE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645455 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-07 10:45:43 +00:00 |
|
Graham Leggett
|
8ef6e5e3d9
|
Fix the defaults, which currently override the config instead of default the config.
[Ruediger Pluem]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645243 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-06 14:05:27 +00:00 |
|
Graham Leggett
|
07c52aab45
|
Optimisation: We have no need to distiguish between a Cookie and a Cookie2 when reading cookies, the
cookie read code reads both at once. [Ruediger Pluem]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645188 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-05 23:52:38 +00:00 |
|
Graham Leggett
|
5b822119d0
|
mod_session_dbd: Add a session implementation capable of storing
session information in a SQL database via the dbd interface. Useful
for sites where session privacy is important.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645160 13f79535-47bb-0310-9956-ffa450edef68
|
2008-04-05 18:59:40 +00:00 |
|