hosting_apache_https.module in Aegir HTTPS 7.3
Register a Hosting service for Apache w/ HTTPS.
File
submodules/apache_https/hosting_apache_https.moduleView source
<?php
/**
* @file
* Register a Hosting service for Apache w/ HTTPS.
*/
/**
* Implements hook_hosting_service().
*/
function hosting_apache_https_hosting_service() {
return array(
'https_apache' => 'http',
);
}
Functions
Name | Description |
---|---|
hosting_apache_https_hosting_service | Implements hook_hosting_service(). |