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.
346
DKIM / Re: DKIM & SPF Manager
« on: February 19, 2018, 05:55:42 PM »
Manually you can also generate DKIM records. Replace "yourdomain.com" with your actual domain name and "yourip" with your serverip
cd /etc/opendkim/userkeys/
mkdir yourdomain.com
/usr/sbin/opendkim-genkey -D /etc/opendkim/userkeys/yourdomain.com/ -d yourdomain.com -s default
chown -R opendkim:opendkim youdomain.com
open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/TrustedHosts
add
yourdomain.com
open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/SigningTable
add
*@yourdomain.com default._domainkey.yourdomain.com
Open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/KeyTable
default._domainkey.yourdomain.com yourdomain.com:default:/etc/opendkim/userkeys/yourdomain.com/default.private
cd /etc/opendkim/userkeys/
mkdir yourdomain.com
/usr/sbin/opendkim-genkey -D /etc/opendkim/userkeys/yourdomain.com/ -d yourdomain.com -s default
chown -R opendkim:opendkim youdomain.com
open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/TrustedHosts
add
yourdomain.com
open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/SigningTable
add
*@yourdomain.com default._domainkey.yourdomain.com
Open https://yourip:2087/admin/index.php?module=file_editor&file=/etc/opendkim/KeyTable
default._domainkey.yourdomain.com yourdomain.com:default:/etc/opendkim/userkeys/yourdomain.com/default.private
347
CentOS-WebPanel Bugs / Re: can't login to phpmyadmin
« on: February 17, 2018, 09:21:18 PM »
clear browser cache or try different browser.
348
CentOS 7 Problems / Re: Shoutcast screen not found
« on: February 17, 2018, 09:20:21 PM »
navigate to cd /home/shoutcast/
open correct folder and then run those commands.
open correct folder and then run those commands.
349
CentOS 7 Problems / Re: cwp stopped working, I do not know how to solve HELP!
« on: February 15, 2018, 07:28:17 PM »
Its better to contact a sysadmin then who can look into it.
350
CentOS 7 Problems / Re: cwp stopped working, I do not know how to solve HELP!
« on: February 15, 2018, 07:01:11 PM »
That means its working. Isnt it working now?
351
CentOS 7 Problems / Re: cwp stopped working, I do not know how to solve HELP!
« on: February 15, 2018, 05:02:57 PM »
try
yum reinstall cwpsrv
systemctl restart cwpsrv
yum reinstall cwpsrv
systemctl restart cwpsrv
352
Apache / Re: Apache Bad Bot and User-Agent Blocker, Spam Referrer Blocker, Bad IP Blocker
« on: February 14, 2018, 05:17:39 PM »
Perfect thanks for updating this thread
355
PHP / Re: how to get rid of PHP(5.6.3) installed by CWP
« on: February 12, 2018, 06:00:42 PM »
yum remove cwp-php
356
Apache / Re: what is cwp-httpd?
« on: February 12, 2018, 05:55:50 PM »
also cwp-suphp is installed.
357
PHP / Re: how to get rid of PHP(5.6.3) installed by CWP
« on: February 12, 2018, 05:52:27 PM »
This is your main php path installed by cwp.
358
Apache / Re: what is cwp-httpd?
« on: February 12, 2018, 05:51:10 PM »
remove cwp-httpd and your apache will stop working. There is no httpd package is installed by yum.
359
PHP / Re: how to get rid of PHP(5.6.3) installed by CWP
« on: February 12, 2018, 05:28:47 PM »
May I know at what path its installed?
360
Apache / Re: what is cwp-httpd?
« on: February 12, 2018, 05:24:25 PM »
cwp-httpd is responsible for running apache in cwp.