After redoing my hostmaster setup, I can get hostmaster to provision a Drupal, but it's creating a corrupt Apache configuration file.

<VirtualHost *:80>
        DocumentRoot  
    
    ServerName test.hostmaster.koumbit.net
    
    # Error handler for Drupal > 4.6.7
    <Directory "/var/www/webroot/sites/test.hostmaster.koumbit.net/files">
      SetHandler This_is_a_Drupal_security_line_do_not_remove
    </Directory>

</VirtualHost>

We're looking into this issue right now.

Comments

anarcat’s picture

Status: Active » Fixed

So this was fixed in todays comments.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit ea38816 on debian, dev-dns, dev-envobject, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-newhooks, dev-nginx, dev-platform_management, dev-ports, dev-purgebackup, dev-restore, dev-services, dev-simplerinstaller, dev-site_rename, dev-ssl, dev_716166_apache_conf, dev_dns, dev_server_verify, prod-koumbit, ssl, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x authored by anarcat:
    get rid of site_document_root, it's publish_path everywhere else. Should...