No generation parameters for apache conf when the vhost is not enabled or is waiting to be deleted
This commit is contained in:
parent
c184af2fc2
commit
0823bc73f4
|
@ -1989,6 +1989,8 @@ from
|
|||
domaines_type dt
|
||||
where
|
||||
v.name='mailname_bounce'
|
||||
and sd.web_action in ('OK', 'UPDATE')
|
||||
and sd.enable in ('ENABLE', 'ENABLED')
|
||||
and lower(dt.name) = lower(sd.type)
|
||||
$params
|
||||
order by
|
||||
|
|
Loading…
Reference in New Issue