cPanel Accounts Not Showing/Working After Update

shozi

Member
Oct 16, 2022
8
0
1
United Kingdom
cPanel Access Level
Root Administrator
Hello

i'm Facing A Issue From Last 20 Days

The Issue Is:

After Updating cPanel My All Users ( cPanel Accounts ) Not Showing In WHM > List Accounts

But All Users SQL DataBases & cPanel Data Is Fine in Server Even The Users Exist in ( /var/cpane/users/ )

& in These Files The Data Is Missing /etc/trueuserdomains & /etc/trueuserowners

Even i Added Domains With UserNames There Manually But Not Worked !


Or When i Open DNS Zone Manager All Server Domains Are Showing Over There.

But Again The Main Point Users Not Showing in List Accounts & The SQL DataBases Also Not Shwoing in Manage Databases

Before Update Everything Was Fine Or Now All Sites Are Down From Last 20 Days i Tried Everything To Fix But Failed

i'm Using cPanel Version 110.0.5 & CloudLinux v7.9.0

Please Help Me

Thank You :)
 
Last edited:

shozi

Member
Oct 16, 2022
8
0
1
United Kingdom
cPanel Access Level
Root Administrator
Have you tried checking the cPanel log at /usr/local/cpanel/logs/error_log to see if there are any entries there related to the accounts not loading?
Now I'm Not Able To Access The Server With Putty Port 22 Working Fine But Its Not Getting The Root Credentials

Even From Port 2087 The Login Working Fine

:)
 

shozi

Member
Oct 16, 2022
8
0
1
United Kingdom
cPanel Access Level
Root Administrator
Hello

i Got The Problem


The Issue is in /etc/apache2/conf/httpd.conf

even i was rebuilted that With /scripts/rebuildhttpdconf



i was created a testing users in whm & in /etc/apache2/conf/httpd.conf i got the testing users virtual hosts

here is the VirtualHost Code:

=======================================================================
# To customize this VirtualHost use an include file at the following location
# Include "/etc/apache2/conf.d/userdata/ssl/2_4/testdomain/testdomain.com/*.conf"

<IfModule headers_module>
RequestHeader set X-HTTPS 1
</IfModule>
RewriteEngine On
RewriteCond %{HTTP_HOST} =cpanel.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.testdomain.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]

RewriteRule ^/(.*) /___proxy_subdomain_cpanel/$1 [PT]
ProxyPass "/___proxy_subdomain_cpanel" "http://127.0.0.1:2082" max=1 retry=0
RewriteCond %{HTTP_HOST} =cpcalendars.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =cpcalendars.testdomain.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]

RewriteRule ^/(.*) /___proxy_subdomain_cpcalendars/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcalendars" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} =cpcontacts.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =cpcontacts.testdomain.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]

RewriteRule ^/(.*) /___proxy_subdomain_cpcontacts/$1 [PT]
ProxyPass "/___proxy_subdomain_cpcontacts" "http://127.0.0.1:2079" max=1 retry=0
RewriteCond %{HTTP_HOST} =webdisk.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =webdisk.testdomain.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]

RewriteRule ^/(.*) /___proxy_subdomain_webdisk/$1 [PT]
ProxyPass "/___proxy_subdomain_webdisk" "http://127.0.0.1:2077" max=1 retry=0
RewriteCond %{HTTP_HOST} =webmail.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =webmail.testdomain.com:443
RewriteCond %{HTTP:Upgrade} !websocket [nocase]

RewriteRule ^/(.*) /___proxy_subdomain_webmail/$1 [PT]
ProxyPass "/___proxy_subdomain_webmail" "http://127.0.0.1:2095" max=1 retry=0

RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =cpanel.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =cpanel.testdomain.com:443

RewriteRule ^/(.*) /___proxy_subdomain_ws_cpanel/$1 [PT]
RewriteCond %{HTTP:Upgrade} websocket [nocase]
RewriteCond %{HTTP_HOST} =webmail.testdomain.com [OR]
RewriteCond %{HTTP_HOST} =webmail.testdomain.com:443

RewriteRule ^/(.*) /___proxy_subdomain_ws_webmail/$1 [PT]

RewriteRule ^/Microsoft-Server-ActiveSync /___proxy_activesync/$1 [PT]
ProxyPass "/___proxy_activesync" "http://127.0.0.1:2090/Microsoft-Server-ActiveSync" max=1 retry=0
</VirtualHost>
# END: HTTPS vhosts list
=======================================================================

i was restarted httpd or did everything


but Again Failed :)
 

ResellerWiz

Well-Known Member
Mar 24, 2023
92
44
93
USA
cPanel Access Level
Root Administrator
Twitter
I'm not sure what we are trying to fix or why Apache needed to be reinstalled. Can you get me more details on the specific problem you are having?
Since the OP doesn’t want to open a ticket with support and prefers to continue messing with items that are unrelated to his problem, I’m out of suggestions because I highly doubt a cPanel update removed user information and that the OP’s problem goes beyond a cPanel update.