NdK
29th July 2009, 22:51
Hello.
I think I've found some bugs in default setup (and couldn't find them listed anywhere):
- missing "ln -s /usr/share/phpmyadmin /var/www/phpmyadmin"
- extra \ at line 32 of /usr/local/ispconfig/server/conf/bash.bashrc.master (with it ssh users see literal $USER@.. instead of username@...)
- missing /var/www/clients/clientX/webY/.htpasswd_stats -- without it, accessing /stats/ gives a "500 internal server error" after asking for auth
Another thing I did is adding "-c ~/php.ini" to exec line of /usr/local/ispconfig/server/conf/php-fcgi-starter.master (the file in PHPRC *should* get used if user doesn't put a php.ini in his home). Maybe it should be configurable on an host-by-host or client-by client basis, together with number of childs to spawn for each fastcgi user.
Hope it can help others.
I think I've found some bugs in default setup (and couldn't find them listed anywhere):
- missing "ln -s /usr/share/phpmyadmin /var/www/phpmyadmin"
- extra \ at line 32 of /usr/local/ispconfig/server/conf/bash.bashrc.master (with it ssh users see literal $USER@.. instead of username@...)
- missing /var/www/clients/clientX/webY/.htpasswd_stats -- without it, accessing /stats/ gives a "500 internal server error" after asking for auth
Another thing I did is adding "-c ~/php.ini" to exec line of /usr/local/ispconfig/server/conf/php-fcgi-starter.master (the file in PHPRC *should* get used if user doesn't put a php.ini in his home). Maybe it should be configurable on an host-by-host or client-by client basis, together with number of childs to spawn for each fastcgi user.
Hope it can help others.