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

Pages: [1]
1
Backup / New Backup wont work after first week
« on: May 17, 2022, 11:06:50 AM »
Hello,

we have a small/big problem with the new backup function in CWP.

after i finished the setup for everthing backup related i tested the config with a manual backup and everything worked fine.
Then everyday there is a backup to the FTP Server and this worked fine.. Now after a week backup cant upload the file anymore.

after generating the tar.gz he trys to upload the file and failed.

log from cron_backup_log:

2022-05-16 20:01:17 Generating xxxx.tar.gz
2022-05-16 20:01:17 Type conection cron FTP
2022-05-16 20:01:18 connection FTP successful
2022-05-16 20:01:18 Put file from /home/tmp_bak/.backup_temp/xxxx/xxxx.tar.gz TO /web01-newbackup/full/daily/Monday/accounts/xxxx.tar.gz
2022-05-16 20:01:19 Failed to upload file "/home/tmp_bak/.backup_temp/xxxx/xxxx.tar.gz" in /web01-newbackup/full/daily/Monday/accounts/xxxx.tar.gz. Check connection with FTP server
2022-05-16 20:01:19 Error in Update xxxx.tar.gz
2022-05-16 20:01:29 END
2022-05-16 20:01:32 Backup Finished

can anyone help? do i need to delete the already exists backup in the Monday/accounts/ folder by myself or what is happening here?

2
CentOS 7 Problems / Re: OpenSSL 1.1.1 use with php
« on: January 29, 2022, 11:41:47 AM »
to clarify i dont want to update the systems openssl package because i know i cant.
i only want to use another openssl package with php.
with apache it works too with the new openssl version but not with php.
so i think i do something wrong with it.

i think the problem can be the PKG_CONFIG_PATH because there is not my new path added but i dont know how
i can tell CWP on rebuild another path with the pkgconfig path of the new openssl

3
CentOS 7 Problems / Re: OpenSSL 1.1.1 use with php
« on: January 28, 2022, 09:34:31 PM »
i´m on centos 7 i cant install anything higher from yum.

4
CentOS 7 Problems / OpenSSL 1.1.1 use with php
« on: January 28, 2022, 08:26:35 PM »
Hello,

i installed openssl 1.1.1 (compiled & installed) in the folder /usr/local/opensslso
i recompiled apache and it works now with the new version BUT

php wont work with it...

this is the configure command CWP uses
Quote
'./configure' '--prefix=/opt/alt/php-fpm74/usr' '--with-config-file-path=/opt/alt/php-fpm74/usr/php' '--with-config-file-scan-dir=/opt/alt/php-fpm74/usr/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-jpeg' '--with-freetype' '--enable-gd-jis-conv' '--with-webp' '--with-zlib-dir=/usr' '--with-openssl-dir=/usr/local/opensslso/bin' '--with-xpm' '--with-openssl=/usr/local/opensslso/bin' '--with-pdo-mysql=mysqlnd' '--with-gettext=/usr' '--with-bz2=/usr' '--with-mysqli' '--enable-soap' '--enable-phar' '--with-xsl' '--with-xmlrpc' '--with-kerberos' '--enable-posix' '--enable-sockets' '--with-external-pcre' '--with-libdir=lib64' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--enable-intl' '--with-imap' '--with-imap-ssl' '--enable-fpm' '--enable-opcache' '--with-password-argon2' 'PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig'

you can see i changed the path for with-openssl und with-openssl-dir but it wont work it everytime depends on the old 1.0.2k version of openssl.

can you help me what i need to do for php to use the new openssl version?

Pages: [1]