Make /lists an alias for /usr/share/phplist/www

This /lists suffix seems to be hardcoded in several places
tags/0.3.0_el5 0.3.0_el5
Daniel Berteaud 11 years ago
parent 2d792ac867
commit 1870509195
  1. 3
      root/etc/e-smith/events/actions/ipasserelle-lists-init-domain

@ -57,7 +57,8 @@ if (!$vhost){
TemplatePath => 'WebAppVirtualHost',
DocumentRoot => '/usr/share/phplist/www',
Removable => 'yes',
Authentication => 'LemonLDAP'
Authentication => 'LemonLDAP',
Alias => '/lists=/usr/share/phplist/www'
});
unless ( system("/sbin/e-smith/signal-event", "domain-create", "news.$domain") == 0 ){

Loading…
Cancel
Save