Search found 7 matches
- Sun Dec 29, 2013 8:41 pm
- Forum: Web Server
- Topic: VestaCP php-mysql issues
- Replies: 6
- Views: 12910
Re: VestaCP php-mysql issues
It's interesting, occasionally when I switch from fcgid to default mod_php it doesn't actually change. I've tested this in a phpinfo file. Will try this solution now. So I need to enable php fpm manually for each domain? Edit: Looks like there's a bug when changing the apache templates and while hav...
- Sun Dec 29, 2013 6:17 pm
- Forum: Web Server
- Topic: VestaCP php-mysql issues
- Replies: 6
- Views: 12910
Re: VestaCP php-mysql issues
apt-get install php5-fpm. Reconfigure VestaCP's php5-fpm configuration to work with Ubuntu's php5-fpm configuration, instead.. Cool, installed fpm. Did you have to edit the apache/nignx templates to actually use fpm on the sites? phpinfo still showing CGI/FastCGI. Yes, it's a bit confusing the way ...
- Sun Dec 29, 2013 9:24 am
- Forum: Database Server
- Topic: Cannot Upload .sql into phpMyAdmin
- Replies: 39
- Views: 83558
Re: Cannot Upload .sql into phpMyAdmin
Yes, that would make sense :) Good find.Kaurer wrote:Hello.
I found the solution.
Changing the permissions with chmod 777 to file /var/lib/phpmyadmin/tmp, it works correctly with phpmyadmin import file.
Greetings.
- Sun Dec 29, 2013 9:23 am
- Forum: Web Server
- Topic: VestaCP php-mysql issues
- Replies: 6
- Views: 12910
Re: VestaCP php-mysql issues
Does Vesta officially support 13.10?
By the way, how did you get FPM? I'm using CGI/FastCGI with APC. Thanks.
By the way, how did you get FPM? I'm using CGI/FastCGI with APC. Thanks.
- Thu Dec 26, 2013 9:28 pm
- Forum: General Discussion
- Topic: Public Roadmap
- Replies: 2
- Views: 4780
Public Roadmap
Is there a public roadmap for Vesta development available online? Thanks.
- Thu Dec 26, 2013 6:29 pm
- Forum: Database Server
- Topic: Cannot Upload .sql into phpMyAdmin
- Replies: 39
- Views: 83558
Re: Cannot Upload .sql into phpMyAdmin
The only way I have been able to import databases is via ssh.
mysql -u (username) -p (database name ) < /path/to/sql/on/server
then enter user password when prompted.
mysql -u (username) -p (database name ) < /path/to/sql/on/server
then enter user password when prompted.
- Thu Dec 26, 2013 7:28 am
- Forum: Web Server
- Topic: Nginx.conf Configuration
- Replies: 1
- Views: 3759
Nginx.conf Configuration
Hello, I'm slightly confused how to handle Nginx configuration because there is the primary nginx.conf in /etc/nginx and then there's another one that comes with VestaCP in /usr/local/vesta/nginx/conf. [Debian 7] When I run "top" I also see that there are Nginx processes running as user www-data and...