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