|
|
|
@ -41,7 +41,7 @@ if (!$vhost){ |
|
|
|
|
TemplatePath => 'WebAppVirtualHost', |
|
|
|
|
DocumentRoot => '/usr/share/openupload/www', |
|
|
|
|
Removable => 'yes', |
|
|
|
|
LemonLDAP => 'enabled' |
|
|
|
|
Authentication => 'LemonLDAP' |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "domain-create", "upload.$domain") == 0 ){ |
|
|
|
@ -60,7 +60,7 @@ if (!$vhost){ |
|
|
|
|
TemplatePath => 'WebAppVirtualHost', |
|
|
|
|
DocumentRoot => '/usr/share/tt-rss', |
|
|
|
|
Removable => 'yes', |
|
|
|
|
LemonLDAP => 'enabled' |
|
|
|
|
Authentication => 'LemonLDAP' |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "domain-create", "rss.$domain") == 0 ){ |
|
|
|
@ -79,7 +79,7 @@ if (!$vhost){ |
|
|
|
|
TemplatePath => 'WebAppVirtualHost', |
|
|
|
|
DocumentRoot => '/usr/share/ajaxplorer', |
|
|
|
|
Removable => 'yes', |
|
|
|
|
LemonLDAP => 'enabled' |
|
|
|
|
Authentication => 'LemonLDAP' |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "domain-create", "echange.$domain") == 0 ){ |
|
|
|
@ -99,7 +99,7 @@ if (!$vhost){ |
|
|
|
|
TemplatePath => 'WebAppVirtualHost', |
|
|
|
|
DocumentRoot => '/usr/share/dokuwiki', |
|
|
|
|
Removable => 'yes', |
|
|
|
|
LemonLDAP => 'enabled' |
|
|
|
|
Authentication => 'LemonLDAP' |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
unless ( system("/sbin/e-smith/signal-event", "domain-create", "wiki.$domain") == 0 ){ |
|
|
|
|