Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Sat Jul 21, 2018 7:52 am
- Forum: Web Server
- Topic: Implement Apache v2.4 Access Control in apache2.conf / httpd.conf NOT .htaccess
- Replies: 0
- Views: 1557
Implement Apache v2.4 Access Control in apache2.conf / httpd.conf NOT .htaccess
On our site https://subdomain.example.com we want to only allow access via certain IP.
We edited :
/home/admin/conf/web/subdomain.example.com.apache2.ssl.conf
adding the following into the directory container for the site :
/home/admin/web/subdomain.example.com/public_html/
<RequireAll>
Require ...
We edited :
/home/admin/conf/web/subdomain.example.com.apache2.ssl.conf
adding the following into the directory container for the site :
/home/admin/web/subdomain.example.com/public_html/
<RequireAll>
Require ...
- Sat Jul 21, 2018 7:16 am
- Forum: Web Server
- Topic: upgrading php from 7.0 to 7.1 on ubuntu 16.04
- Replies: 2
- Views: 7955
Re: upgrading php from 7.0 to 7.1 on ubuntu 16.04
This forum post solved my similar issues :
viewtopic.php?t=17129
viewtopic.php?t=17129