summaryrefslogtreecommitdiff
path: root/modules/arch
Commit message (Expand)AuthorAgeFilesLines
...
* Only dump User/Group if DUMP_RUN_CFG is definedStefan Fritsch2011-10-091-0/+3
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-1/+22
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-11/+11
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-232-20/+20
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-4/+4
* Invert logic for env var utf-8 fixing.Guenter Knauf2011-07-151-8/+7
* Fixed some more env vars which make problems.Guenter Knauf2011-07-121-3/+4
* Fix a few warnings about use of uninitialized values.Stefan Fritsch2011-07-051-2/+2
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-132-3/+3
* Fixed sysinclude; removed trailing 0; fixed indent.Guenter Knauf2011-04-051-4/+3
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-8/+8
* Added shebang check so that .vbs scripts can work as CGI.Guenter Knauf2011-01-021-3/+6
* Fixed some win32 types.Guenter Knauf2010-11-291-2/+2
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+33
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-302-2/+2
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-012-4/+7
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-032-9/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-066-6/+6
* Prevent future developers from being as easily confused; prefix theWilliam A. Rowe Jr2010-03-051-20/+20
* revert r918671; these four functions don't need to beJeff Trawick2010-03-051-39/+16
* follow up to r918665:Jeff Trawick2010-03-031-16/+39
* fix these warnings:Jeff Trawick2010-03-031-17/+17
* SECURITY: CVE-2010-0425 (cve.mitre.org)William A. Rowe Jr2010-03-021-2/+0
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-5/+6
* removed now obsolete export defines.Guenter Knauf2009-10-2831-67/+0
* Treat gid's identically to uid's for purposes of numeric formatting.William A. Rowe Jr2009-09-171-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-261-1/+4
* Correctly set suexec_enabled when httpd is run by non-rootNick Kew2009-07-051-1/+2
* - use apr_strerror() instead of strerror()Rainer Jung2009-05-121-18/+21
* Whoops! cleanup r771144, which had some local/dev stuff left inNick Kew2009-05-031-16/+0
* mod_privileges: introduce PrivilegesMode: fast mode as before vs secureNick Kew2009-05-031-6/+182
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-2/+1
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-31/+0
* remove TPF supportJeff Trawick2009-03-271-4/+0
* remove OS/2 platform supportJeff Trawick2009-03-261-4/+4
* The rewrite-args hook isn't available to MPM DSOs. Piggy-back on the Jeff Trawick2009-03-251-1/+2
* axe the remaining checks of AP_MPM_WANT_foo to see what code to generateJeff Trawick2009-03-241-4/+0
* Allow building httpd without a built-in MPM by specifyingJeff Trawick2009-03-241-2/+2
* use a local module header file to store the function prototypeRoy T. Fielding2009-01-312-1/+42
* name protect unixd_setup_child and restore its prototype to unixd.hRoy T. Fielding2009-01-301-1/+2
* Match up formats with args in error messages.Nick Kew2009-01-281-5/+5
* eliminating 9x legacy code from mod_win32William A. Rowe Jr2009-01-061-17/+3
* Silence compiler warning about unused variable cfg.Rainer Jung2009-01-041-2/+0
* vi broke event ;)Rainer Jung2009-01-031-1/+1
* Prevent empty test statement.Rainer Jung2009-01-021-1/+1
* Add a header check for priv.h to mod_privileges.Rainer Jung2009-01-021-1/+7