Hi. I have problem with vhost file. I need SSLCARevocationPath line to client ssl vhost. When i put that to apache directive it writes that line to http and https vhost and it gives error. Is there any good solution for that?
Do you need the same path for every SSL vhost or just for a single one? If for all you can have a look at the vhost template under /usr/local/ispconfig/server/conf/ (vhost.conf.master). Copy this file to the conf-custom directory and modify it according to your needs. In this case you would have to change this part (from line 45 on): Code: <tmpl_if name='ssl_enabled'> SSLEngine on SSLCertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.crt SSLCertificateKeyFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.key <tmpl_if name='has_bundle_cert'> SSLCACertificateFile <tmpl_var name='document_root'>/ssl/<tmpl_var name='ssl_domain'>.bundle </tmpl_if> </tmpl_if>
That's the problem, i need that line only for one ssl host. Ok i thought that through. I can theoretically put that line to all the vhosts.