function hosting_web_server_hosting_service in Hosting 7.3
Same name and namespace in other branches
- 5 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
- 6.2 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
- 7.4 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
Implements hook_hosting_service().
File
- web_server/
hosting_web_server.module, line 10 - Web server node type is defined here.
Code
function hosting_web_server_hosting_service() {
return array(
'apache' => 'http',
);
}