Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 479
    • Issues 479
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Merge Requests
  • !1305

Merged
Opened Oct 30, 2020 by Helmo@helmoReporter

Disable install_ispconfig_interface when no webserver is present

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

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.
Assignee
Assign to
Reviewer
Request review from
3.2.2
Milestone
3.2.2
Assign milestone
Time tracking
Reference: ispconfig/ispconfig3!1305
Source branch: patch-updater-detect-interface

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.