summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham.Dumpleton <devnull@localhost>2008-05-12 12:08:41 +0000
committerGraham.Dumpleton <devnull@localhost>2008-05-12 12:08:41 +0000
commitad30baf8bec4c481b3ce471e0a18c37f86303cb7 (patch)
tree1948763ec8c8dbcfb54dc15064abe0e048a413c4
parentad18000ad79e2e662b9b07f158776de549f7420a (diff)
downloadmod_wsgi-ad30baf8bec4c481b3ce471e0a18c37f86303cb7.tar.gz
Possible fix for virtual host error logging going missing or ending up in main
Apache error log file.
-rw-r--r--mod_wsgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod_wsgi.c b/mod_wsgi.c
index 3be5d41..683f1c5 100644
--- a/mod_wsgi.c
+++ b/mod_wsgi.c
@@ -9705,7 +9705,7 @@ static int wsgi_hook_daemon_handler(conn_rec *c)
r->read_length = 0;
r->read_body = REQUEST_NO_BODY;
- r->status = HTTP_INTERNAL_SERVER_ERROR;
+ r->status = HTTP_OK;
r->the_request = NULL;
r->used_path_info = AP_REQ_DEFAULT_PATH_INFO;