October 15, 2010 04:17AM
Currently use linode server. Ubuntu 10.04, nginx 0.8.52, PHP-fpm,

I try to create subdomain for Chive. but it doesn't to work. Cant access database at all. When i try with SQL buddy it work but my boss like Chive better. Any idea what wrong? Below is my subdomain.conf

server {
listen 80;
server_name subdomain.com;
access_log /srv/www/subdomain.com/logs/access.log;
error_log /srv/www/subdomain.com/logs/error.log;

location / {
root /srv/www/subdomain.com/public_html;
index index.html index.htm index.php;
}

location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /srv/www/subdomain.com/public_html$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
}
Subject Author Posted

Unable to use CHIVE MySQL database management tool

spacereactor October 15, 2010 04:17AM

Re: Unable to use CHIVE MySQL database management tool

Francis Daly October 15, 2010 06:56AM

Re: Unable to use CHIVE MySQL database management tool

Francis Daly October 15, 2010 07:38AM

Re: Unable to use CHIVE MySQL database management tool

Adrian Janeczek October 15, 2010 08:02AM

Re: Unable to use CHIVE MySQL database management tool

spacereactor October 15, 2010 09:06AM

Re: Unable to use CHIVE MySQL database management tool

spacereactor October 18, 2010 12:33AM

Re: Unable to use CHIVE MySQL database management tool

spacereactor October 18, 2010 02:45AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 254
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready