/[drupal]/contributions/modules/provision/web_server/provision_apache_vhost.tpl.php
ViewVC logotype

Log of /contributions/modules/provision/web_server/provision_apache_vhost.tpl.php

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


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 17:21:05 2009 UTC (3 weeks, 5 days ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA3, HEAD
Changes since 1.11: +12 -1 lines
Diff to previous 1.11
Use apaches mod_env to set the database credentials in the virtualhost file, so that they are only accessible inside a specific process. the $_SERVER values are now bootstrapped in the verify site process and the config file rewritten, so that you can now safely verify a site. the $_SERVER values are stored inside the site drushrc.php so that normal drush commands will continue to operate as they would. The open_basedir directive is commented out until we can resolve issues with it.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 02:27:15 2009 UTC (3 weeks, 6 days ago) by anarcat
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
trim slashes from paths in openbasedir to make sure they are string-comparable

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 02:22:06 2009 UTC (3 weeks, 6 days ago) by anarcat
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
add the typical PEAR path to the default openbasedir

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 02:21:59 2009 UTC (3 weeks, 6 days ago) by anarcat
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
restrict sites to their platforms as another security layer

this also makes sure that ~/config/includes/global.inc exists so that open_basedir checks don't break

this is just a quick workaround to make sure sites can't access the aegir site database, which should be kept in a separate platform

Spotted and original patch by: emspace

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 14:11:42 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-ALPHA1, DRUPAL-6--0-4-ALPHA2
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
#535098 - enable domain redirection in the backend

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 13:11:56 2009 UTC (2 months, 2 weeks ago) by anarcat
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
#515052 by David Goode and me - allow arbitrary ports in the backend

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 23:58:26 2009 UTC (7 months, 1 week ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-2-ALPHA1, DRUPAL-6--0-2, DRUPAL-6--0-2-BETA1, DRUPAL-6--0-2-RC1, DRUPAL-6--0-3, DRUPAL-6--0-3-RC1, DRUPAL-6--0-3-RC2, DRUPAL-6--0-3-RC3, DRUPAL-6--0-3-RC4
Changes since 1.5: +5 -2 lines
Diff to previous 1.5
Fix the aliases functionality.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 03:37:25 2008 UTC (11 months, 3 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-1, DRUPAL-6--0-1-RC1
Branch point for: DRUPAL-6--1
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
new hook: provision_vhost_config, to add stuff to the apache config file for a given site, in the vhost context
backported from d5

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 03:36:53 2008 UTC (11 months, 3 weeks ago) by anarcat
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-1-RC1
Changes since 1.3.2.1: +2 -0 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to next main 1.12
new hook: provision_vhost_config, to add stuff to the apache config file for a given site, in the vhost context

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 15:35:15 2008 UTC (12 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-6--0-1-BETA2
Changes since 1.3: +11 -11 lines
Diff to previous 1.3
#269934 - ported site alias support from DRUPAL-5 branch

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 15:23:59 2008 UTC (12 months, 3 weeks ago) by adrian
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1-BETA2
Changes since 1.3: +11 -11 lines
Diff to previous 1.3
Support aliases through the --aliases option. Expects a comma seperated list of domains

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 3 18:04:08 2008 UTC (17 months, 3 weeks ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA2, DRUPAL-5--0-1-ALPHA3, DRUPAL-5--0-1-BETA1
Branch point for: DRUPAL-5
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Fix bug whereby servers without mysql support (and only mysqli) would not be able to install sites. Hosting now stores the db_type, and passes it to the provision backend correctly. Also added a trim to the apache template file for the file directory security fix, removing a double / that should not be in the path.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 28 22:39:55 2008 UTC (19 months, 4 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-ALPHA1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
get rid of site_document_root, it's publish_path everywhere else. Should fix issue #239949

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 00:16:37 2008 UTC (21 months, 1 week ago) by adrian
Branch: MAIN
Clean up extreme file clutter in provision module.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2