issues
search
Copterfly
/
modwsgi
Automatically exported from code.google.com/p/modwsgi
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
jcc.initVM() doesn’t return when mod_wsgi is configured as daemon mode
#131
GoogleCodeExporter
closed
9 years ago
5
Lines logged to sys.stderr or wsgi.errors are truncated at just under 8192 bytes.
#130
GoogleCodeExporter
closed
9 years ago
5
Should override LOGNAME to reflect true user daemon runs as.
#129
GoogleCodeExporter
closed
9 years ago
6
[deleted issue]
#128
GoogleCodeExporter
closed
9 years ago
0
Enhancement: Logging of when process/thread limit is reached
#127
GoogleCodeExporter
closed
9 years ago
2
Excess memory usage when calling read()/readline() on wsgi.input with no arguments.
#126
GoogleCodeExporter
closed
9 years ago
3
The mod_wsgi.Log object does not have a 'closed' attribute
#125
GoogleCodeExporter
closed
9 years ago
1
sys.stderr/wsgi.errors truncate data when contains embedded null
#124
GoogleCodeExporter
closed
9 years ago
6
Restrict where scripts are that daemon allow to run.
#123
GoogleCodeExporter
closed
9 years ago
1
Error running Make on Sun
#122
GoogleCodeExporter
closed
9 years ago
3
POST not working for daemon mode when client expects 100-continue.
#121
GoogleCodeExporter
closed
9 years ago
3
Thread local data not preserved beyond lifetime of request.
#120
GoogleCodeExporter
closed
9 years ago
2
Python 3000 Segmentation Fault in PyDict_SetItem
#119
GoogleCodeExporter
closed
9 years ago
1
Not finding Python shared library when building mod_wsgi.
#118
GoogleCodeExporter
closed
9 years ago
4
Wrong path for WSGIImportScript causes later Python exception in handler.
#117
GoogleCodeExporter
closed
9 years ago
3
mod_wsgi 2.3 crashes on debian 4.0r5 powerpc
#116
GoogleCodeExporter
closed
9 years ago
4
undefined symbol: floor
#115
GoogleCodeExporter
closed
9 years ago
6
Add WIKI documentation containing more recipes for doing simple configuration steps.
#114
GoogleCodeExporter
closed
9 years ago
10
Python internal assertion failures when using Py_DEBUG variant of Python.
#113
GoogleCodeExporter
closed
9 years ago
2
Reorder sys.path after applying WSGIPythonPath or python-path option.
#112
GoogleCodeExporter
closed
9 years ago
6
compile error on FreeBSD 7.0 with Apache 2.0.61 and Python 2.5 on version 2.3
#111
GoogleCodeExporter
closed
9 years ago
1
WSGIImportScript only allowed at global server configuartion.
#110
GoogleCodeExporter
closed
9 years ago
5
Add directive to run Python 2.6 in 3.0 migration mode.
#109
GoogleCodeExporter
closed
9 years ago
3
Likely shouldn't be using cmd->temp_pool in configuration code.
#108
GoogleCodeExporter
closed
9 years ago
4
[PATCH] configure.ac clobbers LDFLAGS
#107
GoogleCodeExporter
closed
9 years ago
9
[PATCH] chroot support
#106
GoogleCodeExporter
closed
9 years ago
15
[PATCH] default for WSGIPythonHome
#105
GoogleCodeExporter
closed
9 years ago
3
Close off Apache scoreboard in daemon processes.
#104
GoogleCodeExporter
closed
9 years ago
3
Close Apache access and error log files which aren't needed in daemon process.
#103
GoogleCodeExporter
closed
9 years ago
2
Daemon process not shutdown cleanly on 'graceful' restart/stop.
#102
GoogleCodeExporter
closed
9 years ago
6
Putting WSGIProcessGroup in <directory> fails to set the process group properly...
#101
GoogleCodeExporter
closed
9 years ago
1
Result truncated when using wsgi.file_wrapper.
#100
GoogleCodeExporter
closed
9 years ago
1
Memory leak on apache graceful restart
#99
GoogleCodeExporter
closed
9 years ago
30
New daemon process started for each request when the <Directory> path is incorrect.
#98
GoogleCodeExporter
closed
9 years ago
2
wsgi_setup_daemon_name function
#97
GoogleCodeExporter
closed
9 years ago
1
Verify script permissions etc against daemon process owner.
#96
GoogleCodeExporter
closed
9 years ago
4
Daemon process listener sockets leaked in parent process on 'graceful' restart.
#95
GoogleCodeExporter
closed
9 years ago
7
Close log files and daemon listener sockets which aren't needed.
#94
GoogleCodeExporter
closed
9 years ago
5
Should mod_wsgi.version be provided.
#93
GoogleCodeExporter
closed
9 years ago
3
Documentation about TZ and locale environment variables issues.
#92
GoogleCodeExporter
closed
9 years ago
1
WSGIImportScript causes process crash when using mod_python at same time.
#91
GoogleCodeExporter
closed
9 years ago
2
Use setproctitle() on FreeBSD so that display-name works for daemon processes.
#90
GoogleCodeExporter
closed
9 years ago
11
Allow options to WSGIScriptAlias directives mirroring appropriate directives.
#89
GoogleCodeExporter
closed
9 years ago
5
Segfaults with invalid application
#88
GoogleCodeExporter
closed
9 years ago
3
In daemon mode, signals are being blocked in exec'd processes.
#87
GoogleCodeExporter
closed
9 years ago
5
Missing documentation on Access/Authn/Authz directives.
#86
GoogleCodeExporter
closed
9 years ago
1
Missing documentation on WSGIImportScript.
#85
GoogleCodeExporter
closed
9 years ago
3
Daemon mode problems when running in chroot environment.
#84
GoogleCodeExporter
closed
9 years ago
4
When 'make install' is executed it doesn't kill all apache processes.
#83
GoogleCodeExporter
closed
9 years ago
2
Make mod_wsgi Log object more file like.
#82
GoogleCodeExporter
closed
9 years ago
4
Next