Recent Posts

Pages: 1 [2] 3 4 ... 10
11
CentOS Configuration / Re: How to setup user quotas ?
« Last post by anandmys on January 11, 2025, 06:17:08 AM »
my /etc/fstab/ contains

Code: [Select]
#
# /etc/fstab
# Created by anaconda on Mon Aug 19 17:42:13 2024
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
/dev/sda4 / xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
UUID=37e38df4-28dc-4d9c-acb5-1a2fd7e6130b /boot                   xfs     defaults        0 0
UUID=3F31-DBA5          /boot/efi               vfat    defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2
/swap swap swap sw 0 0

quota not working. What should be done?

13
Information / Re: Having Problems with DNS
« Last post by ercios on January 10, 2025, 10:00:00 AM »
Did you glue the DNS names at the registrar of the domain name?

http://www.webdnstools.com/dnstools/articles/glue_records

https://mxtoolbox.com/problem/dns/dns-bad-glue-detected

Reading those 2 links but I don't get anything at all. Can you please simply explain how you can glue mydomain.com at a registrar? Let's say Namecheap. What to do? If you mean adding A records or NS records, at the top of this thread, I listed my DNS records:

Quote
Type   Name   Value
A   www   128.11.11.11
A   srv   128.11.11.11
A   ns1   128.11.11.11
A   ns2   128.11.11.11
A   @   128.11.11.11
CNAME   *   mydomain.com
NS   ns1   ns1.mydomain.com
NS   ns2   ns2.mydomain.com
14
Information / Re: Having Problems with DNS
« Last post by ercios on January 10, 2025, 09:58:11 AM »
1. Check WHOIS of your domain and "dig" nameservers used by your domain for the records ns1.mydomain.com, ns2.mydomain.com:

Code: [Select]
dig @dns1.com ns1.mydomain.com
dig @dns2.com ns2.mydomain.com
(look for "answer" section)

replace "dns1.com, dns2.com" with the actual nameservers used by your domain (see WHOIS).

2. If your domain uses your own nameservers "nsX.mydomain.com" then register the nameservers at your registrar.

Thanks for the answer. I have done it but I do not get regarding the results shown. You say
Quote
dig @dns1.com ns1.mydomain.com
dig @dns2.com ns2.mydomain.com

That totally makes something like this
dig @ns1.mydomain.com  ns1.mydomain.com
and
dig @ns2.mydomain.com  ns2.mydomain.com

What is the point of this? Sorry I am a newbie. Thanks a lot.
15
Information / Re: CentOS CWP vs cPanel comparison
« Last post by overseer on January 10, 2025, 04:54:38 AM »
Mindshare is still saying "CentOS Web Panel"? Anything CentOS is W-A-Y outdated now. CWP needs to get consistent with their new Control Web Panel branding -- "For Enterprise Linux"!
16
Information / CentOS CWP vs cPanel comparison
« Last post by Netino on January 10, 2025, 02:00:11 AM »
"CentOS CWP is ranked #1, while cPanel is ranked #2. CentOS CWP holds a 19.2% mindshare in WHCP, compared to cPanel’s 18.9% mindshare."

Mindshare is this presence in the mind. It is occupying a prominent place in the consumer's mind. It is being remembered by him in some way.
I couldn't download the report, but the information is on that site.
https://www.peerspot.com/products/comparisons/centos-cwp_vs_cpanel
17
CWP API / Re: pic not showing in app after migrating server.
« Last post by SSM on January 10, 2025, 12:50:11 AM »
no...nothing appeared in apps....all the pic not showing in our apps
18
Nginx / Re: How to update NGINX version to version 1.26.2
« Last post by cbstudiomx on January 09, 2025, 10:06:42 PM »
Thanks, that's great! You should contribute more!

In fact, know that this is also my thought since the beginning of the year. I have been here in the community for many years and I have not contributed from my experience, until now. Think about it, I'm a fan of CWP after getting fed up with CPanel/WHM, and because all the hosting companies in my country promote them, but also because their license costs don't justify sacrificing the resources of a machine for a control panel + other reasons. I'm not even talking about the others with similar tools. CWP has something special and it pleases me!

The community should relax, I'm here too from now on and I'm going to contribute everywhere.  8)

Have you seen how many unanswered topics are on here? You don't know how many times I couldn't find any solution here or anywhere online and solved the problem myself.

Man, we almost have an open source control panel here. We help each other! There is no such thing in the official competition forums! They get official help. Here... they are too busy to offer something like that (or unprofessional?)...

Respect @Sandeep !    ::)
19
Installation / Re: PHP-FPM on AlmaLinux 9
« Last post by webstantial on January 09, 2025, 07:43:04 PM »
I think you misread my query.

I CAN NOT use anything newer than 8.0.x. 

I WANT to use 8.1 or better.

Distro Name: AlmaLinux release 9.5 (Teal Serval)
CWPpro version: 0.9.8.1190

Nothing newer than PHP 8.0.x will compile.

20
CWP API / Re: pic not showing in app after migrating server.
« Last post by overseer on January 09, 2025, 06:27:04 PM »
Permissions? Are you seeing 404 errors on the frontend?
Pages: 1 [2] 3 4 ... 10