I have a Raspberry Pi (Linux) running an Apache2 with PHP7 and MySQL. Is it possible to only port forward one single port to internally redirect the purpose?
I want to be able to use the external port 8903 to internal port 80, but I want to be able to use port 80 as http, https, mysql and ssh. Is it possible to combine port 80 internally in the Raspberry Pi to use as http, https, mysql and ssh? The Raspberry Pi already combines port 22 for ssh and ftp which normally uses 21 for ftp.
No comments:
Post a Comment