> <Directory "/usr/share/roundcube"> > php_admin_flag session.cookie_secure "1" > <Directory>
If you use multiple virtual hosts, you dont need to put it inside a directory, you can put it in between<virtualhost> ... </virtualhost>
The few servers I have, each virtual host has its own .conf file with <virtualhost> ... </virtualhost> framework, so I don't see how I would benefit this way, just have to include this line in each that uses SSL.