<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Metty</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Metty"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/Metty"/>
	<updated>2026-05-11T10:50:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=100356</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=100356"/>
		<updated>2015-11-08T22:41:28Z</updated>

		<summary type="html">&lt;p&gt;Metty: /* Restart httpd */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsUpdate}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The [http://www.amahi.org/apps/cups CUPS] web application is currently in Testing for Amahi 7/8.  This guide is incomplete, but when finished will allow manual adding the cups printing system to a existing HDA installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; or &amp;quot;change settings&amp;quot; is highlighted, and press enter&lt;br /&gt;
#When asked for username and password use &amp;quot;root&amp;quot; and &amp;quot;yourownHDApassword&amp;quot; which was set while installing your hda. It seems that only user &amp;quot;root&amp;quot; save changes.&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Go to the apps on the dashboard and install Webapps if not installed already&lt;br /&gt;
#Open the HDA Webapps configuration page&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
Edit the config-file using a editor like &amp;quot;nano&amp;quot;. Perhaps you have to install it first:&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y install nano&lt;br /&gt;
Now you can editing cups&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    ProxyPassReverse / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
              ServerName cups&lt;br /&gt;
              ServerAlias cups.yourdomain.net&lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
              ProxyPass / http://localhost:631/&lt;br /&gt;
              ProxyPassReverse / http://localhost:631/&lt;br /&gt;
     &lt;br /&gt;
              DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
              Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
              AllowOverride AuthConfig&lt;br /&gt;
              Require all granted&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
              ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
              CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!d&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
check that /var/hda/web-apps/cups/logs exists and is owned by apache:users&lt;br /&gt;
Then restart httpd.&lt;br /&gt;
&lt;br /&gt;
    systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;br /&gt;
&lt;br /&gt;
If you have problems to connect to cups this way it may be because your DNS-Server is not set right. Then you can try to enter the IP-adress in your browser:&lt;br /&gt;
http://192.168.X.XX:631/ (replace 192.168.X.XX with your hda IP)&lt;/div&gt;</summary>
		<author><name>Metty</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=100331</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=100331"/>
		<updated>2015-11-08T15:36:44Z</updated>

		<summary type="html">&lt;p&gt;Metty: /* Testing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsUpdate}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The [http://www.amahi.org/apps/cups CUPS] web application is currently in Testing for Amahi 7/8.  This guide is incomplete, but when finished will allow manual adding the cups printing system to a existing HDA installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; or &amp;quot;change settings&amp;quot; is highlighted, and press enter&lt;br /&gt;
#When asked for username and password use &amp;quot;root&amp;quot; and &amp;quot;yourownHDApassword&amp;quot; which was set while installing your hda. It seems that only user &amp;quot;root&amp;quot; save changes.&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Go to the apps on the dashboard and install Webapps if not installed already&lt;br /&gt;
#Open the HDA Webapps configuration page&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
Edit the config-file using a editor like &amp;quot;nano&amp;quot;. Perhaps you have to install it first:&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y install nano&lt;br /&gt;
Now you can editing cups&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    ProxyPassReverse / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
              ServerName cups&lt;br /&gt;
              ServerAlias cups.yourdomain.net&lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
              ProxyPass / http://localhost:631/&lt;br /&gt;
              ProxyPassReverse / http://localhost:631/&lt;br /&gt;
     &lt;br /&gt;
              DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
              Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
              AllowOverride AuthConfig&lt;br /&gt;
              Require all granted&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
              ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
              CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!d&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
    systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;br /&gt;
&lt;br /&gt;
If you have problems to connect to cups this way it may be because your DNS-Server is not set right. Then you can try to enter the IP-adress in your browser:&lt;br /&gt;
http://192.168.X.XX:631/ (replace 192.168.X.XX with your hda IP)&lt;/div&gt;</summary>
		<author><name>Metty</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=100326</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=100326"/>
		<updated>2015-11-08T15:33:05Z</updated>

		<summary type="html">&lt;p&gt;Metty: /* Creating the Webapp Redirect */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsUpdate}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The [http://www.amahi.org/apps/cups CUPS] web application is currently in Testing for Amahi 7/8.  This guide is incomplete, but when finished will allow manual adding the cups printing system to a existing HDA installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; or &amp;quot;change settings&amp;quot; is highlighted, and press enter&lt;br /&gt;
#When asked for username and password use &amp;quot;root&amp;quot; and &amp;quot;yourownHDApassword&amp;quot; which was set while installing your hda. It seems that only user &amp;quot;root&amp;quot; save changes.&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Go to the apps on the dashboard and install Webapps if not installed already&lt;br /&gt;
#Open the HDA Webapps configuration page&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
Edit the config-file using a editor like &amp;quot;nano&amp;quot;. Perhaps you have to install it first:&lt;br /&gt;
    su -&lt;br /&gt;
    yum -y install nano&lt;br /&gt;
Now you can editing cups&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    ProxyPassReverse / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
              ServerName cups&lt;br /&gt;
              ServerAlias cups.yourdomain.net&lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
              ProxyPass / http://localhost:631/&lt;br /&gt;
              ProxyPassReverse / http://localhost:631/&lt;br /&gt;
     &lt;br /&gt;
              DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
              Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
              AllowOverride AuthConfig&lt;br /&gt;
              Require all granted&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
              ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
              CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!d&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
    systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;/div&gt;</summary>
		<author><name>Metty</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=100321</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=100321"/>
		<updated>2015-11-08T15:29:02Z</updated>

		<summary type="html">&lt;p&gt;Metty: /* Creating the webapp */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsUpdate}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The [http://www.amahi.org/apps/cups CUPS] web application is currently in Testing for Amahi 7/8.  This guide is incomplete, but when finished will allow manual adding the cups printing system to a existing HDA installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; or &amp;quot;change settings&amp;quot; is highlighted, and press enter&lt;br /&gt;
#When asked for username and password use &amp;quot;root&amp;quot; and &amp;quot;yourownHDApassword&amp;quot; which was set while installing your hda. It seems that only user &amp;quot;root&amp;quot; save changes.&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Go to the apps on the dashboard and install Webapps if not installed already&lt;br /&gt;
#Open the HDA Webapps configuration page&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    ProxyPassReverse / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
              ServerName cups&lt;br /&gt;
              ServerAlias cups.yourdomain.net&lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
              ProxyPass / http://localhost:631/&lt;br /&gt;
              ProxyPassReverse / http://localhost:631/&lt;br /&gt;
     &lt;br /&gt;
              DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
              Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
              AllowOverride AuthConfig&lt;br /&gt;
              Require all granted&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
              ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
              CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!d&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
    systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;/div&gt;</summary>
		<author><name>Metty</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Cups&amp;diff=100316</id>
		<title>Cups</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Cups&amp;diff=100316"/>
		<updated>2015-11-08T15:27:06Z</updated>

		<summary type="html">&lt;p&gt;Metty: /* Once in links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsUpdate}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The [http://www.amahi.org/apps/cups CUPS] web application is currently in Testing for Amahi 7/8.  This guide is incomplete, but when finished will allow manual adding the cups printing system to a existing HDA installation.&lt;br /&gt;
=== Initial system setup ===&lt;br /&gt;
Check to see if cups is installed already. It quite often is if you installed Gnome or any other programs that might have printer support.&lt;br /&gt;
    su -&lt;br /&gt;
    rpm -qa |grep cups&lt;br /&gt;
If you see cups, then you don't need the next line.&lt;br /&gt;
    yum -y install cups&lt;br /&gt;
=== Configure cups for remote access ===&lt;br /&gt;
Install links for local access to the cups configuration website, or use whatever web browser you have if you have X installed.&lt;br /&gt;
    yum -y install links&lt;br /&gt;
Navigate to the Links configuration page&lt;br /&gt;
 Quick cheatsheet for links:&lt;br /&gt;
 Left and Right arrows go forward and backward on pages.&lt;br /&gt;
 Up and Down arrows move from one link to another&lt;br /&gt;
 SpaceBar goes down 1 page.&lt;br /&gt;
 Enter is the same as clicking a link, or puts a check in a box.&lt;br /&gt;
    links http://localhost:631&lt;br /&gt;
=== Once in links ===&lt;br /&gt;
#Hit down arrow until on &amp;quot;Administration&amp;quot; then hit enter&lt;br /&gt;
#Hit down until the checkbox next to Allow Remote Administration is highlit, then press enter&lt;br /&gt;
#Hit down until &amp;quot;Save Changes&amp;quot; or &amp;quot;change settings&amp;quot; is highlighted, and press enter&lt;br /&gt;
#When asked for username and password use &amp;quot;root&amp;quot; and &amp;quot;yourownHDApassword&amp;quot; which was set while installing your hda. It seems that only user &amp;quot;root&amp;quot; save changes.&lt;br /&gt;
#Press q to exit after changes are saved.&lt;br /&gt;
&lt;br /&gt;
=== Creating the webapp ===&lt;br /&gt;
#Open the HDA Webapps configuration page&lt;br /&gt;
#Create a new webapp named cups&lt;br /&gt;
&lt;br /&gt;
=== Creating the Webapp Redirect ===&lt;br /&gt;
    su -&lt;br /&gt;
    nano /etc/httpd/conf.d/*cups.conf&lt;br /&gt;
Go down to line 5, and add this:&lt;br /&gt;
    ProxyPass / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
    ProxyPassReverse / &amp;lt;nowiki&amp;gt;http://localhost:631/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Press CTRL+X to exit and save.&lt;br /&gt;
&lt;br /&gt;
== It should look like this ==&lt;br /&gt;
&amp;lt;br/&amp;gt;   &lt;br /&gt;
&amp;lt;pre&amp;gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
      &lt;br /&gt;
              ServerName cups&lt;br /&gt;
              ServerAlias cups.yourdomain.net&lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
      &lt;br /&gt;
              ProxyPass / http://localhost:631/&lt;br /&gt;
              ProxyPassReverse / http://localhost:631/&lt;br /&gt;
     &lt;br /&gt;
              DocumentRoot /var/hda/web-apps/cups/html&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;Directory &amp;quot;/var/hda/web-apps/cups/html&amp;quot;&amp;gt;&lt;br /&gt;
              Options Indexes FollowSymLinks MultiViews&lt;br /&gt;
              AllowOverride AuthConfig&lt;br /&gt;
              Require all granted&lt;br /&gt;
     &lt;br /&gt;
              &amp;lt;/Directory&amp;gt;&lt;br /&gt;
     &lt;br /&gt;
              ErrorLog  /var/hda/web-apps/cups/logs/error_log&lt;br /&gt;
              CustomLog /var/hda/web-apps/cups/logs/access_log combined env=!d&lt;br /&gt;
     &lt;br /&gt;
      &amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Restart httpd ===&lt;br /&gt;
    systemctl restart httpd.service&lt;br /&gt;
&lt;br /&gt;
=== Testing ===&lt;br /&gt;
Go to a system on your network, and try going to http://cups&lt;/div&gt;</summary>
		<author><name>Metty</name></author>
		
	</entry>
</feed>