Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
yxzq
on 25/08/2013, 00:52:44 UTC
Can Minepeon listen on a different port instead of :443 or :80 ?  Can it be set up to first request credentials BEFORE it displays the MINEPEON splash page?  We don't want any intruders knowing what they've come across do we?  Smiley
You can change the port like this:

Code:
sudo nano /etc/httpd/conf/httpd.conf

It's a line that says: "Listen 80", change it and then restart apache:

Code:
sudo systemctl restart httpd

Remove index.html and the splash page won't show :-)