Jump to content

Sandeep B.

Administrators
  • Joined

  • Last visited

Everything posted by Sandeep B.

  1. for php switcher you can build it form source : follow Step 1 from here Step 2 : mkdir -p /usr/local/php-81 cd /usr/local/php-81 wget http://php.net/distributions/php-8.1.25.tar.gz tar zxvf php-8.1.25.tar.gz cd php-8.1.25 ./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
  2. you can't access 2031 when using cloudflare for hostname it is recommended to remove cloudflare proxy for the hostname.
  3. you need to create reverse proxy with apache or nginx in cwp you can achieve this in webserver domain config >> select the domain name >>create config >> select nginx + apache + port option add 1500 port there and save and rebuild vhost
  4. i always preferer stream OS and alma is better than rocky
  5. centos/el uses backporting for security fixes the version will show old but the security vulnerability is already fixed via yum update also centos 7 is ending in few months consider upgrading to almalinux8/centos 8 stream and it is not recommended to update the openssl in centos/el OS because this will break many dependencies. to upgrade apache webserver openssl you can use this tutorial
  6. updated the script, thanks for the info
  7. ensure that dovecot service is running systemctl status dovecot
  8. i've tested the upper steps and its still working fine for me. You can DM me with server details for the checks
  9. did you tried with pam yes ? you need to change the private key to pem format and try
  10. Hi will check it and make a installation tutorial soon
  11. for cwp php-fpm selector : cd /usr/local wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip unzip -o ioncube_loaders_lin_x86-64.zip && rm -rf ioncube_loaders_lin_x86-64.zip touch /opt/alt/php-fpm82/usr/php/php.d/ioncube.ini echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.2.so' >/opt/alt/php-fpm82/usr/php/php.d/ioncube.ini for php 8.1 follow all the steps and use below commands in place of last 2 commands lines: touch /opt/alt/php-fpm81/usr/php/php.d/ioncube.ini echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so' >/opt/alt/php-fpm81/usr/php/php.d/ioncube.ini then restart php-fpm services systemctl restart php-fpm82.service php-fpm81.service php cgi selector 2 : cd /usr/local wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip unzip -o ioncube_loaders_lin_x86-64.zip && rm -rf ioncube_loaders_lin_x86-64.zip touch /opt/alt/php82/usr/php/php.d/ioncube.ini echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.2.so' >/opt/alt/php82/usr/php/php.d/ioncube.ini for php 8.1 follow all the steps and use below commands in place of last 2 commands lines: touch /opt/alt/php81/usr/php/php.d/ioncube.ini echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so' >/opt/alt/php81/usr/php/php.d/ioncube.ini
  12. you can do this steps for cwp php switcher : cd /usr/local wget https://downloads.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.zip unzip -o ioncube_loaders_lin_x86-64.zip && rm -rf ioncube_loaders_lin_x86-64.zip touch /usr/local/php/php.d/ioncube.ini echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.2.so' >/usr/local/php/php.d/ioncube.ini for php 8.1 follow all the steps and below command in place of last command line: echo 'zend_extension = /usr/local/ioncube/ioncube_loader_lin_8.1.so' >/usr/local/php/php.d/ioncube.ini
  13. cwp uses 7.2 and yes 7.4 will be released soon for cwp service its under test with el9 roundcube 1.5 is still supported by the developers as it is LTS version and security patches will be maintained by the devs.
  14. it requires php 7.3 and not fully supported with CWP as it uses php 7.2 as core php version
  15. received and fixed.
  16. probably those are migrated from cpanel ?
  17. CWP use named db from /var/named only
  18. UPI VPA id : 9315039994@paytm
  19. DNSSEC is not planned yet for CWP.
  20. did you tried this steps :
  21. did you've configured disk quota ? please double check and configure it
  22. any screenshot of the error? and what is in the error log when you tried to login, error log is in this directory: /usr/local/cwp/php71/var/log/
  23. Seems its originated from the server, check if user account from where it is originated seems you've some security holes in your script.
  24. You can check email headers where the message is sent/originated from, disabling php mail function is a good idea