Softaculous


Topic : block people from accessing your website through server ip


Posted By: abdoqewtw on November 30, 2020, 8:50 pm
hi guys I'm just newbie with webuzo actually it's my first time , i was lucky enough to make my website alive , anyway  i saw that when i put my vps ip webuzo default website page  appears , is there any way to remove this page or block people from accessing the website using vps ip ????????

Posted By: peopleinside on April 11, 2021, 7:39 pm | Post: 1
Hi, sorry to see no reply here. You should maybe search on the web. I think is not Webuzo who need deny the direct I access... I don't know if this is possibile and how is done.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.

Posted By: Ravivishwakarma on April 20, 2021, 7:35 am | Post: 2
Hi, To block people from accessing the website using VPS IP you can add the following block in the apache server path at /usr/local/apps/apache/etc/conf.d/webuzoVH.conf file.

<VirtualHost yourIP:80>
    ServerName yourIP
    Redirect 403 /
</VirtualHost>

This way no one will be able to access your site with the VPS IP.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.