added content-type back into gateway
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 2 Dec 2005 18:27:51 +0000 (18:27 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 2 Dec 2005 18:27:51 +0000 (18:27 +0000)
added some apache logging

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@597 9efc2488-bf62-4759-914b-345cdb29e865

src/gateway/mod_ils_gateway.c

index 28e1337..83341b8 100644 (file)
@@ -71,6 +71,7 @@ static int mod_ils_gateway_method_handler (request_rec *r) {
        }
 
 
+       ap_set_content_type(r, "text/plain");
 
        /* gather the post args and append them to the url query string */
        if( !strcmp(r->method,"POST") ) {