TO INSTALL RUN

Was built with gsoap-linux-2.7 (http://gsoap2.sourceforge.net/)

Please note that the Makefile will probably have to be change because it was built for x32 pentium4 or x64 amd (all64) system

make clean
make
make install


pico /etc/httpd/conf/httpd.conf

#add below section to http conf
LoadModule crowd_module modules/mod_crowd.so
<Location /cgi-bin/cvsmonitor/>
AuthName crowd
AuthType Basic
CrowdAppName "apachecvs"
CrowdAppPassword "k4ha0vhq"
CrowdSOAPURL "http://localhost:18095/crowd/services/SecurityServer"
CrowdCacheEnabled on
CrowdCacheLocation "/tmp/CrowdAuth"
CrowdCacheExpiry "300"
require valid-user
</Location>
#add above section to http conf

/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start
tail -f /var/log/httpd/error_log

links http://localhost/cgi-bin/cvsmonitor/cvsmonitor.pl
