summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_scgi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* let httpd handle CL/TE for non-http handlersEric Covener2024-04-031-0/+8
* * modules/proxy/mod_proxy_scgi.c: Mark global variables as static andJoe Orton2024-02-191-4/+4
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+4
* These need to be signed longs... cast as needed.Jim Jagielski2018-08-271-3/+3
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-3/+3
* Avoid memory allocation before making sure that this handler can handle the URLChristophe Jaillet2016-05-181-2/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* mod_proxy_scgi: ProxySCGIInternalRedirect now allows an alternateJeff Trawick2015-04-181-11/+48
* mod_proxy(es): Avoid error response/document handling by the core if someYann Ylavic2015-02-061-2/+3
* Follow-up to r1592529:Jeff Trawick2014-05-051-2/+2
* mod_proxy_scgi: Support Unix sockets.Jeff Trawick2014-05-051-2/+9
* Partially revert r1203859: use a fixed stringRainer Jung2011-12-041-3/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-10/+10
* great proxy logging cleanup:Stefan Fritsch2011-11-181-20/+15
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-3/+3
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-1/+2
* Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvarsJim Jagielski2011-05-191-1/+5
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-091-1/+1
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-3/+4
* remove useless lineAndré Malo2009-09-201-2/+1
* add mod_proxy_scgi, as announced a long time agoAndré Malo2008-12-261-0/+627