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
E-Mail / Re: lfd on srv1.server.com.br: Suspicious File Alert
« on: June 18, 2019, 12:28:31 PM »
?
32
E-Mail / Re: I can not send email using PHPMailer.
« on: June 18, 2019, 12:27:47 PM »I already did ALL configurations possible. It should have some blocking of the server to not send smtp message via script.
I'm 5 days searching the internet and nothing happening!
33
CentOS 7 Problems / Excessive resource usage: rpc (2453 (Parent PID:2453))
« on: June 18, 2019, 12:25:54 PM »Code: [Select]
Time: Tue Jun 18 09:00:14 2019 -0300
Account: rpc
Resource: Process Time
Exceeded: 556997 > 1800 (seconds)
Executable: /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID: 2453 (Parent PID:2453)
Killed: No
34
E-Mail / I can not send email using PHPMailer.
« on: June 16, 2019, 02:23:08 PM »
I can not send email using PHPMailer.
Code: [Select]
2019-06-16 14:21:00 Connection: opening to ssl://srv1.server.com.br:465, timeout=300, options=array()
2019-06-16 14:21:00 Connection failed. Error #2: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed [/home/userxxx/public_html/vendor/phpmailer/phpmailer/src/SMTP.php line 321]
2019-06-16 14:21:00 Connection failed. Error #2: stream_socket_client(): Failed to enable crypto [/home/userxxx/public_html/vendor/phpmailer/phpmailer/src/SMTP.php line 321]
2019-06-16 14:21:00 Connection failed. Error #2: stream_socket_client(): unable to connect to ssl://srv1.server.com.br:465 (Unknown error) [/home/webfreel/public_html/vendor/phpmailer/phpmailer/src/SMTP.php line 321]
2019-06-16 14:21:00 SMTP ERROR: Failed to connect to server: (0)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Erro: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
35
PHP Selector / Enable php_openssl.dll
« on: June 16, 2019, 02:19:30 PM »
How to enable "php_openssl.dll" for all php versions?
36
CentOS-WebPanel GUI / error.log in /public_html
« on: June 16, 2019, 01:15:18 PM »
I would like to enable the error.log inside each account, and it is viewed in the root /public_html or in each subdomain.
37
Apache / Re: Apache error log file in your public_html directory
« on: June 16, 2019, 12:44:43 PM »alierenerdal, in the current version, where I edit the vhost template?
38
CentOS-WebPanel Bugs / Re: Warning: file_get_contents(/usr/local/cwpsrv/htdocs/resources/conf/slave_dns/sla
« on: June 15, 2019, 07:44:04 PM »When creating new account, dont check the AutoSSL button
Is that correct?
39
SSL / Re: SSL for Hostname
« on: June 13, 2019, 02:39:17 PM »make sure you have a hostname which resolves to your Public IP.
then go to CWP.Admin -> Server settings -> click Change hostname( this will set hostname and install SSL to the hostname)
After restart cwpsrv from the terminal by running the command below
sh /scripts/restart_cwpsrv
I did the procedure. Now just wait?
40
CentOS-WebPanel Bugs / Re: Warning: file_get_contents(/usr/local/cwpsrv/htdocs/resources/conf/slave_dns/sla
« on: June 13, 2019, 02:29:54 PM »what do you mean by new hosting?? new account?
User Accounts > New Account
41
E-Mail / lfd on srv1.server.com.br: Suspicious File Alert
« on: June 13, 2019, 02:26:43 PM »
What would these warnings be? If it is a problem how to fix?
What changes are these lines:
Code: [Select]
Time: Thu Jun 13 09:35:29 2019 -0300
File: /tmp/php-build/php-5.5.38/makerpm
Reason: Script, starts with #!
Owner: centos:centos (1000:1000)
Action: No action taken
Code: [Select]
Time: Thu Jun 13 09:35:29 2019 -0300
File: /tmp/php-build/php-5.5.38/makedist
Reason: Script, starts with #!
Owner: centos:centos (1000:1000)
Action: No action taken
What changes are these lines:
Code: [Select]
File: /tmp/php-build/php-5.5.38/makerpm
File: /tmp/php-build/php-5.5.38/makedist
File: /tmp/php-build/php-5.5.38/config.sub
File: /tmp/php-build/php-5.5.38/buildconf
File: /tmp/php-build/php-5.5.38/configure
File: /tmp/php-build/php-5.5.38/vcsclean
File: /tmp/php-build/php-5.5.38/config.guess
File: /tmp/php-build/php-5.5.38/ltmain.sh
File: /tmp/php-build/php-5.5.38/genfiles
File: /tmp/php-build/php-5.5.38/server-tests-config.php
42
E-Mail / lfd on srv1.server.com.br: Excessive resource usage: rpc (2453 (Parent PID:2453
« on: June 13, 2019, 02:22:13 PM »
I am getting multiple emails from the server all similar:
Code: [Select]
Time: Thu Jun 13 11:00:24 2019 -0300
Account: rpc
Resource: Process Time
Exceeded: 49902 > 1800 (seconds)
Executable: /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID: 2453 (Parent PID:2453)
Killed: No
Code: [Select]
Time: Thu Jun 13 10:00:23 2019 -0300
Account: rpc
Resource: Process Time
Exceeded: 46300 > 1800 (seconds)
Executable: /usr/sbin/rpcbind
Command Line: /sbin/rpcbind -w
PID: 2453 (Parent PID:2453)
Killed: No
44
Apache / Re: How to install mod_rewrite ?
« on: June 12, 2019, 03:20:43 PM »by default its already installed, you can check it by using a command
/usr/local/apache/bin/httpd -M|grep rewrite
and if you get output like "rewrite_module (static)" then you have it installed.
rewrite_module (shared) is OK?
45
CentOS 7 Problems / cgi-fcgi
« on: June 12, 2019, 02:29:50 PM »
How enable cgi-fcgi in php selector