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 4 ... 28
16
Installation / Re: wordpress
« on: May 25, 2023, 11:00:38 PM »
this is odd glitch
randomly happen to me too
and sometime the DB user messed up


hope @starbust can help

17
DNS / have 2 or more vps
« on: April 21, 2023, 11:21:02 PM »
hello
my friend ask me to solved this


he have 3 vps with 3 public ip
vps A:1.1.1.1
vps B:2.2.2.2
vps C:3.3.3.3




the primary domain - abc.com
he set private /child ns to

ns1.abc.com:1.1.1.1
ns2.abs.com:2.2.2.2
ns3.abc.com:3.3.3.3

and the abc.com use NS




ns1.abc.com
ns2.abc.com
ns3.abc.com
so far i think all is good... but.. the question comming out
how if he want to add other.com to vps A only and other.net to use VPS B only what ns he should to use?


temporary i use this solution for him
create NS1 and ns2 pointed to 1.1.1.1
ns3 and ns4 pointed to 2.2.2.2
ns5 and ns6 pointed to 3.3.3.3


and his abc.com use (whmcs only allow 5 ns)
ns1.abc.com
ns3.abc.com
ns4.abc.com
ns5.abc.com
ns6.abc.com


and add dns zone on every vps and set abc.com IN A 1.1.1.1. and i ask him to build abc.com at server A.


back to my question how if he want to add other.com to vps A only and other.net to use VPS B only what ns he should to use?

18
no panel will allow that
but with terminal, everything you can do... and sql maybe


easyway is just create another one and migrate it :)

19
Information / Re: about CWP DNS Slave
« on: April 21, 2023, 11:10:40 PM »
It works like master and slave DNS servers :) I wouldn't use it with no reason.
Just configure your own NS's and enjoy.


noted


thank you sir

20
Backup / Re: How do I backup cwp admin panel settings?
« on: April 15, 2023, 11:31:43 AM »
but if you want to change server
you only need
old server: A
open server : B


migrate between A to B
if you no need to move account


then the easyway is re config via cwp dashboard with same setting


if you want the difficult one..
just take the config/file and the sql

21
Backup / Re: How do I backup cwp admin panel settings?
« on: April 15, 2023, 11:30:04 AM »
ofcourse, file and mysql....
you should backup mysql and othe config file...


22
Information / about CWP DNS Slave
« on: April 11, 2023, 07:59:51 AM »
hello

anyone here can explain to me about this? CWP DNS SLAVE and how it work ?




thankyou

23
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

24
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)

25
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  )

26
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 ?

27
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? )

28
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




29
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 ?

30
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

Pages: 1 [2] 3 4 ... 28