You are here

function hosting_web_server_hosting_service in Hosting 6.2

Same name and namespace in other branches
  1. 5 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
  2. 7.4 web_server/hosting_web_server.module \hosting_web_server_hosting_service()
  3. 7.3 web_server/hosting_web_server.module \hosting_web_server_hosting_service()

Implementation of hook_hosting_service()

File

web_server/hosting_web_server.module, line 9
Web server node type is defined here.

Code

function hosting_web_server_hosting_service() {
  return array(
    'apache' => 'http',
  );
}