How to change apache port

Hello,

Add/change port_80 in /usr/local/directadmin/conf/directadmin.conf
The default:

Code:
port_80=80

and restart directadmin, rewrite apache configs with:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
 
Back
Top