Changeset 12164

Show
Ignore:
Timestamp:
09/12/07 13:17:53 (1 year ago)
Author:
piotras
Message:

VirtualHost? is not named by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/data/midgard_setup_vhost_config.php

    r11690 r12164  
    8888 
    8989        $config = "\n# This configuration is created by midgard_setup\n\n"; 
    90         $config .= "<VirtualHost {$this->name}:{$this->port}>\n"; 
     90        $config .= "<VirtualHost *:{$this->port}>\n"; 
    9191 
    9292        /* Add directives */