summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version string to mod_wsgi 2.0c1.2.0c1Graham.Dumpleton2007-10-291-1/+1
* Daemon process Python path should take precedence over global Python path.Graham.Dumpleton2007-10-261-2/+3
* Use Python definition of directory separator in path list when updatingGraham.Dumpleton2007-10-261-3/+8
* WSGIPythonPath directive now calls site.addsitedir() to add directories toGraham.Dumpleton2007-10-261-5/+150
* Wrongly blocking SIGCHLD from child processes in daemon processes. This wasGraham.Dumpleton2007-10-261-2/+0
* Fix display of gid in logged error message.Graham.Dumpleton2007-10-231-2/+2
* Add stack-size option to WSGIDaemonProcess to allow per thread stack size toGraham.Dumpleton2007-10-231-0/+23
* The ap_find_path_info() function behaves differently on Apache 1.3/2.0 thanGraham.Dumpleton2007-10-211-1/+22
* Added additional logging to highlight instance where WSGI script file wasGraham.Dumpleton2007-10-191-11/+27
* In a daemon process, set the initial current working directory to the homeGraham.Dumpleton2007-10-141-1/+38
* On UNIX systems, override value of HOME environment variable in daemonGraham.Dumpleton2007-10-141-0/+45
* Ensure that inactivity shutdown time is progressed when request is receivedGraham.Dumpleton2007-10-071-0/+8
* Implement inactivity-timeout option for WSGIDaemonProcess. When set, willGraham.Dumpleton2007-10-071-15/+110
* Change WSGIDispatchGroup to WSGIServerGroup instead.Graham.Dumpleton2007-10-071-31/+35
* Added support for a dispatch script defined by WSGIDispatchScript which canGraham.Dumpleton2007-10-061-53/+580
* Simply auth providers so they return standard Python types such as True/False,Graham.Dumpleton2007-10-061-34/+29
* Remove %{NOTES} lookup. Will add later support for a dispatch script fileGraham.Dumpleton2007-10-061-21/+0
* Allow %{NOTES} to be used for WSGIProcessGroup, WSGIApplicationGroup andGraham.Dumpleton2007-10-061-0/+21
* Change names of directives related to group authorisation.Graham.Dumpleton2007-10-061-6/+6
* Delay flushing of headers to first non empty yeilded string to conform toGraham.Dumpleton2007-10-061-13/+21
* Added WSGIAuthzGroupScript/WSGIAuthzAuthoritative directives and implementedGraham.Dumpleton2007-10-021-0/+376
* Always pass reference to Apache request_rec as apache.request_rec whenGraham.Dumpleton2007-09-281-115/+69
* Replace WSGIAuthenticationGroup with WSGIManagementGroup, with this applyingGraham.Dumpleton2007-09-281-187/+79
* Disable apache.check_password() and apache.get_realm_hash() until determineGraham.Dumpleton2007-09-231-0/+2
* Move variable declaration to start of block. Exclude daemon specific codeGraham.Dumpleton2007-09-231-2/+17
* When auth provider mechanism available, pass 'apache.check_password' andGraham.Dumpleton2007-09-231-1/+102
* Supply apache.request_object() to auth providers in environment when executingGraham.Dumpleton2007-09-231-36/+292
* Rename directives related to user authentication.Graham.Dumpleton2007-09-211-71/+73
* Missing reference count increment on module when setting up dummy mod_auth.Graham.Dumpleton2007-09-211-0/+2
* Change how ap_logio_add_bytes_out() is intercepted when using daemon mode.Graham.Dumpleton2007-09-211-18/+34
* In daemon process, registr dummy ap_logio_add_bytes_out() function toGraham.Dumpleton2007-09-211-0/+14
* Add AuthWSGIApplicationGroup to allow application group to be used by theGraham.Dumpleton2007-09-201-30/+98
* No longer need to register handler for processing connection in daemon asGraham.Dumpleton2007-09-191-3/+0
* Always pass callback function to obtain Apache request object in WSGIGraham.Dumpleton2007-09-191-87/+7
* Add implementation of Digest auth provider.Graham.Dumpleton2007-09-191-4/+163
* Pass an environ dictionary containing a limited set of CGI variables throughGraham.Dumpleton2007-09-191-1/+114
* Cant use ap_log_cerror() as Apache 2.0 doesn't provide it.Graham.Dumpleton2007-09-181-1/+1
* Fake up 'apache.mod_auth' when external 'apache' SWIG binding modules notGraham.Dumpleton2007-09-181-7/+28
* Update documentation of connection setup changes.Graham.Dumpleton2007-09-181-0/+7
* Replace connection setup thereby avoiding possibility that Apache modulesGraham.Dumpleton2007-09-181-6/+61
* Add better workaround for removing non core input/output filters when usingGraham.Dumpleton2007-09-181-22/+46
* Prevent Apache SWIG bings being imported in daemon processes even if theGraham.Dumpleton2007-09-181-8/+9
* No longer need function for removing interpreter given that 'Interpreter'Graham.Dumpleton2007-09-171-5/+0
* Added module reloading to authentication script.Graham.Dumpleton2007-09-171-5/+32
* Cleanup initialisation of mtime after making routines optionally acceptGraham.Dumpleton2007-09-171-23/+73
* Simplify case sentivity option now that only allow it in global server config.Graham.Dumpleton2007-09-171-66/+40
* Removed support for 'Interpreter' option to WSGIReloadMechanism. This optionGraham.Dumpleton2007-09-171-60/+3
* Missing header file and some functions not static.Graham.Dumpleton2007-09-171-3/+4
* Progressive changes to add support for auth provider mechanism. Adds initialGraham.Dumpleton2007-09-161-123/+97
* Make WSGICaseSensivity directive a server wide configuration option ratherGraham.Dumpleton2007-09-161-22/+17