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
|
domaines_type dt
|
||||||
where
|
where
|
||||||
v.name='mailname_bounce'
|
v.name='mailname_bounce'
|
||||||
|
and sd.web_action in ('OK', 'UPDATE')
|
||||||
|
and sd.enable in ('ENABLE', 'ENABLED')
|
||||||
and lower(dt.name) = lower(sd.type)
|
and lower(dt.name) = lower(sd.type)
|
||||||
$params
|
$params
|
||||||
order by
|
order by
|
||||||
|
|
Loading…
Reference in New Issue