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 ... 8 9 [10] 11 12 ... 80
136
Always a good plan -- simplify your config then add in the cache when you are in production and need to milk the last 20% performance out of it.

137
What is your webserver configuration? Just Apache? Apache + Nginx? Varnish? Does creating a new user (and domain) work as expected?

138
I can build it / Re: CWP Custom CodeEditor (Based on Ace Editor)
« on: September 18, 2024, 04:59:19 PM »
Thanks! (I'll pardon the shameless self-promotion due to your helpfulness! ;)

139
EL9 support is still in beta, so expect bugs.

140
CentOS 9 Problems / Re: mod_security not allow to upload files
« on: September 18, 2024, 04:55:53 PM »
It's always helpful to leave the actual, detailed solution in the thread for the sake of others searching for the same solution.

141
Backup / Re: Back up NEW SSH error
« on: September 13, 2024, 04:32:12 AM »
What OS are you running?

142
CentOS-WebPanel Bugs / Re: Cannot Add Nat IP
« on: September 13, 2024, 02:19:31 AM »
? You should be using one of the following IP ranges for your private LAN:
  • 10.0.0.0 - 10.255.255.255
  • 172.16.0.0 - 172.31.255.255
  • 192.168.0.0 - 192.168.255.255
https://www.iana.org/help/private-addresses

16.10.x.x is a publicly routable address...

143
MySQL / Re: MySQL backup recovery
« on: September 13, 2024, 01:46:09 AM »
Do you have backups enabled? You should be backing up daily, weekly, monthly. I also make a practice of regularly doing a mysqldump of all DB, so I can do disaster recovery for clients if needed.

144
Are you not still allowing the CWP ports in CSF? You need at least 22, 2031, 2083, (and usually) 2087 open to be able to access your server.

145
Information / Re: How to create a second account for the Admin Panel
« on: September 12, 2024, 04:51:49 AM »
I always make a dedicated sudo (admin) user on every server I administer. That way you can SSH in as that user, then sudo or sudo -s to root for any tasks that need elevated privileges. But then you don't have to PermitRootLogin in your SSH configuration. Unfortunately, you won't be able to login to CWP as that sudoer.

146
Suggestions / Re: Brazilian Portuguese x Portugal Portuguse
« on: September 12, 2024, 04:47:31 AM »
After uploading your custom flag image, be sure to set it as immutable:
Code: [Select]
chattr +i /path/to/fileOtherwise a future CWP update may blow it away.

147
Nginx / Re: How to update NGINX version to version 1.26.2
« on: September 05, 2024, 08:51:33 PM »
Are you running an EL8 release (AlmaLinux 8 or Rocky Linux 8)? [You should be...]
https://blog.alphagnu.com/update-nginx-to-latest-official-version-in-centos-8-el8-cwp/

148
CentOS 7 Problems / Re: Email forwarding to Gmail is not working
« on: September 04, 2024, 05:56:36 PM »
Welcome back, cyberspace!

149
CentOS 7 Problems / Re: spamhaus.org DQS with Spamassassin
« on: August 28, 2024, 02:25:47 AM »
Sign up for their DQS service, get an API key, and configure it as per their guides. Just a little bit of legwork to use a very good anti-spam tool.

150
E-Mail / Re: All outgoing mail stays in mail queue (connection time out)
« on: August 28, 2024, 02:24:15 AM »
I don't know... I was expecting that CWP7pro knows how to set up a server  :-\
Funny, CWP expects that you know how to set up a server ;)

Pages: 1 ... 8 9 [10] 11 12 ... 80