[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[cppserv-cvs] commit
ilya
cppserv/src/mod_cppserv mod_cserv.cpp,,,1.5,,,1.6
Tue Apr 19 00:08:41 PDT 2005
Update of /data/CVS/public/cppserv/src/mod_cppserv
In directory gateway:/tmp/cvs-serv19069/src/mod_cppserv
Modified Files:
mod_cserv.cpp
Log Message:
- handle absense of servlet
- log response headers in module
- get rid of libtool warning when linking with libcserv.so
- make sure functions that modify response headers throw exception when response is already committed
- get rid of static url_map initializer, and use config file instead
- allow to pass path to said config file from command line
- make daemonization a command line option (-d)
- remove bunch unneeded overwritten functions from Connection (leave sync in, to deambiguify it. Is there a better way?)