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.


Topics - alireza_salehi

Pages: [1]
1
getting this error everyday about certain time:

[Sat Oct 08 03:27:29.458307 2022] [mpm_event:notice] [pid 106651:tid 140147291398720] AH00492: caught SIGWINCH, shutting down gracefully
[Sat Oct 08 03:27:32.820581 2022] [core:warn] [pid 106651:tid 140147291398720] AH00045: child process 109872 still did not exit, sending a SIGTERM
[Sat Oct 08 03:27:34.824554 2022] [core:warn] [pid 106651:tid 140147291398720] AH00045: child process 109872 still did not exit, sending a SIGTERM
[Sat Oct 08 03:27:36.826852 2022] [core:warn] [pid 106651:tid 140147291398720] AH00045: child process 109872 still did not exit, sending a SIGTERM
[Sat Oct 08 03:27:38.829075 2022] [core:error] [pid 106651:tid 140147291398720] AH00046: child process 109872 still did not exit, sending a SIGKILL



and getting this error frequently:
[Sat Oct 08 03:27:40.207691 2022] [mpm_event:notice] [pid 151491:tid 140439752569408] AH00493: SIGUSR1 received.  Doing graceful restart
[Sat Oct 08 03:27:40.217942 2022] [ssl:warn] [pid 151491:tid 140439752569408] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Oct 08 03:27:40.218642 2022] [ssl:warn] [pid 151491:tid 140439752569408] AH01909: cpanel.**************..com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Oct 08 03:27:40.219405 2022] [ssl:warn] [pid 151491:tid 140439752569408] AH01909: mail.**************..com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Oct 08 03:27:40.220130 2022] [ssl:warn] [pid 151491:tid 140439752569408] AH01909: webmail.**************..com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Oct 08 03:27:40.220878 2022] [ssl:warn] [pid 151491:tid 140439752569408] AH01909: cpanel.**************..com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Oct 08 03:27:40.224485 2022] [mpm_event:notice] [pid 151491:tid 140439752569408] AH00489: Apache/2.4.53 (Unix) OpenSSL/1.0.2o-fips configured -- resuming normal operations

2
CentOS-WebPanel Bugs / CWP Upgrade erorr
« on: April 27, 2020, 05:49:50 AM »
Hi
there is an upgrade notice in admin panel , when i clicked on it i says successfully updated, bu that notice shows again an d again.

i tried to run "sh /scripts/update_cwp"

this error happens:

Code: [Select]
PHP Fatal error:  The file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1 or later.
 Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1. in Unknown on line 0

then i restarted the server , now admin and user panel wont work and just showing a white page!

CWP version: 0.9.8.956

3
CentOS 7 Problems / how to create cron job with date parameters
« on: January 14, 2020, 07:29:25 AM »
hi
i want to create cron job like this from user panel:

Code: [Select]
mysqldump -u uuuu -pxxx --default-character-set=utf8 myuser_db | gzip > /home/myuser/backups/db-`date +\%Y\%m\%d-\%H\%M`.sql.gz
but date parameters never works and i see db-{Q3}.sql.gz in output folder,
how can i create a cron job inside user panel with date parameters and formatting?

Pages: [1]