WildWayz

Well-Known Member
Aug 14, 2001
209
0
316
Hi ya

I just upgraded using buildapache.sea and now when Apache starts I get

Syntax error on line 1868 of /usr/local/apache/conf/httpd.conf:
Invalid command 'SSLVerifyClient', perhaps mis-spelled or defined by a module not included in the server configuration
/etc/rc.d/init.d/httpd start: httpd could not be started

if I comment out that line, it then goes onto the next SSL call in httpd.conf

Any ideas how to fix this?

James
 

WildWayz

Well-Known Member
Aug 14, 2001
209
0
316
It works if I do
/usr/local/apache/bin/apachectl startssl
but not if I do
/usr/local/apache/bin/apachectl start
or
/etc/ec.d/init.d/httpd start

:/

James
 

WildWayz

Well-Known Member
Aug 14, 2001
209
0
316
how very weird :D
I just ran the /scripts/upcp and it fixed the problem!
Thanks :)
Now I can stop and start apache without getting those SSL errors :)

--James