Skip to content

Disable install_ispconfig_interface when no webserver is present

Helmo requested to merge helmo/ispconfig3:patch-updater-detect-interface into develop

On a DNS only server I was presented with questions about the port number for the ISPconfig interface, and an error about restarting Apache.

Reconfigure Services? (yes,no,selected) [yes]: 

Configuring BIND
Configuring Apache
Configuring vlogger
Configuring Apps vhost
Configuring Jailkit
Configuring Database
Updating ISPConfig
ISPConfig Port []: 

Create new ISPConfig SSL certificate (yes,no) [no]: 

Reconfigure Crontab? (yes,no) [yes]: 

Updating Crontab
Restarting services ...
Failed to restart apache2.service: Unit apache2.service not found.
Update finished.
root@ispdns:~# 

After the patch:

Service 'mail_server' has been detected (currently disabled) do you want to enable and configure it?  (yes,no) [no]: 

Service 'firewall_server' has been detected (currently disabled) do you want to enable and configure it?  (yes,no) [no]: 

Reconfigure Services? (yes,no,selected) [yes]: 

Configuring BIND
Configuring Database
Updating ISPConfig


Reconfigure Crontab? (yes,no) [yes]: 

Updating Crontab
Restarting services ...
Update finished.

Merge request reports