I can't restart apache after successful using the install.sh script.
I have changed the $DRUSH dl drush_make --destination=$AEGIR_HOME/.drush to 6.x-2.0-beta2 in order to avoid the issue with php5-curl.
xxxxxxx:~# /etc/init.d/apache2 restart
Restarting web server: apache2Syntax error on line 23 of /var/aegir/config/vhost.d/yyyy.yyyyyyy.com:
Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
failed!
Comments
Comment #1
Anonymous (not verified) commentedYou have forgotten to enable the rewrite engine per the INSTALL.txt
Comment #2
ilw commentedSorry...
Since there is no install.txt for 0.4alpha in the official documentation page I followed that guide http://git.aegirproject.org/?p=hostmaster.git;a=blob;f=INSTALL.txt;h=acb...
and it doesn't appear there. sorry.
Comment #3
Anonymous (not verified) commentedThere is an INSTALL.txt for 0.4alpha3 in the 0.4alpha3 version of Hostmaster. here
The version you linked to from git doesn't have mod_rewrite because the install.sh script does it for you.
Comment #4
ilw commentedI think that its will be good if we'll reference to that page from http://groups.drupal.org/aegir-hosting-system/documentation.
Thank you anyway!
Comment #5
Anonymous (not verified) commentedThere were links to INSTALL.txt but they were mistakenly links to install.sh . I have updated, thanks.