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

Pages: [1] 2 3 ... 26
1
E-Mail / Re: Cannot Reply To Messages - RoundCube
« on: March 12, 2023, 12:34:21 AM »
Standard advice applies: use Comodo rules for Mod Security. OWASP ruleset is to persnickety and requires a lot of manual tuning. Otherwise you will see odd glitches like this!


i test my wp
comodo on
result :
failed 5xx
mail server failed to read storage


solution:
turn of comodo ==> my site back on
mail server still failed but now only cant read ==> solution: rebuild


happen at new cwp

2
How to / Re: Where is CWP login page html
« on: March 09, 2023, 12:54:49 PM »
not if you
Code: [Select]
chattr -R +i /usr/local/cwpsrv/htdocs/admin/design/css


immune ... hmmm nice trick and info.. thankyou (again and again)

3
Migration from other control panels / Re: BUG migration from CPanel
« on: March 09, 2023, 12:52:43 PM »
That script was done during the COVID quarantine lockdown in 2020. I took the opportunity to migrate all my cPanel servers to CWP :)
I reported the bugs I encountered and submitted the script to the dev team, so hopefully they applied some of that to the migration script.

Yes, the vps1.domain.com was an old hostname from cPanel. Funny, I had stepped from regular hosting, to VPS, to advanced dedicated, then stepped down to dedicated, then down to a high end VPS at the end of my cPanel time. So I had about 5 mixed hostnames in the cur directories, so I wanted to normalize them on the new server under CWP. So I only showed one example in the posted script. In reality I had 5 hostnames to contend with!



can't imagine how complicated that is. thanks for sharing, I also experienced the same thing. the difference is that I haven't been able to get up again because my trust in me has decreased with the use of CWP. in Indonesia CWP is not popular.

Your experience is the solution to my problem. Thank You (write by google translate :D  )

4
CentOS 7 Problems / Re: Migration CWP -> CWP doesn't work...
« on: March 06, 2023, 01:56:26 AM »
https://i.vgy.me/c832kA.png

is this domain name or ip ?

5
Migration from other control panels / Re: BUG migration from CPanel
« on: March 06, 2023, 01:51:26 AM »
After a cPanel account import (and mail rsync), I had to run these 2 scripts to fix the mail import and permissions:
Code: [Select]
#!/bin/bash
# fix CWP Mail import
for user in $(ls /var/vmail/domain.com)
do
   cd /var/vmail/domain.com/$user
   find  .  -type d -exec chmod 755 {} \;
   find  .  -type f -exec chmod 644 {} \;
   rename 'vps1.domain.com' 'new.hostname.com' .*/cur/*
   rename 'vps1.domain.com' 'new.hostname.com' cur/*
echo "fixed $user"
done
Fix permissions on $HOME:
Code: [Select]
#!/bin/bash
# fix CWP User $HOME

chown $1.$1 /home/$1
chmod 755 /home/$1
find  /home/$1/public_html  -type d -exec chmod 755 {} \;
find  /home/$1/public_html  -type f -exec chmod 644 {} \;
rm -rf /home/$1/home
echo "fixed $1 account."




until today ? (new version of cwp) ?
and
'vps1.domain.com = old hosts? (cpanel? )

6
Installation / Re: AlmaLinux
« on: March 06, 2023, 01:48:29 AM »
hi

CentosWP work in AlmaLinux 8?  Ubuntu? FreeBSD?


centos webpanel was gone
now control web panel
and still support 7, alma, rocky




7
How to / Re: Where is CWP login page html
« on: March 06, 2023, 01:46:15 AM »
Code: [Select]
/usr/local/cwpsrv/htdocs/admin/design/css


they will delete it on update, right ?

8
PHP / Re: When PHP 8.2 will be available?
« on: March 06, 2023, 01:42:13 AM »
I guess the better question is, when will CWP run on PHP 8.1 instead of the obsolete, EOL PHP 7.1/7.2?


+1


cwp should run 8.x

9
Information / Re: Cluster CWP (Multi-Server Manager) Availability
« on: March 06, 2023, 01:41:41 AM »
dont....
dont make this pleaseeee


this cwp (single management)
still have some bug
like if we change server IP, reseller limit quota info, user quota info (for some reason this user info quota randomly happen)


can u imaging if cwp handle 3-10 server :D

10
Information / Re: Change IP Public but at CWP Client list not changing
« on: March 06, 2023, 01:38:49 AM »
In phpMyAdmin, edit the root_cwp database. Edit the user table, ip_address column. I've seen this on VMs that I have moved from one physical IP address to another. I don't know that it's more than a cosmetic issue, as it doesn't seem to affect the vhosts (of course, change those IP references, too):

Code: [Select]
perl -pi -e 's/OLDIPADDRESS/NEWIPADDRESS/g' /usr/local/apache/conf.d/vhosts/*.conf


so this is "old" problem
well i already solved this actually since support very busy to ask me the pro version because my email not connected to cwp registration info ( i dont have it, my friend have it. this is his vps)

i have already solved this case.. i rebuild the VPS with the real ip lol and move it (again)

11
CentOS 7 Problems / Re: Cant'access to cwp pro admin
« on: March 03, 2023, 12:15:38 AM »
if you can ping your server
then try change the root pwd
after that relogin to cwp using the new password (user root)


if you cant ping :D try to get in and disable csf


btw
can you screenshot what kind of error

12
CentOS 7 Problems / Re: Cant'access to cwp pro admin
« on: March 02, 2023, 02:21:20 PM »
how u can rebuild apache if you cant login?


btw turn off adblock and allow cookies and disable VPN

13
Information / Change IP Public but at CWP Client list not changing
« on: March 01, 2023, 10:29:07 PM »
https://i.vgy.me/3ai76L.png

this is my friends problem, he ask me to install cwp on first vps (we call vps-A) ip 192.168.0.111 then after 2 days he build another vps (VPS-B) with ip 192.168.0.123.
both using cwp


today he want to switch the ip
192.168.0.111 for VPS-B
192.168.0.123 for VPS-A


all i do is simple
shutdown all VPS
change the ip
turn it on
run cwp update
and edit the dns zone


done...


but i found 1 problem
https://i.vgy.me/3ai76L.png
not change
it still use old ip
at VPS-A still use 192.168.0.111
and
vps-B use 192.168.0.123


how to refresh that part ?

14
Information / Re: Future of CWP?
« on: February 24, 2023, 08:34:25 AM »
Thank you so much everyone for the info. I will give it a shot with Almalinux and fingers crossed everything will work out  ;D


it will work


i have zero knownledge about linux,
everything is good
except quota info for reseller :D




15
Installation / Re: Internal server error 500 - no solution
« on: February 24, 2023, 01:34:28 AM »
i think u are running 1core + 1 RAM and apache+nginx ?

Pages: [1] 2 3 ... 26