Hello, I have installed core Apache HTTP server and now want to add session module (setting HTTP Cookie and not at server side) to it. I was wondering from where I can get the module (dso) or may be the source file (module_session.c). It could not locate it under modules folder that comes when you download the source. Also, as it is said on their website ( http://httpd.apache.org/docs/2.0/mod/), it does not contain session module and it explains why I could not locate it.
My Server version is: Server version: Apache/2.2.13 (Unix) It currently contains following modules: core.c mod_authn_file.c mod_authn_default.c mod_authz_host.c mod_authz_groupfile.c mod_authz_user.c mod_authz_default.c mod_auth_basic.c mod_include.c mod_filter.c mod_log_config.c mod_env.c mod_setenvif.c mod_version.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c -- Thanks, Jaikishan