<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Manage Apache Server Using &#8220;Apache GUI&#8221; Tool	</title>
	<atom:link href="https://www.tecmint.com/apache-web-administration-tool/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/apache-web-administration-tool/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 26 Jan 2024 00:07:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Satya Vedula		</title>
		<link>https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-2129426</link>

		<dc:creator><![CDATA[Satya Vedula]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 00:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8673#comment-2129426</guid>

					<description><![CDATA[Had to change the apachegui.service as given below on a proxmox container to make sure tomcat doesn&#039;t stop after starting.
&lt;pre&gt;
cat /etc/systemd/system/apachegui.service
&lt;/pre&gt;
&lt;pre&gt;
[Unit]
Description=Apache GUI Service
After=multi-user.target

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

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

[Install]
WantedBy=multi-user.target

# Execute pre and post scripts as root
#PermissionsStartOnly=true
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Had to change the apachegui.service as given below on a proxmox container to make sure tomcat doesn&#8217;t stop after starting.</p>
<pre>
cat /etc/systemd/system/apachegui.service
</pre>
<pre>
[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
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978985</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 07 Mar 2023 06:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8673#comment-1978985</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978629&quot;&gt;addon&lt;/a&gt;.

@Addon,

I&#039;ve updated the Apache GUI article with the latest instructions...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978629">addon</a>.</p>
<p>@Addon,</p>
<p>I&#8217;ve updated the Apache GUI article with the latest instructions&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: addon		</title>
		<link>https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1978629</link>

		<dc:creator><![CDATA[addon]]></dc:creator>
		<pubDate>Mon, 06 Mar 2023 17:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8673#comment-1978629</guid>

					<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[<p>The download filename and the tar version filename are different:</p>
<p>ApacheGUI-1.12.0.tar.gz<br />
tar xfz ApacheGUI-1.9.3.tar.gz</p>
<p>Most novice users are dazed as it is. Are you trying to bother them as well?</p>
<p>Thank you for the article, anyway excellent info as always from tecmint.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nallib		</title>
		<link>https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1587887</link>

		<dc:creator><![CDATA[Nallib]]></dc:creator>
		<pubDate>Sun, 12 Sep 2021 12:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8673#comment-1587887</guid>

					<description><![CDATA[Thanks, mate.

SSH is a pain in the...]]></description>
			<content:encoded><![CDATA[<p>Thanks, mate.</p>
<p>SSH is a pain in the&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cybernard		</title>
		<link>https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1045862</link>

		<dc:creator><![CDATA[cybernard]]></dc:creator>
		<pubDate>Tue, 09 Oct 2018 12:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8673#comment-1045862</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1045693&quot;&gt;Ravi Saive&lt;/a&gt;.

Yet, I still experienced tons of errors.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/apache-web-administration-tool/comment-page-1/#comment-1045693">Ravi Saive</a>.</p>
<p>Yet, I still experienced tons of errors.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
