You are here
Daniel Rodriguez - Fri, 2020/10/09 - 01:25
104/5000
I need to make a query, how can I change port 80 on my Moodle server? help me please
Forum:
Tags:
104/5000
I need to make a query, how can I change port 80 on my Moodle server? help me please
Yes it's easy... :)
It's pretty straight forward really.
Firstly add the new port to the Apache ports config file. I.e. to use 8443 for HTTPS (instead of 443):
Then edit the Apache moodle.conf file and change where it specifies port 443 and change it to 8443. E.g. edit using nano:
And change this line:
To:
Then restart Apache to apply the change:
Add new comment