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

Pages: [1]
1
hi

My 2 nameservers which are run on my CWP server are eg:

  • ns1.mydomain.com
  • ns2.mydomain.com

I have DKIM and SPF enables and running and all my other domains including the hostname for the server have all green ticks in the DKIM & SPF Manager.

I looked in the following files/locations and found no reference to the nameserver domains

  • TruestedHosts File Location: /etc/opendkim/TrustedHosts
  • SigningTable File Location: /etc/opendkim/SigningTable
  • KeyTable File Location: /etc/opendkim/KeyTable
  • User Keys Files Location: /etc/opendkim/userkeys/

The Domains shown in the DKIM & SPF manager for the nameservers do not have entries for the following but still show as green
  • v=DKIM1
  • v=spf1


So my questions are:
  • Is this normal?
  • Is this a bug or should i report a feature request to get the nameserver scripts add these records in
  • Can I add these in manually for the time being and is there any instructions out there on how to generate the keys? Add the entries should be easy to do manually unless there is a script that does it all


2
CentOS-WebPanel GUI / Duplicate CWP root CRONs
« on: December 27, 2021, 04:25:01 PM »
Hi

I did a fresh install of CWP a few months ago and I have turned most of the options on. I am now configuring the crons to be quiet, but I noticed that there were some duplicate crons. I also did a fresh install of CWP on a test server about a week ago and this only has 2 crons in it.

Can someone tell me
  • What the default crons on a new install should be with everything turned on?
  • When CWP updates itself can it add cronjobs in and not remove old ones?
  • Which Crons should I remove?

List of crons on my live machine

you can see the duplicate entries for cron_autossl_all_domains.php however running at different times.
Code: [Select]
56 17 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php
0 0 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/alertandautorenewssl.php
33 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh/cwp_certs" > /dev/null
00 01 * * * /usr/local/cwp/php71/bin/php /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php

A newly installed CWP

Code: [Select]
22 16 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php
0 0 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/alertandautorenewssl.php

Thanks for any help

3
Other / Automatically subscribe forum posters
« on: December 27, 2021, 10:23:41 AM »
When I post to a thread I would like to be automatically subscribed because sometimes I forget to to tick the box and this is a standard way of doing things.

thanks

4
CentOS-WebPanel Bugs / Github for Bugs and Features
« on: December 27, 2021, 10:21:45 AM »
Will CWP Team consider using Github for tracking bugs and features. It would make it easier to search to see if something has already reported and issue.

thanks

5
MySQL / Configure InnoDB as default engine but my.cnf is empty
« on: December 19, 2021, 04:15:07 PM »
I want to use InnoDB as my default database engine because it is more resilient to crashes and other things.

I know I can just add the following to my.cnf file

Code: [Select]
default-storage-engine=InnoDB
But I also need to configure the InnoDB engine.

However I expected all of the InnoDB database (and other) settings to be present in my.cnf but the file is practically blank.

I dont know if this is a bug.

Code: [Select]
#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
 
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d



  • Should this file have some default settings in it?
  • is the default database engine setup by CWP InnoDB or is it MyISAM?
  • Does anyone have a my.cnf configured with InnoDB settings?

I am not an expert in database architecture.

I think this file should be updated by the CWP team with some basic settings. I do understand there are many different setups but a baseline would be useful. Xampp and cPanel manage to do this.

Any help would be appreciated (explanations/my.cnf file/tutorial on what next)

shoulders

Pages: [1]