viernes, 4 de septiembre de 2020

vicidial redirect and virtual host

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



1 comentario: