modssl-users:
after I intalled apache+modssl+openssl,I run command:
/usr/local/apache/bin/httpd -DSSL
(or /usr/local/apache/bin/apachectl startssl).
shrow next errormessages:
"SSLCertificateFile conf/ssl.crt/server.crt" line in
/usr/local/apache/conf/httpd.conf file is not allowed here.can't start httpd.
why? how can I run httpd with ssl?
in the course of "make certificate", I use default value other than private key.
for private key, I input "wen".
my system is rethat6.1,
next are about SSL line in my httpd.conf file.
##################################################
SSLVerifyClient none
<Directory /usr/local/apache/htdocs/>
SSLVerifyClient require
SSLVerifyDepth 5
SSLCertificateFile conf/ssl.crt/server.crt
SSLCertificatePath conf/ssl.crt
SSLOptions +FakeBasicAuth
SSLRequireSSL
AuthName "wen"
AuthType Basic
AuthUserFile /usr/local/apache/conf/httpd.passwd
require valid-user
</Directory>
####################################################
wen
[EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]