Hello, I have a strange problem with EJBCA 6.5.0.5. It's working perfectly well when not using apache in frontend. i can access public and adminweb pages well. But when I use apache with this configuration: <VirtualHost *:443> ServerName centos3.mydomain.com DocumentRoot /var/www/ RewriteEngine On # Treat requests to / and /ejbca/ as the same. Required by EJBCA's Admin Web. RewriteCond %{THE_REQUEST} /ejbca/ RewriteRule ^/ejbca/(.*)$ /$1 [PT] # Configure secure SSL for this server using SSL certificate...