Control Web Panel
WebPanel => CentOS-WebPanel Bugs => Topic started by: Dizzy on December 16, 2024, 04:11:39 PM
-
Hi there
On the server already installed php+mysql (mariadb) and webpages working well.
But I can`t finish cwp installation.
When I check the server for suitability for installing the panel using the command:
curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
I got next:
Apache PHP info:
sh: line 46: /usr/local/bin/php: No such file or directory
Apache starts script check:
grep: /etc/init.d/httpd: No such file or directory
but PHP and Apache are working well.
Who knows how to solve this problem?
-
Start over with a fresh installation and run CWP migration to move the sites over. (It will be faster than trying to troubleshoot a broken installation.)
-
Start over with a fresh installation and run CWP migration to move the sites over. (It will be faster than trying to troubleshoot a broken installation.)
You do not understand:) I create a new droplet and try install a clear server with cwp for creation a new websites
-
On the server already installed php+mysql (mariadb) and webpages working well.
But I can`t finish cwp installation.
The server must be clean without nginx, apache, php, mysql/mariadb.
-
On the server already installed php+mysql (mariadb) and webpages working well.
But I can`t finish cwp installation.
The server must be clean without nginx, apache, php, mysql/mariadb.
But when I try install on clear server I got much more problems :)
-
You can't have Anything installed prior to CWP, or is will not work.
I posted in the forums I quick little list of what to install and how to install CWP on AlmaLinux 9.
Can report it it here if needed.
-
You can't have Anything installed prior to CWP, or is will not work.
I posted in the forums I quick little list of what to install and how to install CWP on AlmaLinux 9.
Can report it it here if needed.
Please post it here. I'm looking for a list like this.
-
From a clean AL9 install:
If there are a few packages already installed, don't worry.
dnf install dnf-plugins-core
dnf install elrepo-release epel-release -y
crb enable
dnf --refresh update
dnf install nano wget ipset ebtables iptables ipset-service uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel nmap make -y
dnf --refresh update
dnf install clamav* clamd
dnf clean all
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el9-latest
sh cwp-el9-latest
dnf install spamassassin amavis
dnf install php-cli libsodium libsodium-devel php-sodium php-pecl-zip php-pecl-mailparse php-mbstring php-pear php-devel php-pecl-imagick
pecl channel-update pecl.php.net
After that is more customizing how you want the server.
-
Thanks a lot!
Got first error :)
[root@srv ~]# dnf install elrepo-release epel-release -y
Last metadata expiration check: 0:02:24 ago on Tue 17 Dec 2024 09:39:25 AM UTC.
No match for argument: elrepo-release
Error: Unable to find a match: elrepo-release
-
Going back to your thread title, hopefully you are not trying to use CentOS 9 Stream... We are recommending AlmaLinux 9 for production server use!
-
Yea, install AlmaLinux 9, not CentOS stream.
Sounds like there's a pretty major config error somewhere.
dnf install elrepo-release epel-release -y
Those are 2 standard repos, especially EPEL that CWP needs to install.
That code line of course uses dnf, and the -y is answering yes, to install them.
Then once you have EPEL installed, and run dnf --refresh update, it will update itself.
Are you behind a NAT, or is this a public server?
-
I use the same CentOs 9 stream :) I try to build a webserver on https://cloud.digitalocean.com/. And I do not have any experience with AlmaLinux :)
-
That's probably why you are having problems connecting to ELRepo & EPEL.
digital ocean is a hacker haven and have been blacklisted on allot of networks.
I know ELRepo has Vultr's ASN blocked.
Probably do with do also.