Jump to content
Froxlor Forum
  • 0

[How-To] froxlor + nginx + php-fpm on debian 6 with joomla


Sandro

Question

Hi all

 

i'm creating new web server using debian 6 as os with nginx php-fpm and froxlor

all works fine except joomla.

 

if i try to install joomla, installation freeze during configuration check

if i install joomla with aps, when i try to upload something with administrator interface, i get one error about file size..

 

this problems not occur if I change vhost's settings, from

fastcgi_pass unix:/var/run/nginx/user-domain-php-fpm.socket;

to

fastcgi_pass 127.0.0.1:8888;

 

this is not a good solution because all vhosts will work with same php-fpm instance and user is not the real website owner

 

someone have any suggest?

 

thanks all

Bye

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

I've found the problem

i had setted up user with 8 character username and this not work, why?

I changed the username to tables ftp_users, ftp_groups, panel_costumers directly in mysql removing the last character

i've rebuilt the config files and now all works fine.

 

i've found another problem with php-fpm

if i create costumers with standard subdomain, and i suppose with any domain too, when i delete the costumers, froxlor will not delete file in /etc/php5/fpm/pool.d and fpm not start more.

 

thanks all

bye

Sandro

Link to comment
Share on other sites

the username problem is known, it's a proftpd thing if i remember correctly

 

the problem with the poold.d file not being removed might be correct, can't remember the code, open up a ticket in the bugtracker so the devs can do something about it

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...