Search found 4 matches
- Fri Oct 07, 2016 5:34 pm
- Forum: Общие вопросы
- Topic: Я заменил php5 на php7 fpm как отобразить его на странице СЕРВЕР?
- Replies: 2
- Views: 3730
Re: Я заменил php5 на php7 fpm как отобразить его на странице СЕРВЕР?
Также актуально, до конца настроить не могу. Симлинками как-то на хостинге сделали, вроде заработал нормально 7fpm vesta.conf правил сменил на php7.0-fpm В итоге не помогло засеренный и всё, хотя рестарт процесса фактически выполнялся из графики.
- Sun Aug 21, 2016 8:16 pm
- Forum: Web Server
- Topic: StartSSL Certificate on Domain
- Replies: 9
- Views: 11999
Re: StartSSL Certificate on Domain
Hi huys. I've experienced the samу issue and after a long way googling i've found out that the fieds have to be filed in with this info 1 your_doimain.crt 2 ssl private key NOT ENCRYPTED!!! 3 root crt intermediate crt OR contents of "1_root_bundle" from ApacheServer archive AT STEP 2 you need to get...
- Sat Jan 09, 2016 3:50 am
- Forum: Web Server
- Topic: PHP5-FPM socket error.
- Replies: 4
- Views: 7240
Re: PHP5-FPM socket error.
Yes. Adding lines
listen.owner = www-data
listen.group = www-data
instead of
listen.owner = admin
listen.group = nginx
and deleting sock file and restarting services worked for me as well.
I guess it's a bug. Don't know how to file an issue.
listen.owner = www-data
listen.group = www-data
instead of
listen.owner = admin
listen.group = nginx
and deleting sock file and restarting services worked for me as well.
I guess it's a bug. Don't know how to file an issue.
- Thu Jan 07, 2016 1:51 pm
- Forum: Web Server
- Topic: admin user in console and .htaccess auto with NGINX
- Replies: 1
- Views: 2422
admin user in console and .htaccess auto with NGINX
Hello. Could you please suggest a correct way of working with user admin in console? Admin has a dummy /sbin/nologin shell in /etc/passwd I may change it to /bin/bash but i am not sure it's right choice. I often need to make manual changes in /home/admin/web/* dir while working on my sites since i a...