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 - signalprime

Pages: [1]
1
CentOS 7 Problems / Re: /boot 100% full, how do i clean !!!
« on: October 09, 2023, 02:41:36 PM »
what is the exacts instruction to make clear Boot, kindly help us.

2
How to / how to change max_execution_time in centos 7 main server
« on: September 13, 2023, 06:30:19 PM »
Hi, dear support team I changed the Max execution time from 300 to 600 but it's not working for me: please check it here the phpinfo: https://www.afghanstyle.online/navid--phpinfo.php

Note: I restart the Httpd and nginx as well.

Kindly guide me what is the problem and what is my mistake

Code: [Select]
; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 60

; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpectedly
; long running scripts.
; Note: This directive is hardcoded to -1 for the CLI SAPI
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://php.net/max-input-time
max_input_time = 60

; Maximum input variable nesting level
; http://php.net/max-input-nesting-level
;max_input_nesting_level = 64

; How many GET/POST/COOKIE input variables may be accepted
;max_input_vars = 1000


Kind regards.


3
Suggestions / Re: Providing ImunifyAV Free and or Imunify360
« on: August 20, 2023, 02:32:35 PM »
Imunify can now be installed as stand alone. I haven't tried it yet but looks good so far.
Some details i found on their site
Code: [Select]
https://blog.imunify360.com/how-to-run-imunifyav-in-stand-alone-mode-on-a-linux-server
Code: [Select]
https://blog.imunify360.com/imunify360-4.8-released
I will give it a shot soon

I tried what they called it "stand-alone-non-panel" it is not working, if anyone did it please share it with us.

I've success to install imunifyav on CWP server.
1) create a subdomain , for example : imav.xxx.com
2) create a config file /etc/sysconfig/imunify360/integration.conf
   input those two line :
[paths]
ui_path = /home/[your user]/public_html/imav

3) Run those two command for installation
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh

4) chown of imav directory to your user
5) then open your browser to https://imav.xxx.com , use root login.

please verify if you anyone test it, because the sound seem like this, I have to login into server(roort) going to home directory and create a subdomain it's right? who test it.
thanks

4
High Performance / Unable to retrieve Apache Server Status
« on: February 13, 2023, 10:58:29 AM »
Hi, dear expert or support team, could you please elaborate on the below error which I got it whiting server server report load.
Code: [Select]
Unable to retrieve Apache Server Status [http://127.0.0.1/server-status] - Unable to download: Can't connect to 127.0.0.1:80 (Connection refused)
what is the the error, and how can resolve it?

note: the server working fine and perfect but I Received by server report for loading

thanks.

5
Updates / Re: ClamAV update error
« on: February 13, 2023, 10:40:08 AM »
are you just running freshclam manually?
what are your permissions on /var/lib/clamav/ ?

Thank you very much for you answer the permission of the Var directory is 755 I think it's the default one.

I run the clamscan it shown it's out of the date. and then run the Freshclam I got the error above which i mention in my earlier message

please guide me if I did any wrong or how can I do it update??

thanks.

6
Updates / ClamAV update error
« on: February 09, 2023, 06:51:13 PM »
Hi, dear expert and support team, I Facing a problem which is related to the clamv update here is the error:

Code: [Select]
ERROR: Can't create temporary directory /var/lib/clamav/tmp.e93d796d3b
ERROR: Update failed.

clamv working fine, but it's not update automatically I don't know why please help to resolve the problem.
whenever trying to update it manually I got the same error.

thanks

7
SSL / Download failed (60) ERROR: SSL
« on: January 13, 2023, 11:57:08 PM »
Hi, dear expert I got the below error, could you please guide me what is this mean exactly??

Code: [Select]
ERROR: Download failed (60) ERROR:  Message: SSL peer certificate or SSH remote key was not OK
ERROR: downloadPatch: Can't download daily-26777.cdiff from https://database.clamav.net/daily-26777.cdiff
ERROR: Download failed (60) ERROR:  Message: SSL peer certificate or SSH remote key was not OK
ERROR: Can't download daily.cvd from https://database.clamav.net/daily.cvd
ERROR: Update failed for database: daily
ERROR: Database update process failed: Connection failed
ERROR: Update failed.

thank you very much

regards.

8
CentOS 7 Problems / 500 Internal Server Error, nginx/1.16.0
« on: October 06, 2022, 11:04:01 AM »
Hi, dear support team I installed **mediacp.net** software on my server but whenever I would open it's admin panel: www.signalprime.com:2020
I got this error:
**500 Internal Server Error
nginx/1.16.0**


please help in his regard to resolving the problem thanks

Pages: [1]