Search found 25 matches
- Wed Apr 12, 2023 6:18 pm
- Forum: Web Server
- Topic: Change the domain name
- Replies: 4
- Views: 49746
- Fri Aug 17, 2018 12:35 pm
- Forum: Database Server
- Topic: [FIX] phpmyadmin some feature/controluser
- Replies: 86
- Views: 1046872
- Mon Jul 09, 2018 9:01 am
- Forum: Web Server
- Topic: Error: Apache & Nginx Running ON Same Port
- Replies: 1
- Views: 4521
Re: Error: Apache and Nginx start...
I installed NGINX with nginx-rtmp-module using doc: https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp Then started NGINX: /usr/local/nginx/sbin/nginx But APACHE failed: service apache2 restart gives Job for apache2.service failed because the control process exited with e...
- Mon Jun 19, 2017 8:28 pm
- Forum: Веб сервер
- Topic: Error 500 - "upstream prematurely closed connection while reading response header from upstream"
- Replies: 3
- Views: 6401
Error 500 - "upstream timed out (110: Connection timed out) while reading response header from upstream"
И на другие сайты/домены это зло поползло: """ 2017/06/19 23:20 [error] 12129#12129: *643286 upstream timed out (110: Connection timed out) while reading response header from upstream, client:146.185.223.245, server:hopak-odesa.ved.bz, request:"GET/HTTP-1.0", upstream:"http://195.123.209.69:8080/", ...
- Thu Jun 15, 2017 10:33 am
- Forum: Веб сервер
- Topic: Error 500 - "upstream prematurely closed connection while reading response header from upstream"
- Replies: 3
- Views: 6401
Error 500 - "upstream prematurely closed connection while reading response header from upstream"
CentOS release 6.9 (Final), 64-bit. ((( Linux 2.6.32-642.13.1.el6.x86_64 #1 SMP Jan 11 2017 x86_64 GNU/Linux ))) Apache + nginx + PHP + MySQL + WordPress. В логах Apache видно: """ 15/Jun/2017:11:53:14 "POST /wp-admin/nav-menus.php HTTP/1.0" 500 - "http://vedavrat.org/wp-admin/nav-menus.php" "Mozil...
- Thu Jan 26, 2017 1:20 am
- Forum: Database Server
- Topic: Phpmyadmin error after update
- Replies: 5
- Views: 51246
phpMyAdmin - Error "session_start(): open(SESSION_FILE, O_RDWR)) failed: Permission denied (13)"
(1) First ensure your session.save_path in your php.ini is set correctly (2) then check the session directory permission sudo chmod 777 /var/lib/php/session/ (3) If you make any change in php.ini, restart httpd (4) Finally, clear everything (cache, cookies...) at browser. And refresh and check. Tha...
- Sat Oct 29, 2016 9:01 am
- Forum: Web Server
- Topic: backup error: "gzip: /backup/tmp.??????????/db/*/*.mysql.sql.gz already exists; do you wish to overwrite (y or n)?"
- Replies: 3
- Views: 9212
Re: backup error: "gzip: /backup/tmp.??????????/db/*/*.mysql.sql.gz already exists; do you wish to overwrite (y or n)?"
Can you show /var/log/vesta/backup.log ? About this user -- there is nothing there... :-( Something from other user (????) only: """ -- SYSTEM -- 2016-10-29 05:13:24 ?????.conf 2016-10-29 05:13:24 stats.log 2016-10-29 05:13:24 history.log 2016-10-29 05:13:24 pam -- WEB -- 2016-10-29 05:13:24 ?????....
- Thu Oct 27, 2016 12:25 pm
- Forum: Web Server
- Topic: backup error: "gzip: /backup/tmp.??????????/db/*/*.mysql.sql.gz already exists; do you wish to overwrite (y or n)?"
- Replies: 3
- Views: 9212
backup error: "gzip: /backup/tmp.??????????/db/*/*.mysql.sql.gz already exists; do you wish to overwrite (y or n)?"
' Problem of backup in VestaCP appeared . During every sudo /usr/local/vesta/bin/v-backup-user {USERNAME} YES # sudo /usr/local/vesta/bin/v-backup-user {USERNAME} YES -- SYSTEM -- 2016-10-25 19:25:12 {USERNAME}.conf 2016-10-25 19:25:12 stats.log 2016-10-25 19:25:12 history.log 2016-10-25 19:25:12 pa...
- Mon Mar 07, 2016 2:34 pm
- Forum: Web Server
- Topic: nginx-rtmp -- How to install nginx witj rtmp-module?
- Replies: 2
- Views: 7514
Re: nginx-rtmp -- How to install nginx with rtmp-module?
I see.RevengeFNF wrote:You need to install nginx from source.
Is this instruction
https://github.com/arut/nginx-rtmp-modu ... nginx-rtmp
good to install from source nginx with rtmp-module?
- Sat Mar 05, 2016 9:42 pm
- Forum: Web Server
- Topic: nginx-rtmp -- How to install nginx witj rtmp-module?
- Replies: 2
- Views: 7514
nginx-rtmp -- How to install nginx witj rtmp-module?
Can you please tell how to install nginx-rtmp on VestaCP, running on CentOS-6?
Thank you.
Thank you.