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.
31
CentOS 6 Problems / Re: Restarted service cloud-config
« on: August 03, 2016, 10:30:04 PM »
I can turn off cloud-init in chkconfig? It serves to normal server operations?
32
Information / Re: What consumes space ???
« on: August 01, 2016, 09:07:44 PM »
thanks for the reply.
the file error_log.
With tail I was able to read a few lines. It is full of php notice.
I changed the line in php.ini
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
in this
error_reporting = E_ERROR | E_WARNING | E_PARSE
So I should not have notice.
It will also have effect on the log file?
I thought moving to php 7. Will I have the same problem? I'll have to re-edit php ini?
Moving from one version to all changes are saved?
the file error_log.
With tail I was able to read a few lines. It is full of php notice.
I changed the line in php.ini
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
in this
error_reporting = E_ERROR | E_WARNING | E_PARSE
So I should not have notice.
It will also have effect on the log file?
I thought moving to php 7. Will I have the same problem? I'll have to re-edit php ini?
Moving from one version to all changes are saved?
33
Information / Re: What consumes space ???
« on: July 30, 2016, 07:29:11 PM »
19 gb, this log /usr/local/apache/logs/ I can not even open it to see what it says
I think it's the fault of this http://forum.centos-webpanel.com/centos-6-problems/restarted-service-cloud-config/
Can anyone help me to solve it or at least not to be included in the log?
Or is there a way to set a maximum weight of log files?
I think it's the fault of this http://forum.centos-webpanel.com/centos-6-problems/restarted-service-cloud-config/
Can anyone help me to solve it or at least not to be included in the log?
Or is there a way to set a maximum weight of log files?
34
Information / What consumes space ???
« on: July 30, 2016, 01:01:13 AM »
I put 3-4 of my sites on cwp in digital ocean.
Every day something eats space. On digitalocean they only 30GB, and every day come closer to the end.
I have other servers with dozens of similar sites, do not weigh almost nothing, about 13GB, there are 20 sites, and some have been around for years.
What's on cwp eating me all this space?
Every day something eats space. On digitalocean they only 30GB, and every day come closer to the end.
I have other servers with dozens of similar sites, do not weigh almost nothing, about 13GB, there are 20 sites, and some have been around for years.
What's on cwp eating me all this space?
35
Information / Re: Exist/Work If-Modified-Since
« on: July 28, 2016, 08:52:22 PM »
If I set this on my pages.
header('If-Modified-Since: '.gmdate('D, d M Y H:i:s', $last_mod_header).' GMT');
The search engines see it?
I read that the server must be configured to allow search engines to access the value of the If-Modified-Since. CWP is configured?
I also read that some vps not allow us access to the If-Modified-Since, the combination digitalocean cwp, allows access?
header('If-Modified-Since: '.gmdate('D, d M Y H:i:s', $last_mod_header).' GMT');
The search engines see it?
I read that the server must be configured to allow search engines to access the value of the If-Modified-Since. CWP is configured?
I also read that some vps not allow us access to the If-Modified-Since, the combination digitalocean cwp, allows access?
36
Information / Exist/Work If-Modified-Since
« on: July 27, 2016, 01:15:46 AM »
As the title suggests, it exists / works If-Modified-Since in cwp?
It can work in digitalocean?
It can work in digitalocean?
37
CentOS 6 Problems / Restarted service cloud-config
« on: July 26, 2016, 08:43:18 PM »
I have lots of email with this error.
-----------------------------------------------------------------------
Restarted service cloud-config on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 26 Jul 2016 20:30:02 +0000. Up 570953.81 seconds.
Restarted service cloud-final on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 26 Jul 2016 20:30:02 +0000. Up 570954.24 seconds.
Cloud-init v. 0.7.5 finished at Tue, 26 Jul 2016 20:30:02 +0000. Datasource DataSourceNone. Up 570954.37 seconds
2016-07-26 20:30:02,870 - cc_final_message.py[WARNING]: Used fallback datasource
Restarted service cloud-init on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'init' at Tue, 26 Jul 2016 20:30:03 +0000. Up 570954.68 seconds.
ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: | Device | Up | Address | Mask | Hw-Address |
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |
ci-info: | eth1 | False | . | . | 04:01:1b:a7:d1:02 |
ci-info: | eth0 | True | 139.59.0.91 | 255.255.240.0 | 04:01:1b:a7:d1:01 |
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: +++++++++++++++++++++++++++++++Route info+++++++++++++++++++++++++++++++
ci-info: +-------+-------------+------------+---------------+-----------+-------+
ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
ci-info: +-------+-------------+------------+---------------+-----------+-------+
ci-info: | 0 | 139.59.0.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |
ci-info: | 1 | 169.254.0.0 | 0.0.0.0 | 255.255.0.0 | eth0 | U |
ci-info: | 2 | 10.47.0.0 | 0.0.0.0 | 255.255.0.0 | eth0 | U |
ci-info: | 3 | 0.0.0.0 | 139.59.0.1 | 0.0.0.0 | eth0 | UG |
ci-info: +-------+-------------+------------+---------------+-----------+-------+
Restarted service cloud-init-local on centos-1gb-blr1-01 at Tue Jul 26 20:30:03 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'init-local' at Tue, 26 Jul 2016 20:30:03 +0000. Up 570955.39 seconds.
Restarted service iscsi on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Stopping iscsi: [ OK ]
Restarted service iscsid on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Stopping iscsid:
[FAILED]
Restarted service kdump on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Memory for crashkernel is not reserved
Please reserve memory by passing "crashkernel=X@Y" parameter to the kernel
Stopping kdump:[FAILED]
Starting kdump:[FAILED]
Restarted service mdmonitor on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
--------------------------------------------------------
What is it? Can it be solved?
-----------------------------------------------------------------------
Restarted service cloud-config on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'modules:config' at Tue, 26 Jul 2016 20:30:02 +0000. Up 570953.81 seconds.
Restarted service cloud-final on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'modules:final' at Tue, 26 Jul 2016 20:30:02 +0000. Up 570954.24 seconds.
Cloud-init v. 0.7.5 finished at Tue, 26 Jul 2016 20:30:02 +0000. Datasource DataSourceNone. Up 570954.37 seconds
2016-07-26 20:30:02,870 - cc_final_message.py[WARNING]: Used fallback datasource
Restarted service cloud-init on centos-1gb-blr1-01 at Tue Jul 26 20:30:02 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'init' at Tue, 26 Jul 2016 20:30:03 +0000. Up 570954.68 seconds.
ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: | Device | Up | Address | Mask | Hw-Address |
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |
ci-info: | eth1 | False | . | . | 04:01:1b:a7:d1:02 |
ci-info: | eth0 | True | 139.59.0.91 | 255.255.240.0 | 04:01:1b:a7:d1:01 |
ci-info: +--------+-------+-------------+---------------+-------------------+
ci-info: +++++++++++++++++++++++++++++++Route info+++++++++++++++++++++++++++++++
ci-info: +-------+-------------+------------+---------------+-----------+-------+
ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |
ci-info: +-------+-------------+------------+---------------+-----------+-------+
ci-info: | 0 | 139.59.0.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U |
ci-info: | 1 | 169.254.0.0 | 0.0.0.0 | 255.255.0.0 | eth0 | U |
ci-info: | 2 | 10.47.0.0 | 0.0.0.0 | 255.255.0.0 | eth0 | U |
ci-info: | 3 | 0.0.0.0 | 139.59.0.1 | 0.0.0.0 | eth0 | UG |
ci-info: +-------+-------------+------------+---------------+-----------+-------+
Restarted service cloud-init-local on centos-1gb-blr1-01 at Tue Jul 26 20:30:03 UTC 2016
Starting cloud-init: Cloud-init v. 0.7.5 running 'init-local' at Tue, 26 Jul 2016 20:30:03 +0000. Up 570955.39 seconds.
Restarted service iscsi on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Stopping iscsi: [ OK ]
Restarted service iscsid on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Stopping iscsid:
[FAILED]
Restarted service kdump on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
Memory for crashkernel is not reserved
Please reserve memory by passing "crashkernel=X@Y" parameter to the kernel
Stopping kdump:[FAILED]
Starting kdump:[FAILED]
Restarted service mdmonitor on centos-1gb-blr1-01 at Tue Jul 26 20:30:04 UTC 2016
--------------------------------------------------------
What is it? Can it be solved?
38
Information / Re: where is varnish configuration file?
« on: July 07, 2016, 01:38:00 AM »
Found ... is backends.vlc
39
Information / Re: where is varnish configuration file?
« on: July 06, 2016, 11:14:18 PM »Which file?
In which file I add the lines of code?
40
Information / where is varnish configuration file?
« on: July 06, 2016, 01:39:29 AM »
Hello to all.
I have a file, a cronjob heavy enough.
Varnish gives me a 503 error.
I found an online solution
---------------------------------------------
varnish 503 can be fixed by steps below:
Increase the connect_timeout, .first_byte_timeout and .between_bytes_timeout you in setting backend:
backend default {
.host = "www.xxx.com";
.connect_timeout = 5s;
.first_byte_timeout = 10s;
.between_bytes_timeout = 10s;
}
Increase the parameter to 8192 When start varnish.
varnishd [options] http_resp_hdr_len = 8192
----------------------------------------------
But where is varnish configuration files in centos webpanel? Where I add these lines?
I have a file, a cronjob heavy enough.
Varnish gives me a 503 error.
I found an online solution
---------------------------------------------
varnish 503 can be fixed by steps below:
Increase the connect_timeout, .first_byte_timeout and .between_bytes_timeout you in setting backend:
backend default {
.host = "www.xxx.com";
.connect_timeout = 5s;
.first_byte_timeout = 10s;
.between_bytes_timeout = 10s;
}
Increase the parameter to 8192 When start varnish.
varnishd [options] http_resp_hdr_len = 8192
----------------------------------------------
But where is varnish configuration files in centos webpanel? Where I add these lines?
41
DNS / Re: CWP Digitalocean
« on: July 05, 2016, 11:51:58 PM »
Sorry, now it works ...
I added the domain to the droplet of digitalocean with type A and CNAME records
I added the domain to the droplet of digitalocean with type A and CNAME records
42
DNS / Re: CWP Digitalocean
« on: July 05, 2016, 10:54:32 PM »
is a domain for adults ... I write here
http://alebalweb.com/temp/nice.png
empty for now ... dns not working...
http://alebalweb.com/temp/nice.png
empty for now ... dns not working...
43
DNS / CWP Digitalocean
« on: July 05, 2016, 08:07:21 AM »
Hello to all,
You can help me figure out how to set up CWP on Digitalocean?
The installation went well. I followed all the guide, created an account, a package, a domain etc etc etc.
I configured the ns of ns1.digitalocean.com ns2.digitalocean.com with the droplet ip, shared ip what they gave me digitalocean.
On my domains registar I set digitalocean dns on domain.
And ... it does not work ... ERR_NAME_NOT_RESOLVED ...
What did I miss?
On the digitalocean site , I did not add the domain. I have to add?
You can help me figure out how to set up CWP on Digitalocean?
The installation went well. I followed all the guide, created an account, a package, a domain etc etc etc.
I configured the ns of ns1.digitalocean.com ns2.digitalocean.com with the droplet ip, shared ip what they gave me digitalocean.
On my domains registar I set digitalocean dns on domain.
And ... it does not work ... ERR_NAME_NOT_RESOLVED ...
What did I miss?
On the digitalocean site , I did not add the domain. I have to add?
44
Installation / Re: php cache
« on: March 09, 2016, 11:44:33 PM »
To run my sites, I just need apache, php and mysql, possibly updated versions.
I would use centos webpanel for management of domains, open database, mysql management (phpMyAdmin) and some cronjob.
I need no more.
At this point, I can uninstall suPHP and do a standard install a LAMP server? eg:https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6
Maintaining centos webpanel? Centos webpanel understands standard LAMP server? It operates everything at once, or you have to reconfigure anything?
(All this mess because I already have another server, overworked due to the scans of new sites by search engines. I would like to open a small server "copy" on digitalocean where to open new sites and leave them for a couple of months when they are scanned, then move on the other server. clearly the two servers must be at least "similar")
I would use centos webpanel for management of domains, open database, mysql management (phpMyAdmin) and some cronjob.
I need no more.
At this point, I can uninstall suPHP and do a standard install a LAMP server? eg:https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-centos-6
Maintaining centos webpanel? Centos webpanel understands standard LAMP server? It operates everything at once, or you have to reconfigure anything?
(All this mess because I already have another server, overworked due to the scans of new sites by search engines. I would like to open a small server "copy" on digitalocean where to open new sites and leave them for a couple of months when they are scanned, then move on the other server. clearly the two servers must be at least "similar")
45
Installation / Re: php cache
« on: March 08, 2016, 09:35:29 PM »
but I'm forced to use suPHP? I can not use a normal php? is part of centos webpanel? You can not remove / replace?