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

Pages: [1] 2
1
CentOS-WebPanel Bugs / unsuspend account not works
« on: December 29, 2021, 12:35:34 PM »
after unsuspend account all domains still show
Quote
Account Suspended
Please contact your hosting provider to correct issues causing your website to be offline.
how to fix it?

2
PHP / Re: php high load
« on: October 12, 2020, 03:59:42 AM »
php fpm is not in free cwp

3
PHP / Re: php high load
« on: October 09, 2020, 03:19:31 PM »
what check? is any check tools?

4
PHP / Re: php high load
« on: October 08, 2020, 06:58:08 PM »
so it can not be because of slow php cgi suphp?

5
PHP / php high load
« on: October 08, 2020, 06:16:33 AM »
php 7.2
cwp not pro
get very high LA

how fix it?
I cant use opcache because of suphp

6
PHP / Re: select php accelerator
« on: September 15, 2020, 02:07:31 AM »
php fpm is not free
is any free solution?

7
PHP / select php accelerator
« on: September 13, 2020, 01:01:26 PM »
what php accelerator I can choose, if cwp use suPhp and not allow opcache?

8
SSL / Re: how to install letsencrypt for admin panel & user panel ?
« on: July 17, 2020, 05:15:21 AM »
is any simple way to install letsencrypt cert with autoupdate to panel in 2020?

9
Installation / Re: centos 7 with virtualbox
« on: February 29, 2020, 09:25:00 AM »
here the solution
1 use bridge instead of nat
2 set manual ip instead of dhcp
3 enable nat in panel

10
Installation / Re: centos 7 with virtualbox
« on: February 25, 2020, 11:50:52 AM »
yum install php-fpm wants install old version 5.4.16-46.1.el7_7

11
Installation / Re: centos 7 with virtualbox
« on: February 25, 2020, 05:13:26 AM »
php fpm not installed and not sure it's the reason
now get strange situation- nginx+apache both use 80 port and nginx fail to start

12
PHP / Re: manual install php fpm
« on: February 24, 2020, 07:41:08 PM »
here is log

Configure Command   './configure' '--with-config-file-path=/usr/local/php' '--with-config-file-scan-dir=/usr/local/php/php.d' '--with-zlib=/usr' '--enable-mbstring' '--enable-zip' '--enable-bcmath' '--enable-pcntl' '--enable-ftp' '--enable-exif' '--enable-calendar' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-wddx' '--with-tidy' '--with-curl' '--with-iconv' '--with-gmp' '--with-pspell' '--with-gd' '--with-jpeg-dir=/usr' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--enable-gd-jis-conv' '--with-webp-dir=/usr' '--with-zlib-dir=/usr' '--with-xpm-dir=/usr' '--with-openssl' '--with-pdo-mysql=mysqlnd' '--with-gettext=/usr' '--with-bz2=/usr' '--with-recode=/usr' '--with-mysqli' '--enable-soap' '--enable-phar' '--with-xsl' '--with-xmlrpc' '--with-kerberos' '--enable-posix' '--enable-sockets' '--with-pcre-regex' '--with-libdir=lib64' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--enable-intl' '--with-icu-dir=/usr' '--enable-fpm'
Server API   CGI/FastCGI

13
PHP / Re: manual install php fpm
« on: February 24, 2020, 07:40:30 PM »
we have fpm option in php switcher.

I checked it but phpinfo show CGI/FastCGI

14
Installation / Re: centos 7 with virtualbox
« on: February 24, 2020, 06:49:52 PM »
removed NAT network from virtualbox and start work
but display all files except php
log File does not exist: /usr/local/apache/htdocs/1.php
why apache use this directory and not using /home/k/public_html/q.com/1.php
here is part of apache config
<VirtualHost 192.168.1.39:8181>
        ServerName q.com
        ServerAlias www.q.com
        ServerAdmin webmaster@q.com
        DocumentRoot /home/k/public_html/q.com

15
Installation / Re: centos 7 with virtualbox
« on: February 24, 2020, 09:11:21 AM »
I add line in /etc/hosts
192.168.1.39 test.com
and  test.com opens normal

Pages: [1] 2