function hosting_ssl_hosting_service in Hosting 6.2
Same name and namespace in other branches
- 7.4 web_server/ssl/hosting_ssl.module \hosting_ssl_hosting_service()
- 7.3 web_server/ssl/hosting_ssl.module \hosting_ssl_hosting_service()
File
- web_server/
ssl/ hosting_ssl.module, line 20
Code
function hosting_ssl_hosting_service() {
return array(
'apache_ssl' => 'http',
);
}