Would appreciate any advice and help...
My Problem :
When i try to restart httpd in in ssh as blow ...
It gave error message as below....
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 45 of /usr/local/directadmin/data/users/cuserver1/httpd.conf:
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module not included in the server configuration
So I remove the line 45,46,47 by putting a "#" in front of the line...and the httpd can be restarted..
Note :
line 45, 46, 47 are as below
# SSLEngine ON
# SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
# SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
Then the httpd can be restatrd, but give another warning message :
Starting httpd: [Thu Nov 3 06:00:39 2005] [warn] VirtualHost ip address1:80 overlaps with VirtualHost 6ip address1:80, the first has precedence, perhaps you need a NameVirtualHost directive
Advice/helps needed :
1) By removing the line, 45,46,47, what will be unwanted result?
Is it that my SSL would no more in function? What should be a more proper way to solve this? What could be the cause for this?
2)The warning message for the ip address overlap, how to solve it.
Thank you very much !