Search found 5 matches
- Wed Jul 25, 2018 7:04 pm
- Forum: Web Server
- Topic: How do I change from Nginx + Apache to Nginx + PHP-FPM?
- Replies: 0
- Views: 2029
How do I change from Nginx + Apache to Nginx + PHP-FPM?
Hello, First of all, outstanding job with this open-source application, really, thank you a lot for dedicating efforts for this. I have a question, I have installed the default Vesta package, which seems to come with Nginx (Frontend) + Apache (Backend), right? But for what I have read, PHP-FPM seems...
- Thu Apr 19, 2018 6:25 pm
- Forum: Scripting / API
- Topic: How to import a .SQL file when a specific user creates a database?
- Replies: 0
- Views: 3808
How to import a .SQL file when a specific user creates a database?
I'm building one of those free trial SaaS, I have managed to create a database programatically with Vesta's API command v-add-database , but now I would like to automatically import a .SQL file into it. To import the SQL file when a database is created, I'm using a PHP script that read a file and qu...
- Sun Apr 15, 2018 5:10 pm
- Forum: Web Server
- Topic: How to upgrade from php 5.x to 7.x for nginx + php-fpm
- Replies: 14
- Views: 31231
Re: How to upgrade from php 5.x to 7.x for nginx + php-fpm
+1 on that, VestaCP is great, but it's time to update the PHP bundled with it.
- Sun Feb 12, 2017 2:51 am
- Forum: Web Server
- Topic: Temporary URL for new users
- Replies: 5
- Views: 8708
Re: Temporary URL for new users
Can you please elaborate a little further on how to do this?skurudo wrote:You can use one real domain for admin and your users can use alias.
For example yourdomain.com
and for user - userdomain-com.yourdomain.com
- Sat Feb 04, 2017 7:42 pm
- Forum: General Discussion
- Topic: error_log per website?
- Replies: 1
- Views: 4008
error_log per website?
I just installed VestaCP with Apache + NGINX. It's an amazing tool, but now I would like to configure the PHP error_log variable to save the error.log file on each virtual host: Final result would be something like this: /home/admin/web/mywebsite.com/logs/error.log I saw it already creates a shortcu...