HTTP


Eventually we may want to use our regular apache/http installation but for now, I am just going to use the stock redhat for testing.

Configure httpd
chkconfig --level 345 httpd on

Configure only https
We don't want passwds in cleartext
sed -i -e 's/^Listen 80.*$/#Listen 80/' /etc/httpd/conf/httpd.conf

Start web server
/etc/init.d/httpd restart
Topic revision: r1 - 2015-08-06, KScottRowe
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback