index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_proxy_scgi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
let httpd handle CL/TE for non-http handlers
Eric Covener
2024-04-03
1
-0
/
+8
*
* modules/proxy/mod_proxy_scgi.c: Mark global variables as static and
Joe Orton
2024-02-19
1
-4
/
+4
*
* Whitespace fixes. No functional change.
Ruediger Pluem
2023-03-22
1
-1
/
+1
*
Do not double encode encoded slashes
Ruediger Pluem
2023-03-13
1
-2
/
+4
*
These need to be signed longs... cast as needed.
Jim Jagielski
2018-08-27
1
-3
/
+3
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-3
/
+3
*
Avoid memory allocation before making sure that this handler can handle the URL
Christophe Jaillet
2016-05-18
1
-2
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-3
/
+3
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-3
/
+3
*
mod_proxy_scgi: ProxySCGIInternalRedirect now allows an alternate
Jeff Trawick
2015-04-18
1
-11
/
+48
*
mod_proxy(es): Avoid error response/document handling by the core if some
Yann Ylavic
2015-02-06
1
-2
/
+3
*
Follow-up to r1592529:
Jeff Trawick
2014-05-05
1
-2
/
+2
*
mod_proxy_scgi: Support Unix sockets.
Jeff Trawick
2014-05-05
1
-2
/
+9
*
Partially revert r1203859: use a fixed string
Rainer Jung
2011-12-04
1
-3
/
+4
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-10
/
+10
*
great proxy logging cleanup:
Stefan Fritsch
2011-11-18
1
-20
/
+15
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-1
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-3
/
+3
*
Add more (trace) logging to the ap_scan_script_header*() functions
Stefan Fritsch
2011-07-16
1
-1
/
+2
*
Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvars
Jim Jagielski
2011-05-19
1
-1
/
+5
*
Cleanup... most don't need apr_hooks.h at all...
Jim Jagielski
2011-05-09
1
-1
/
+1
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Elaborate on low hanging XXX fruit
William A. Rowe Jr
2009-12-01
1
-3
/
+4
*
remove useless line
André Malo
2009-09-20
1
-2
/
+1
*
add mod_proxy_scgi, as announced a long time ago
André Malo
2008-12-26
1
-0
/
+627