Question : can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache

HI,

I followed installation guide of ssl of apache from
http://www.akadia.com/services/ssh_test_certificate.html
all the jobs was done and check the files ssl.crt and ssl.key is exist and not greater than zero byte


anybody help me?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
ssl.conf

SSLEngine on

SSLCertificateFile /usr/local/apache/conf.d/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf.d/ssl.key/server.key

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog logs/ssl_request_log \
   "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
1:
2:
3:
[root@fsze88-linux conf]# httpd -t
Syntax error on line 108 of /etc/httpd/conf.d/ssl.conf:
SSLCertificateFile: file '/usr/local/apache/conf.d/ssl.crt/server.crt' does not exist or is empty

Answer : can read ssl.crt/server.crt and ssl.key/server.key on centos about ssl of apache

check out the "last" command
"man last" for more info

"who -u" might also be useful.

If you want something a bit meatier, look at configuring auditing.
Random Solutions  
 
programming4us programming4us