/[drupal]/contributions/profiles/hostmaster/apache2.conf.txt
ViewVC logotype

Contents of /contributions/profiles/hostmaster/apache2.conf.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.6 - (show annotations) (download)
Wed Oct 14 12:05:26 2009 UTC (6 weeks, 1 day ago) by mig5
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
#602242 by jonhattan and a bit by me - refactor INSTALL.txt to depend on drush_make, other cleanup, re-ordering, making sane, killing less kittens
1 # Default Aegir apache configuration file
2
3 # Edit to your taste. Must be installed in
4 # /var/aegir/config/vhost.d/aegir.example.com
5
6 # Note that this file may eventually be automatically be managed by
7 # aegir.
8
9 NameVirtualHost *:80
10
11 # This only covers the base platforms, extra platforms should deploy
12 # their own configuration
13 #
14 # This will be replaced by aegir when the base platform will be verified
15 <Directory /var/aegir/hostmaster-0.x>
16 Options Indexes FollowSymLinks MultiViews
17 AllowOverride All
18 Order allow,deny
19 allow from all
20 </Directory>
21
22 <VirtualHost *:80>
23 RewriteEngine On
24 ServerAdmin webmaster@localhost
25 ServerName aegir.example.com
26
27 DocumentRoot /var/aegir/hostmaster-0.x
28 </VirtualHost>

  ViewVC Help
Powered by ViewVC 1.1.2