Recent Posts

Pages: 1 ... 8 9 [10]
91
CentOS 9 Problems / Re: Any update on a CWP release for CENTOS 9 Delayed Stream?
« Last post by wes on April 17, 2024, 11:41:03 PM »
I know a lot of this is rambling and wishful thinking but if there is a way to test the El9 copies, I would be interested also I know it says cwp panel but sometimes CentOS really gets on my nerves.. and to run this program is the only reason I even run cintas everything else is in debian
92
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« Last post by wes on April 17, 2024, 11:30:20 PM »
Correct I have the pro version and I still haven't got the update yet to fix this bug
93
CentOS-WebPanel Bugs / Re: Auto Responder not working
« Last post by wes on April 17, 2024, 11:29:19 PM »
I am still having the same bug 8 years later when you set up an auto reply it doesn't work it tries to send it out of the totally different domain with the auto reply in front of it and instead of an at sign it uses a pound sign and it gets stuck in the mail queue forever
94
Suggestions / Re: Roundcube 1.6
« Last post by Starburst on April 17, 2024, 10:17:25 PM »
95
Suggestions / Re: How secure is CentOS Web Panel?
« Last post by Starburst 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.
96
Information / Tested AlmaLinux 9.4-beta-1 with CWP 9 beta 0.9.8.1177
« Last post by Starburst 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.
97
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« Last post by Starburst on April 17, 2024, 09:54:44 PM »
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.
98
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« Last post by overseer on April 17, 2024, 07:21:10 PM »
CWP doesn't fully support IPv6 yet, so remove your config that is failing.
99
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« Last post by soneigr on April 17, 2024, 05:16:59 PM »
Code: [Select]
Apr 17 19:02:12 vmi1810266 NetworkManager[645]:   [1713373332.3985] platform: (eth0) route-sync: failure to add IPv6 route: type unicast fe80::1/128 dev 2 metric 100 mss 0 rt-src user: Permission denied
Apr 17 19:02:22 vmi1810266 NetworkManager[645]:   [1713373342.4015] platform-linux: do-add-ip6-address[2: fe80::250:56ff:fe51:669d]: failure 13 (Permission denied)
Apr 17 19:02:24 vmi1810266 NetworkManager[645]:   [1713373344.4019] ipv6ll[46da606a1dd69972,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
100
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« Last post by soneigr on April 17, 2024, 05:14:45 PM »
WARNING!

● httpd.service - Web server Apache
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2024-04-17 14:02:10 CEST; 5h 12min ago
  Process: 3637 ExecStop=/usr/local/apache/bin/apachectl graceful-stop (code=exited, status=0/SUCCESS)
  Process: 2839 ExecReload=/usr/local/apache/bin/apachectl graceful (code=exited, status=0/SUCCESS)
  Process: 3641 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=0/SUCCESS)
 Main PID: 3646 (httpd)
    Tasks: 109 (limit: 100561)
   Memory: 53.2M
   CGroup: /system.slice/httpd.service
           ├─3646 /usr/local/apache/bin/httpd -k start
           ├─3647 /usr/local/apache/bin/httpd -k start
           ├─3649 /usr/local/apache/bin/httpd -k start
           ├─3650 /usr/local/apache/bin/httpd -k start
           └─3808 /usr/local/apache/bin/httpd -k start

Apr 17 14:02:09 vmi1810266.contaboserver.net systemd[1]: Starting Web server Apache...
Apr 17 14:02:10 vmi1810266.contaboserver.net systemd[1]: Started Web server Apache.


Pages: 1 ... 8 9 [10]