--- ./etc/httpd-sipxchange-common.conf.in.in.orig Mon Jan 1 17:00:51 2007 +++ ./etc/httpd-sipxchange-common.conf.in.in Thu Jan 4 15:01:20 2007 @@ -9,16 +9,16 @@ CoreDumpDirectory @SIPX_LOGDIR@ # This is only available to the default (*:8090) port if there is no SSL -# +# # ScriptAlias /cgi-bin/ "@wwwdir@/cgi-bin/" -# +# # Added sipxchange Authentication Module. This uses the LoadModule syntax # and exports several commands # - LoadCPPHandler loads the specified handler shared object # - AddCPPHandler associates a particular handler with a directory spec # -LoadModule cplusplus_module @APACHE2_MOD@/libmod_cplusplus.so +LoadModule cplusplus_module @APACHE2_MOD@/mod_cplusplus.so LoadCPPHandler mod_sipxauth @APACHE2_MOD@/libmod_sipxauth.so # protect the sipxchange cgi-bin directory from unauthorized access