#Hit down until "Save Changes" is highlit, and press enter
#Press q to exit after changes are saved.
=== Creating the webapp ===
# Open the HDA Webapps configuration page http://hda/setup?sub=webapps&tab=app#Create a new webapp named cups=== Creating the Webapp Redirect === su - nano /etc/httpd/conf.d/*cups.confGo down to line 5, and add this: ProxyPass / http://localhost:631/ ProxyPassReverse / http://localhost:631Press CTRL+X to exit and save.Your Done.