Comments on: How to Manage Apache Server Using “Apache GUI” Tool https://www.tecmint.com/apache-web-administration-tool/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 26 Jan 2024 00:07:51 +0000 hourly 1 By: Satya Vedula https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-2129426 Fri, 26 Jan 2024 00:07:51 +0000 http://www.tecmint.com/?p=8673#comment-2129426 Had to change the apachegui.service as given below on a proxmox container to make sure tomcat doesn’t stop after starting.

cat /etc/systemd/system/apachegui.service
[Unit]
Description=Apache GUI Service
After=multi-user.target

[Service]
Type=forking
WorkingDirectory=/opt/ApacheGUI/bin/
ExecStart="/opt/ApacheGUI/bin/run.sh"
ExecStop="/opt/ApacheGUI/bin/stop.sh"
RemainAfterExit=yes

#StandardOutput=syslog
#StandardError=syslog
#Type=simple

[Install]
WantedBy=multi-user.target

# Execute pre and post scripts as root
#PermissionsStartOnly=true
]]>
By: Ravi Saive https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978985 Tue, 07 Mar 2023 06:45:16 +0000 http://www.tecmint.com/?p=8673#comment-1978985 In reply to addon.

@Addon,

I’ve updated the Apache GUI article with the latest instructions…

]]>
By: addon https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978629 Mon, 06 Mar 2023 17:43:02 +0000 http://www.tecmint.com/?p=8673#comment-1978629 The download filename and the tar version filename are different:

ApacheGUI-1.12.0.tar.gz
tar xfz ApacheGUI-1.9.3.tar.gz

Most novice users are dazed as it is. Are you trying to bother them as well?

Thank you for the article, anyway excellent info as always from tecmint.

]]>
By: Nallib https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1587887 Sun, 12 Sep 2021 12:58:23 +0000 http://www.tecmint.com/?p=8673#comment-1587887 Thanks, mate.

SSH is a pain in the…

]]>
By: cybernard https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1045862 Tue, 09 Oct 2018 12:34:53 +0000 http://www.tecmint.com/?p=8673#comment-1045862 In reply to Ravi Saive.

Yet, I still experienced tons of errors.

]]>