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 - Igor S.

Pages: 1 ... 38 39 [40] 41 42 ... 95
586
How to / Re: Trace Subdomain traffic logs
« on: June 28, 2019, 08:33:17 AM »
Hi, check access log in /usr/local/apache/domlogs/

587
Information / Re: CWP Packages not updating on Clients side
« on: June 26, 2019, 08:08:08 AM »
Hi, contact to CWP developers via the support portal. They will check that

588
Updates / Re: Update broke Opencart? Again
« on: June 23, 2019, 01:34:45 PM »
Hi.
Check the website log. Located in /usr/local/apache/domlogs
I guess you have something in .htaccess (Options FollowSymLinks, for example)

589
Apache / Re: How to install mod_rewrite ?
« on: June 23, 2019, 01:20:41 PM »
rewrite_module (shared) is OK?

yep, it's okay.

590
Hi, you have to set correct ca-bundle in postfix and dovecot configs
main.cf
Code: [Select]
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
dovecot.conf
Code: [Select]
ssl_ca =

591
CentOS 7 Problems / Re: MX Record
« on: June 23, 2019, 07:13:27 AM »
@RDouro please note, MX record not enough if you really want to use mail server.
You must add SPF/DKIM/DMARC and PTR (rDNS) as weel as.
 

592
That is not an error. Just add it as @Sandeep said

593
CentOS 6 Problems / Re: How to disable apache error_log in cwp?
« on: June 23, 2019, 06:54:50 AM »
Check the logs config in /usr/local/apache/conf.d/vhosts/domain.tld.conf

594
Installation / Re: Nginx + Varnish Issue
« on: June 20, 2019, 04:11:12 PM »
You have to try to check nginx/Apache logs. Also, try to open your website without Varnish by ports like 8080

595
CentOS-WebPanel Bugs / Re: Creating CRON jobs in CWP
« on: June 18, 2019, 09:21:50 AM »
Hi, do not use root user for Cron jobs. Try to use another user without superuser permissions.

596
E-Mail / Re: I can not send email using PHPMailer.
« on: June 18, 2019, 09:16:45 AM »
That is not a CWP bug. That is incorrect configuration ;)

598
Information / Re: Ongoing Issue With Crontab
« on: June 18, 2019, 09:14:49 AM »
So, first of all, try to restart crontab daemon by command: service crond restart
Then I would suggest adding crons via CWP. It has not bad GUI ;)

599
Information / Re: IP Access restriction
« on: June 18, 2019, 09:11:14 AM »
Sure, you can use /etc/csf/csf.allow and set a subnet

600
Installation / Re: How can I find out whether it's CWP 6 or CWP 7?
« on: June 17, 2019, 06:55:07 AM »
when you login into cwp you have info about the centos version 6/7
How can I find it out if I only have SSH and cannot login to CWP admin panel?

Code: [Select]
cat /etc/redhat-release

Pages: 1 ... 38 39 [40] 41 42 ... 95