Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Sat Oct 15, 2016 3:38 pm
- Forum: General Discussion
- Topic: Nginx + php-fpm needs open_basedir
- Replies: 1
- Views: 3602
Nginx + php-fpm needs open_basedir
Missing open_basedir in /etc/php-fpm.d/*.conf files. How to structurally fix this in the php-fpm template? The vestacp version I'm using is 0.9.8-16
I noticed by running this php file which successfully dumps the system file:
<?php
echo file_get_contents('/etc/passwd');
After investigating I ...
I noticed by running this php file which successfully dumps the system file:
<?php
echo file_get_contents('/etc/passwd');
After investigating I ...
- Fri Sep 30, 2016 10:19 am
- Forum: General Discussion
- Topic: Security mysql remote user
- Replies: 1
- Views: 3158
Security mysql remote user
Vesta adds mysql user with both host "localhost" and "%". This means every mysql user is exposed to remote login from every host. The vestacp version is 0.9.8-16
To me this sounds as a security risk. Remote access from any host should be avoided. Other control panels do allow this to be configured ...
To me this sounds as a security risk. Remote access from any host should be avoided. Other control panels do allow this to be configured ...
- Sun Sep 04, 2016 9:06 pm
- Forum: Web Server
- Topic: php-fpm sockets vs ports
- Replies: 1
- Views: 2890
php-fpm sockets vs ports
I noticed that vestacp uses php-fpm and configures for every user account a different port starting with port 9000. You can find the configuration files in /etc/php-fpm.d/
I would think that communication via unix sockets will be faster then via local ports. Are there other people who know more ...
I would think that communication via unix sockets will be faster then via local ports. Are there other people who know more ...