After running the latest buildapache.sea, I get the following error: &Syntax error on line 1412 of /usr/local/apache/conf/httpd.conf: Invalid command 'SSLVerifyClient', perhaps mis-spelled or defined by a module not included in the server configuration& Before running this, everything was perfect. The httpd.conf file looks the same as before. I tried /scripts/upcp and also reboot. Graceful restart of apache works, but httpd start fails. Has anyone faced this problem, and any solutions?
Did you init ssl in your apache startup script? I think &initsslhttpd& does this , within /scripts Or, edit the file in /etc/rc.d/init.d/ Or /etc/rc.d/init.d/httpd startssl &