Index: web_server/hosting_web_server.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/hosting/web_server/hosting_web_server.module,v
retrieving revision 1.35
diff -u -p -r1.35 hosting_web_server.module
--- web_server/hosting_web_server.module 5 Jun 2009 18:03:34 -0000 1.35
+++ web_server/hosting_web_server.module 20 Aug 2009 01:30:43 -0000
@@ -67,13 +67,20 @@ function _hosting_httpd_conf_requirement
$vhost_line = <</etc/httpd or /etc/apache.');
+ you are required to add a line to your Apache configuration.
/etc/apache2/conf.d/, in which case you can skip this step.
+ If you have not yet done this, or this option is not available due to your
+ Apache configuration differing based on your distribution, put this configuration
+ change in the relevant configuration file.
+ The location of this file differs between distributions, but is most commonly
+ found in /etc/httpd, /etc/apache or /etc/apache2.
+ It may be called apache2.conf or httpd.conf.');
- $help['configuration'] = t('Once you have determined the location of your httpd.conf file, add the following line to it:
+ $help['configuration'] = t('Once you have determined the location of your configuration file, add the following line to it:
@vhost_line', array('@vhost_line' => $vhost_line)); return $help;