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

Pages: 1 ... 76 77 [78] 79 80 ... 91
1156
CentOS 7 Problems / Re: PHP versiyon error
« on: March 04, 2023, 10:21:45 PM »
Anything under /usr/local/cwpsrv runs under CWP's custom, untouchable PHP 7.2 (labeled as PHP 7.1). You have to install elsewhere to have control over it.

1157
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: March 04, 2023, 10:20:14 PM »
You should download the complete source from roundcube.net into your virtual host and follow the installation instructions. (It will entail creating a MySQL or comparable database.) Hopefully your PHP 7.4 version is compiled with all the required modules and options! But the installer will check that for you as well.

1158
How to / Re: CI / CD: CWP & Git
« on: March 04, 2023, 10:17:39 PM »
I think that's beyond the scope of what CWP is trying to accomplish. It aims to be an affordable LAMP/LEMP hosting control panel for basic web sites, with reseller features and client user panels. So probably best to look elsewhere for what you're trying to do.

1159
Other / Re: How to protect my files against download
« on: March 04, 2023, 10:15:17 PM »
[idea]I know, you can protect your php code with IonCube!
(Oh wait, the CWP Devs try that...)

1160
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: March 04, 2023, 10:11:15 PM »
I imagine you would have to install it under a virtual host, not system-wide, so it meets the PHP requirements.

1161
E-Mail / Re: SMTP Error 451
« on: March 04, 2023, 10:08:28 PM »
Postfix has its own mail size delivery and quota settings. Dovecot does also. Welcome to the rabbit hole! This gets deep, FAST.

1162
Updates / Re: ClamAV update error
« on: March 04, 2023, 10:04:01 PM »
And you have ownership as clamupdate:clamupdate and NOT as root?
Code: [Select]
[root@srv]# ls -al /var/lib/clamav/
total 355648
drwxr-xr-x.  2 clamupdate clamupdate        80 Mar  4 15:40 .
drwxr-xr-x. 70 root       root            4096 Feb  4 08:23 ..
-rw-r--r--   1 clamupdate clamupdate   1430528 Feb 23 05:40 bytecode.cld
-rw-r--r--   1 clamupdate clamupdate 192257024 Mar  4 03:40 daily.cld
-rw-r--r--   1 clamupdate clamupdate        69 Nov  4  2021 freshclam.dat
-rw-r--r--   1 clamupdate clamupdate 170479789 Sep 22  2021 main.cvd

1163
MySQL / Re: problem with start Mysql
« on: March 04, 2023, 09:55:16 PM »
Unless something changed recently, the Reset MySQL Root Password script was woefully out of date. Change it manually on the command line and check the 2 referenced files to make sure they agree with the newly reset password:
Code: [Select]
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf

1164
CentOS-WebPanel Bugs / Re: Emails screen not loading
« on: March 04, 2023, 09:51:52 PM »
Maybe the client made an e-mail address with an invalid character, revealing an unescaped bug in CWP?
https://stackoverflow.com/questions/17487058/how-to-solve-json-parse-bad-control-character-in-string-literal-in-this-code

1165
Apache / Re: Not all sites (Wordpress) are accessible
« on: March 04, 2023, 09:20:54 PM »
And you saw this, I hope?
https://serverfault.com/questions/775855/how-to-configure-apache-workers-for-maximum-concurrency
I would say off the cuff that you may want to consider running just Nginx and dump Apache if you are facing this type of problem regularly. Nginx is tuned for this style workload.
Quote
Nginx, how do you eat an elephant? One bite at a time!

1166
How to / Re: Cookie free subdomain, how?
« on: March 04, 2023, 09:16:56 PM »
You don't need cookies unless you engineer the need into your code. DNS and apache can direct traffic appropriately otherwise...

1167
Information / Re: Autoresponder no edit no delete
« on: March 04, 2023, 09:15:34 PM »
If you self-host the image (anywhere), the [img] tag works to display it. (I can appreciate why post attachments are disabled here -- esp. since the forum software is 10 years out of day and is rife with bugs and security problems.)

1168
Updates / Re: Is it safe to update/upgrade server?
« on: March 04, 2023, 09:13:19 PM »
Code: [Select]
yum -y updateis your friend. I used to do updates manually, but now I have cron set to run them overnight and just before I wake up. If something does blow up, I can always rollback via snapshots & backups.

PakPos makes a valid point if you are new or unfamiliar with the underlying plumbing -- as the point of a graphical control panel is to do the heavy lifting in a sensible GUI-metaphor. So in that way, it's best to work within that framework. But that said, I've been admining various *nix servers since 2000, so I am pretty familiar with the basic plumbing and configuring Apache, Postfix, BIND, etc via the CLI. So I vacillate between worlds here :)

1169
If you live on the bleeding edge, you will see blood. My tendency is to stay on the conservative side of the curve. Note that I am still using CentOS 7.9 until EOL next year. I will use the 6 mo lead up to that time to finalize testing and migrate to AlmaLinux 8, unless CWP devs surprise us and go into turbo mode -- giving us a v9-compatible gift. But I have a year on that...

1170
Addons / Re: Problem in a second WordPress site
« on: March 04, 2023, 09:00:59 PM »
Try different browsers with different rendering engines, test with Private Browsing mode.

Pages: 1 ... 76 77 [78] 79 80 ... 91