- 11 Feb, 2010 4 commits
-
- 10 Feb, 2010 1 commit
-
- 04 Feb, 2010 2 commits
-
- 02 Feb, 2010 1 commit
-
- 01 Feb, 2010 1 commit
-
- 30 Jan, 2010 7 commits
- 29 Jan, 2010 2 commits
-
-
anarcat authored
this fixes a regression introduced in d8554cf433ddb0b665e05b143a28fac429196535
-
- 28 Jan, 2010 2 commits
-
- 26 Jan, 2010 2 commits
-
- 24 Jan, 2010 3 commits
-
-
Adrian Rossouw authored
- 23 Jan, 2010 1 commit
-
- 21 Jan, 2010 11 commits
-
-
anarcat authored
before this patch, redirection virtual hosts were created with a duplicate ServerName, which seems to be working, but is needlessly confusing after this patch, the redirection vhosts are created only based on the aliases provided and not the site_url this implies that to do generic redirections (e.g. for SSL) you may need to push your site_url in the aliases array. that has been done in SSL so that all hosts (ie. aliases and the site_url) are redirected to the site_url, which is not appropriate for regular vhosts (because it would mean a infinite redirection loop)
-
anarcat authored
-
anarcat authored
-
anarcat authored
overwrite the port 80 config if redirection + ssl is enabled, regardless of whether or not the file already exists if we don't do that, the file is never re-written once it's been written once: bad.
-
Adrian Rossouw authored
was missing the install_mail function, and the format of body was changed from string to array.
-
Adrian Rossouw authored
- 20 Jan, 2010 3 commits
-
-
anarcat authored
this is to avoid the possibility of Denial of Service attacks from the drupal admins: if someone were to create a symlink in files/ that would point to the parent sites/ directory, the recursive chmod that happen on verify would loop inifinitely (i saw one running for 1h)