July 2010
M T W T F S S
« May    
 1234
567891011
12131415161718
19202122232425
262728293031  

Apache2: [warn] RSA server certificate CommonName (CN) does NOT match server name!?

Just a note for those whose has find that warning message in his apache web server: Apache’s ServerName directive IS CASE SENSITIVE.
[warn] RSA server certificate CommonName (CN) `MARZOA.COM’ does NOT match server name!?
I had “ServerName marzoa.com” directive on my configuration file for that virtual host, but that was not working. The last thing that I [...]