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 ... 65 66 [67] 68 69 ... 80
991
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!

992
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...

993
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.)

994
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 :)

995
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...

996
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.

997
Information / Re: Roundcube version
« on: March 04, 2023, 08:31:34 PM »
Please use Sandeep's newer directions rather than the older wiki information:
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/

998
CentOS 7 Problems / Re: PHP versiyon error
« on: March 04, 2023, 08:29:41 PM »
Where are you installing Roundcube? Under a vhost running the version of PHP (7.4) that meets the requirements? Or are you trying to update the CWP version of Roundcube?

999
You can disable mail services if you like with no impact on the server. That's totally fine.
But you MUST have working DNS on the server for local name resolution and services to function properly.

1000
CentOS-WebPanel Bugs / Re: nginx does not start automatically
« on: March 04, 2023, 04:58:20 PM »
nginx is complaining about not being able to bind to the assigned IP address. check that it is correct in the main and vhost config files.

1001
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: March 04, 2023, 04:55:09 PM »
Sandeep has a guide on upgrading to the 1.5.x code branch of RoundCube. I wouldn't run the 1.4.x RoundCube branch...
https://www.uxlinux.com/upgrade-to-roundcube-version-mail-on-cwp-centos-webpanel/

1002
Look at tuning options available in the PHP FPM user config file for that account:
Code: [Select]
/opt/alt/php-fpm80/usr/etc/php-fpm.d/users/user.confI'm using nginx instead of Apache, but I did have to apply some Fast CGI buffer tuning in its configuration when I was seeing some timeouts:
Code: [Select]
        fastcgi_buffers 16 16k;
        fastcgi_buffer_size 32k;

1003
I keep multiple web browsers around, just so I have all the different engines available for site testing:
  • Gecko (Firefox)
  • WebKit (Safari)
  • Chromium (Vivaldi)
  • And a few really exotic ones with proprietary rendering engines for edge cases!
So try in another browser, even try Private Browsing mode so you don't affect the page loading with ad blockers or privacy enhancers (tracking/cookie managers).

1004
Installation / Re: AlmaLinux
« on: March 04, 2023, 04:20:58 PM »
Maybe it needn't be said, but really consider migrating whatever site requires it from PHP 5.6 to at least something more current like 7.4 or best is to move to the 8.x code branch. I had one hold out customer still running an ancient Joomla install that still required PHP 5.6. Nag, nag, nag them to upgrade to WordPress! (Their site was as out of date at the underlying code, so a complete refresh was in order anyway!)

1005
Installation / Re: Internal server error 500 - no solution
« on: March 04, 2023, 04:15:26 PM »
Check the site's error log. Post it here if you don't know how to resolve the problem based on the error information.

Pages: 1 ... 65 66 [67] 68 69 ... 80