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.
16
LiteSpeed / Re: OpenLiteSpeed
« on: November 01, 2021, 05:55:55 PM »openlitespeed is not that good for cwp since it uses different php and different vhosts.
sry to bumping
but @Sandeep can u check http://forum.centos-webpanel.com/index.php?topic=11416.msg39020;topicseen#msg39020 please
17
Nginx / Re: Reduce initial server response time - NGINX - Varnish - Apache
« on: November 01, 2021, 05:50:05 PM »
oot:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fpanel.dug.my.id
i got 100%
and you know what.. that is not a big problem... the most important thing are you must get your server stable.... uptodate is not always stable...
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fpanel.dug.my.id
i got 100%
and you know what.. that is not a big problem... the most important thing are you must get your server stable.... uptodate is not always stable...
18
PHP / Re: User's PHP.INI Editor not working
« on: November 01, 2021, 05:01:41 PM »
i run this
but still empty at cwp
Code: [Select]
<?php
$inipath = php_ini_loaded_file();
if ($inipath) {
echo 'Loaded php.ini: ' . $inipath;
} else {
echo 'A php.ini file is not loaded';
}
?>
with result : Loaded php.ini: /home/rdigihub/public_html/php.inibut still empty at cwp
Code: [Select]
Video at : https://terabox.com/s/1YOWLd1WaGK0TUTkx5I8k1A passcode: es7q
19
PHP / Re: User's PHP.INI Editor not working
« on: November 01, 2021, 06:02:49 AM »Where you is adding that file.?Where you is adding that file.?
The location is:Code: [Select]/home/USER/public_html/.user.ini
(Note the dot '.' at the beginning of that filename)
For example, if you have an USER named 'digdug', you will must have a file like:Code: [Select]-rw-r--r-- 1 digdug digdug 296 Nov 1 00:39 /home/digdug/public_html/.user.ini
with permission 644.
(the 'user' in '.user.ini' is just literal, not a user of your system)
i dont edit anything, fresh install.
and yes. i try to edit via ftp/file manager file .user.ini the config of php changed like i increase max vars then i try to check... the max var change with same value at file .user.ini
but inside the GUI CWP user Panel. option edit php.ini still blank and cannot added
will you check it ? i can give u user test account from cwp user
20
Information / Almalinux installation
« on: October 31, 2021, 12:41:54 PM »
hello
i deploy new vps with alma
when i run the cwp installation script
it stoped because some package not found
anyone here know how to install CWP on alma ?
if im not wrong it stoped at phpmyadmin
i deploy new vps with alma
when i run the cwp installation script
it stoped because some package not found
anyone here know how to install CWP on alma ?
if im not wrong it stoped at phpmyadmin
21
PHP / Re: User's PHP.INI Editor not working
« on: October 31, 2021, 07:28:57 AM »Seems you have a permission problem with your ini file.Apache version: Apache/2.4.51
(Perhaps edited by root user?)
What are your user using? php-cgi, php-fpm.?
Regards,
Netino
PHP version: 7.4.25
MySQL version: 10.2.40-MariaDB
FTP version: 1.0.47
MySql Port: 3306
Web Servers: nginx-apache
Distro Name: CentOS Linux release 7.9.2009 (Core)
Kernel Version: 3.10.0-1160.45.1.el7.x86_64
CWP version: 0.9.8.1098
cwp free... will upgrading soon if everything working well
this is happen after massive update (3-4 revision in one hours or two hours only ) about 1-2 weeks ago....
then i think i mess with permission like u said... but this is fresh install
i re deploy centos 7 and install cwp
without do anything
i add 1 domain then i enter the user panel... bang..... it's same
default config without any editing....
manual add php.ini not working.. system not read it.
manual add .user.ini working but not display at cwp panel (still path empty php.ini )
22
CentOS-WebPanel Bugs / Admin read this
« on: October 31, 2021, 07:23:07 AM »
1. cron job
2. update make roundcube miss permission (fix with auto update roundcube)
3. PHP.INI (user) not working (manual can be add to .user.ini) but at panel blank
4. Domain Key sometimes not auto add
Apache version: Apache/2.4.51
PHP version: 7.4.25
MySQL version: 10.2.40-MariaDB
FTP version: 1.0.47
MySql Port: 3306
Web Servers: nginx-apache
CWP version: 0.9.8.1098
Fresh INSTALL after get this problem from Massive (2-4 times update in 1-2 hours) few weeks ago if im not wrong.
Im talking about CWP not CLI
2. update make roundcube miss permission (fix with auto update roundcube)
3. PHP.INI (user) not working (manual can be add to .user.ini) but at panel blank
4. Domain Key sometimes not auto add
Apache version: Apache/2.4.51
PHP version: 7.4.25
MySQL version: 10.2.40-MariaDB
FTP version: 1.0.47
MySql Port: 3306
Web Servers: nginx-apache
CWP version: 0.9.8.1098
Fresh INSTALL after get this problem from Massive (2-4 times update in 1-2 hours) few weeks ago if im not wrong.
Im talking about CWP not CLI
23
How to / Re: Cron job not working within cwp
« on: October 31, 2021, 07:19:37 AM »
and this is happen new version fresh install on centos 7
cron job cannot create
cron job cannot create
24
DNS / DNS using DNS Manager (external)
« on: October 30, 2021, 05:27:14 PM »
hello
i have question
if i use mydomain.tld point to NS1 NS2 NS3 NS4 NS5 to DNS Management
then at dns management i set
ns1.mydomain.tld IN A ip.ip.ip.ip
ns2.mydomain.tld IN A ip.ip.ip.ip
it will work ? to client-domain.tld IN NS NS1.mydomain.tld
and at cwp i insert my Nameserver as
ns1.mydomain.tld IN A ip.ip.ip.ip
ns2.mydomain.tld IN A ip.ip.ip.ip
i have question
if i use mydomain.tld point to NS1 NS2 NS3 NS4 NS5 to DNS Management
then at dns management i set
ns1.mydomain.tld IN A ip.ip.ip.ip
ns2.mydomain.tld IN A ip.ip.ip.ip
it will work ? to client-domain.tld IN NS NS1.mydomain.tld
and at cwp i insert my Nameserver as
ns1.mydomain.tld IN A ip.ip.ip.ip
ns2.mydomain.tld IN A ip.ip.ip.ip
26
PHP / Re: Set PHP version to the wesite
« on: October 30, 2021, 05:18:26 PM »uncheck litespeed and install php 5.3 again
hello sorry to bump.. but can you check my post about user php.ini ?
27
CentOS-WebPanel Bugs / Re: Varnish not installed
« on: October 30, 2021, 09:57:38 AM »
i have same problem
when use 3 in one webserver.... bang.... it died....
well since no reply....
this is the free webpanel
u should pay for fix this and this....
but u know... i still use it
Lol
when use 3 in one webserver.... bang.... it died....
well since no reply....
this is the free webpanel
u should pay for fix this and this....
but u know... i still use it
Lol
30
PHP / Re: User's PHP.INI Editor not working
« on: October 29, 2021, 11:44:59 AM »
update:
based on: https://wiki.centos-webpanel.com/how-to-configure-php-options-under-cwp-admin-and-cwp-user
my php.ini path not display as the wiki's pictures (/home/user/...
and i tried to edit public_html/.user.ini manually
and it working...
but still cannot edit from cwp user panel
before massive update 1-2 weeks ago.. everything is ok
based on: https://wiki.centos-webpanel.com/how-to-configure-php-options-under-cwp-admin-and-cwp-user
my php.ini path not display as the wiki's pictures (/home/user/...
and i tried to edit public_html/.user.ini manually
and it working...
but still cannot edit from cwp user panel
before massive update 1-2 weeks ago.. everything is ok