create this file vultr.conf
on
/etc/apache2/vhosts.d
<VirtualHost *:34582>
ServerName 195.179.196.98
DocumentRoot "/srv/www/htdocs/vultr/"
</VirtualHost>
---------------------------
make the the custom port to listen 34582
/etc/apache2/Listen.conf
<IfDefine SSL>
<IfDefine !NOSSL>
<IfModule mod_ssl.c>
Listen 443
</IfModule>
</IfDefine>
</IfDefine>
# ViciBox Dynamic Portal
Listen 81
Listen 446
Listen 34582
This is a solution for which problem?
ResponderEliminar