daniel
2008-06-04 9b9ba428a25ff39cca0f92c97ffa24659392a2f9
install/tpl/apache_ispconfig.vhost.master
@@ -4,13 +4,14 @@
# for the ISPConfig controlpanel
######################################################
Listen 8080
NameVirtualHost *:8080
Listen {vhost_port}
NameVirtualHost *:{vhost_port}
<VirtualHost _default_:8080>
<VirtualHost _default_:{vhost_port}>
   ServerAdmin webmaster@localhost
    DocumentRoot /usr/local/ispconfig/interface/web/
   
   {vhost_cgi_alias}
   <IfModule mod_php5.c>
        AddType application/x-httpd-php .php
   </IfModule>