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

Pages: 1 ... 93 94 [95] 96 97 ... 119
1411
CentOS-WebPanel GUI / Re: How to prevent cwp auto update
« on: December 13, 2022, 06:29:23 PM »
@AcemiPenguen

You did NOT read the question.

They want to STOP automatic updates to the CWP panel.
(e.g. Not auto upgrade to 0.9.8.xxxx when it is released)

1412
PHP / Re: PHP8.2.* Install?
« on: December 12, 2022, 10:15:37 PM »
Don't know when/if CWP will add 8.2 in the next update, as I mentioned I don't work for them.

I know I was able to go back to 8.1 without problems, and the 8.1 version of this worked with CWP when they finally did add support.

The only way to get 8.2.0 now, would be thru cli via ssh or local.

1413
PHP / Re: PHP8.2.* Install?
« on: December 12, 2022, 06:34:23 PM »
In CWP you should see:


1414
PHP / Re: PHP8.2.* Install?
« on: December 12, 2022, 06:33:14 PM »
Based On and Credit To:
Sandeep B. - November 26, 2021
https://www.uxlinux.com/install-php-8-1-latest-version-in-cwp-control-panel/

--

NOTE: ionCube 12.0.x does NOT support PHP 8.2.x as of 12 December 2022.

Below was tested on AlmaLinux 8.7 & CWP 0.9.8.1148

Start with PHP 8.1.13
Compiled in CWP WITHOUT: imagick, ioncube, sodium

--

dnf install oniguruma oniguruma-devel gcc make gcc-c++ cpp kernel-headers.x86_64 libxml2-devel openssl-devel bzip2-devel libjpeg-devel libpng-devel freetype-devel openldap-devel postgresql-devel aspell-devel net-snmp-devel libxslt-devel libc-client-devel libicu-devel gmp-devel curl-devel libmcrypt-devel pcre-devel sqlite-devel libdb-devel enchant-devel libXpm-devel mysql-devel readline-devel libedit-devel recode-devel libtidy-devel libtool-ltdl-devel libwebp libwebp-devel expat expat-devel libmemcached libmemcached-devel

--

dnf install libzip libzip-devel
dnf install cmake zlib-devel

--

cd /usr/local/src
rm -rf libzip*
wget https://libzip.org/download/libzip-1.9.2.tar.gz
tar zxvf libzip*
cd libzip*/
mkdir build
cd build
/usr/bin/cmake3 ..
make && make install

--

cd /usr/local/src
rm -rf pcre2*
wget https://github.com/PhilipHazel/pcre2/releases/download/pcre2-10.41/pcre2-10.41.zip -O pcre2.zip
unzip pcre2.zip
cd pcre2-*/
./configure
make && make install

--

cd /usr/local/src
rm -rf master* libavif-master*
wget https://github.com/AOMediaCodec/libavif/archive/refs/heads/master.zip
unzip master.zip
cd libavif-main
mkdir build-dir
cd build-dir
cmake ..
make
make install

--

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig

--

mkdir -p /usr/local/php-82
cd /usr/local/php-82
wget http://php.net/distributions/php-8.2.0.tar.gz
tar zxvf php-8.2.0.tar.gz
cd php-8.2.0
./configure --with-config-file-path=/usr/local/php --enable-cgi --with-config-file-scan-dir=/usr/local/php/php.d --with-zlib=/usr --enable-mbstring --with-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --with-curl --with-iconv --with-gmp --with-pspell --enable-gd --with-avif --with-jpeg --with-freetype --enable-gd-jis-conv --with-webp --with-zlib-dir=/usr --with-xpm --with-openssl --with-pdo-mysql=mysqlnd --with-gettext=/usr --with-bz2=/usr --with-mysqli --enable-soap --enable-phar --with-xsl --with-kerberos --enable-posix --enable-sockets --with-external-pcre --with-libdir=lib64 --with-mysql-sock=/var/lib/mysql/mysql.sock --enable-intl --with-password-argon2 --enable-litespeed --with-ldap=/usr --with-ldap-sasl=/usr 
make
make install

--

php -v

You should see (if all went well):

PHP 8.2.0 (cli) (built: Dec 12 2022 17:57:50) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.0, Copyright (c) Zend Technologies

1415
Why do you want to migrate?

I know CyberPanel is lacking in some areas.
But also has OpenLightSpeed & WordPress management.

1416
PHP / Re: PHP8.2.* Install?
« on: December 12, 2022, 04:04:15 PM »
I thought PHP 8.2 was still in the RC stage.

Just looked and it is released.

Let me do some testing, and I'll get back with you.

(BTW I do not work for CWP)

1417
CentOS-WebPanel GUI / Re: How to prevent cwp auto update
« on: December 12, 2022, 04:02:35 PM »
That's a good question.

It's not a cron job, so I'm going to have to 'assume' it's built in to the control panel itself.

1418
DNS Manager / Re: Slave DNS Server & Manager without ioncube to php7
« on: December 03, 2022, 10:05:12 PM »
PHP 7.4.x is now past EOL. Extended security fixes ended last month.

No one supported PHP 8.0x, and jumped straight to PHP 8.1.x

The Slave DNS & Manager still uses PHP 5.6.x, and it looks like no hopes of ever being updated at this point, as they would have to rewrite the entire code with all of the changes that have happened since that version.

I've been bugging them about this for 3 years.
And noda.

1419
Do you have SSH access to your server?

Try to login and see if the CWP & CSF services are running.

There are some CWP repair tools in /scripts

1420
When you goto your system prompt via SSH and type 'php -v'

Does it show ionCube?

1421
CentOS-WebPanel Bugs / Re: CloudFlare (Full strict) Error 426
« on: November 27, 2022, 08:09:56 PM »
CloudFlare is a whole other headache.

Support is so-so, and causes you to bang your head on the desk.

1422
Did you build your PHP 7.4.x version with the ionCube option enabled?

By default, it's not enabled, and just loading the loaders won't work.

1423
PHP / Re: PHP 7.4 - 500 server error
« on: November 27, 2022, 08:05:13 PM »
I've found that CWP needs to have PHP built thru the control panel.
Any deviation from this will break things.

To try & fix you 500 Error, goto: User Accounts -> Fix Permissions

Select your user, then check off 'Fix Permissions' and "Internal Server Error'.

If that doesn't work retry with all 3 checked, including 'Remove AddHandler'

CWP uses PHP 7.1 as Default for some reason.

--

Found this interesting article when Googled:
https://serverfault.com/questions/806879/addhandler-for-php-with-different-file-extension

1424
Information / Re: CWP 0.9.8.1147 on AlmaLinux 9.1
« on: November 21, 2022, 05:41:03 PM »
They are still at 0.9.8.1147 for some reason, usually they pushed an update with the new PHP versions.

Still waiting even on that.
7.4.33 & 8.1.12 have been out for awhile now, and have fixed security flaws.

1425
Information / CWP 0.9.8.1147 on AlmaLinux 9.1
« on: November 21, 2022, 01:37:21 AM »
Yup...

I'm going to hell...


Pages: 1 ... 93 94 [95] 96 97 ... 119