Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blackstar

Pages: 1 2 [3] 4 5 6
31
CentOS 6 Problems / Re: admin panel - 502 Bad Gateway error
« on: February 20, 2018, 10:14:57 AM »
cd /scripts
./restart_cwpsrv

should fix it

thank you. it is working now

32
CentOS 6 Problems / admin panel - 502 Bad Gateway error
« on: February 20, 2018, 09:25:32 AM »
There was no problem at night. but when I wake up I see that there is an error. I can not enter the admin pane.

http://prntscr.com/ih8hw0

how can i solve it?

33
What errors are showing exactly?

there is no problem at the moment. but as I said, I set up a new server. again the above mentioned error. If nginx works varnish gives an error. nginx was giving an error if varnish tried.

34
I installed a new server. I have this error again. Please bring a solution to the authorities. thanks

35
when you restart nginx what error it throws?

I solved the problem.
sudo fuser -k 80/tcp
service nginx start
service nginx restart
service httpd restart
service varnish restart
Thank you for the help.

36
What error varnish is throwing?

Better goto select webserver --> select only apache and compile

Then select nginx --> apache --> varnish and compile it again.

I did what you said. but it happened again.

http://prntscr.com/ibileh
varnish is working, nginx is giving an error.
nginx is working, varnish is giving an error.

37
Hello
I restarted the services. then this error came to fruition.

Starting nginx: nginx: [emerg] bind() to 163.1xx.xxx.xxx:80 failed (98: Address

sudo fuser -k 80/tcp

I am correcting with. then varnish gives an error.

how do I solve this problem?

38
MySQL / Re: /var/lib/mysql = du -sh = 175G / I want to clear them
« on: January 21, 2018, 11:42:45 PM »
you should connect to your SQL server using SQL root login,

Code: [Select]
#mysql -u root -p
then execute command in SQL console (172 was used as example)

Code: [Select]
mysql>PURGE BINARY LOGS TO ‘mysql-bin.172’;
then leave SQL console
Code: [Select]
mysql>exit
If you disable binary logging, yes, you can delete this files with rm command when MySQL stopped

Thank you so much. I deleted it with "rm -rf file name".

39
MySQL / Re: /var/lib/mysql = du -sh = 175G / I want to clear them
« on: January 21, 2018, 08:31:30 PM »
https://dev.mysql.com/doc/refman/5.7/en/purge-binary-logs.html

You need to use phpMyAdmin or mysql console client to do this.
Don’t delete this files using OS shell!

Thank you, but I do not know exactly what I need to do.

I closed this line with "#" in the file "log-bin = mysql-bin" in /etc/my.cnf.
later, I did "service mysqld restart".
and now can I manually delete those files? >> rm -rf mysql-bin.*

40
MySQL / /var/lib/mysql = du -sh = 175G / I want to clear them
« on: January 21, 2018, 07:57:10 PM »
Hello
cd var/lib/mysql

http://prntscr.com/i3lu4l

I want to clean these files securely. how can I do that ? and I do not want to keep the log. can you help me ?
MySQL version: 10.1.30-MariaDB
centos 6
Apache version: Apache/2.4.29
PHP version: 5.6.31
thanks

41
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: October 22, 2017, 10:36:47 AM »
check that your packages are update and then restart the server
yum -y update

if the issue continues try this
yum reinstall cwpsrv
yum reinstall cwpphp
....after that again restart of the services or reboot

I did it, but it still does not work.

42
MySQL / to publish all of the texts?
« on: October 07, 2017, 12:49:17 AM »
Hello
MySQL version: 10.1.26-MariaDB

I want to publish all the articles in the draft with phpMyAdmin. What is the sql query? does anyone knows ?
thanks

43
Varnish / Re: Wordpress robust default.vcl ? do you have any?
« on: September 22, 2017, 02:40:44 PM »
you need to check varnish configuration based on your script/cms, example for wordpress
you would google varnish configuration for wordpress

Thank you very much, but I could not find anything suitable. Maybe your expert friends have it?

44
Varnish / Wordpress robust default.vcl ? do you have any?
« on: September 22, 2017, 11:35:18 AM »
Hi, I'm using apache + nginx proxy + varnish. but varnish is not enough. Do you have a default default.vcl file that will reduce the load? Or who can write for a fee? payment method paxum.

note: varnish 4 vcl..

45
PHP / Re: Phpmyadmin "502 Bad Gateway" Error
« on: August 13, 2017, 05:05:07 PM »
the problem still continues..

Pages: 1 2 [3] 4 5 6