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

Pages: [1] 2 3 ... 59
1
One other place you can look is:

Code: [Select]
cd /root/.acme.sh/cwp_certs

2
@devloraa

The location myself & @overseer gave you IS CORRECT FOR CWP Managed SSL Certificates.

See the screenshot below, as CWP gives you the path to all certificates it manages.

From the Admin panel, click on Webserver Settings (1) -> SSL Certificates (2) | List Installed will show the SSL Certificates CWP manages via Let's Encrypt & Also allows you to Delete, Edit, or Manually Renew | AutoSSL [FREE] (3) is where you can create new Let's Encrypt SSL Certificates via CWP.

NOTE THE BLUE BOX - And the Paths we mentioned are listed there as the CORRECT PATH.




There is also a small FAQ at: https://forum.centos-webpanel.com/ssl/how-to-install-multiple-ssl-certificates-on-shared-ip/

If you are still having a problem, I would suggest you open a paid support ticket directly with CWP.


3
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: April 18, 2024, 12:52:42 AM »
Check your Postfix config

Code: [Select]
nano /etc/postfix/main.cf
UNDER (# rules restrictions), under the line: smtpd_helo_required = yes
ADD:
smtp_helo_name = $myhostname

Code: [Select]
systemctl restart postfix
If it still doesn't work, change the line: mydestination = $myhostname, localhost.$mydomain, localhost
to
mydestination = $myhostname


Also maybe review: https://forum.centos-webpanel.com/index.php?topic=13510.msg47197;topicseen#msg47197

4
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« on: April 18, 2024, 12:47:37 AM »
Correct I have the pro version and I still haven't got the update yet to fix this bug

It was a bug in the CWP backend, not in server panel, and that was fixed awhile ago.

5
No one is going to use a beta OS like CentOS Stream for a production server.

So the only real options are AlmaLinux & CloudLinux (same developers), or Rocky.

See: https://forum.centos-webpanel.com/index.php?topic=13527.0

7
Suggestions / Re: How secure is CentOS Web Panel?
« on: April 17, 2024, 10:16:28 PM »
If you run CWPpro with mod_security with the Comodo rule set along with CSF/LDF (configured correctly) then it is secure.

You have to worry more about keeping your scripts/carts/WordPress up to date.
That's where most security holes come from.

8
Information / Tested AlmaLinux 9.4-beta-1 with CWP 9 beta 0.9.8.1177
« on: April 17, 2024, 10:12:03 PM »
So AlmaLinux released 2 betas. 9.4-beta & 8.10-beta

There are some tricks to get CWP 9 beta 0.9.8.1177 installed OK.
And with all beta versions, will have bugs & things missing.

First you have to install ClamAV before CWP.
Also the MariaBD Upgrade doesn't work. Looks like they are pulling from another repo.
So you have to manually create the MariaDB.repo and put in 10.11.x or higher.

The after you install CWP & reboot, you have to manually install SpamAssassin & AMaViS. Which is a simple dnf install.

Still can't get PHP 8.3.x to build, the beta is stuck at 7.4.33.

Apache manually upgraded to 2.4.59 without problem.

Also RoundCube can only be upgraded to 1.5.6 still on the beta.
When you look under /usr/local/cwp/ only php71 is there, not php74 to be able to install 1.6.6 (Current RoundCube as of 2024-04-17)

Here are 2 screenshots of the test install I did today.
You'll have to use the scroll bar at the bottom to scroll right to see the services.









If anyone has anything they would like me to look at or try, let me know.

9
CWP doesn't support IPv6, but Apache 2.4 does.

BUT Requires manual configuration.

We use IPv4 & IPv6.

BUT with IPv6, you have to manually add it to the VHOST .conf file
Here's an example.

Goto WebServer Settings -> WebServers Conf Editor -> Tab labeled [/usr/local/apache/conf.d/vhosts/], Select the .conf you want to add IPv6 to.

At the very top you will see: <VirtualHost 1.2.3.4:80>

Simply at the top, add the IPv6, so it looks like: <VirtualHost 1.2.3.4:80 [Your IPv6]:80>

You will need to do this with both files. .conf & .ssl.conf.
But with ssl, you will have the port set to 443.

Now you have to lock the .conf files, so when CWP run it's updated it won't wipe out your config.
You can also create a template for each site, but that always seemed like a pain in the @$$.

To lock the files run:
Code: [Select]
cd /usr/local/apache/conf.d/vhosts/
chattr +i *.conf

To unlock run:
Code: [Select]
cd /usr/local/apache/conf.d/vhosts/
chattr -i *.conf

If you got lost, then you might want to hire an experienced sys admin.

10
Could you clarify?

I don't understand what you are trying to ask.

But everything the client does, is done thru the web interface using a web browser (Chrome, Edge, opera, etc.)

Admin can use the CLI or Admin web interface (for most stuff)

11
PHP / Re: PDlib Installation on CWP
« on: April 15, 2024, 12:54:06 AM »
No, for some reason when I login it takes me to a different thread.

12
SSL / Re: SSL Manual Install Stopped Working
« on: April 13, 2024, 06:32:57 PM »
Could you please advise of the following:

What 'errors' and/or 'messages' are being displayed in the logs?

What distro are you trying to install CWP onto? / What distro are you are you running CWP on?

CWP Free or CWPpro?

VPS or Dedicated?

Public or NAT?

13
Didn't ask about DKIM, since your initial post said:
Quote
We have a domain set up with spf, dkim enabled, normal messages work fine.

But glad you got it figured out and it's working.

14
CentOS 7 Problems / Re: CPU 100% and IO Full Red
« on: April 13, 2024, 06:28:16 PM »
Kindly look at this

https://pasteboard.co/K0PohO7ntKxr.jpg

the disk IO is completely used up and no site are loading the two sites on the server are too slow or fail to load at all

thank you

Those 2 graphs are never accurate.

Run & past htop or mpstat from the CLI.

htop will show CPU Usage, and mpstat will also show Steal % if you are running a VPS.

15
Where do you have the vacation message setup?

In RoundCube?
If so, What version are you running?
If so, that should be sending form the mailbox it is setup in.

Pages: [1] 2 3 ... 59