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

Pages: [1]
1
CentOS-WebPanel GUI / What variables are available in vhost template?
« on: February 04, 2024, 03:53:46 PM »
This article explains how vhost templates can be used: https://wiki.centos-webpanel.com/webservers-vhost-templates

but does not say what variables can be used in the templates. I've found variables such as %domain_idn% and %user% but no clue as to where all variable are listed (or defined)

2
E-Mail / Roundcube update not working due to php version of cwpsrv
« on: June 01, 2022, 08:42:48 PM »
Have been following this to check and update roundcube: https://www.awsmonster.com/2018/11/cwp-how-to-check-roundcube-all.html

When running the webmail installer I get this error message relating to the php used by roundcube:
Quote
Checking PHP version
Version:  NOT OK(PHP Version 7.3.0 or greater is required 7.2.30 detected)

7.2.30 is indeed the version used by cwpsrv and roundcube, which checks out with the bash:
Code: [Select]
/usr/local/cwp/php71/bin/php -v
which confirms:
Quote
PHP 7.2.30 (cli) (built: Apr 29 2020 02:29:42) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with the ionCube PHP Loader + ionCube24 v10.4.5, Copyright (c) 2002-2020, by ionCube Ltd.

I can't work out how to get cwpsrv to use a later version of php (I am using FPM selector for my domains that are using php versions 7.3 to 8.1)

Help please!



3
DNS / Re: freedns.centos Keeps going back to the Login Page
« on: June 17, 2021, 09:34:46 AM »
I'm still having this problem 5 days after the post. This does not appear to be a temporary change

4
CentOS 7 Problems / Re: Apache not working
« on: November 19, 2020, 10:05:17 AM »
This seems to be a similar issue like: https://forum.centos-webpanel.com/index.php?topic=9832.0

5
Updates / Re: After updates 11.14.20 Apache failed to start
« on: November 19, 2020, 10:02:05 AM »
I had the same problem this morning.

It seems that Apache is using the wrong conf file (not the CWP one) and that /etc/init.d/httpd is missing

Apache is using /etc/httpd/conf/httpd.conf and not /usr/local/apache/conf/httpd.conf

6
CentOS 7 Problems / Re: PHP-FPM error
« on: November 19, 2020, 10:01:06 AM »
I had a similar problem this morning.

It seems that Apache is using the wrong conf file (not the CWP one) and that /etc/init.d/httpd is missing

7
CentOS 7 Problems / Apache not working
« on: November 19, 2020, 09:58:32 AM »
After YUM updates this morning Apache load using the wrong conf file.

Instead of using: /usr/local/apache/conf/httpd.conf

... it is using: /etc/httpd/conf/httpd.conf

And I have also noticed that /etc/init.d/httpd does not exist.

I've updated CWP, but this has not solved the issue.

What do I do to correct this?

8
Under ServicesMonitor (systemd) why do so many services show "status: unknown"?

One of these services I would like to monitor, but because the status is unknown, it is restarted every 15 minutes (or whatever period for checking is set)

9
CentOS-WebPanel GUI / fileManager2.php not working
« on: July 15, 2017, 04:39:48 PM »
Still getting php error in fileManager2.php

File says that decoding is forbidden so not sure how to proceed

Error: Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152

10


Using phpmyadmin with cwp on centos 7 server. Was working, but after changes to apache configuration (maybe other changes too) have the following problem:

1) From cwp load phpmyadmin login page 2) Enter credentials correctly (sure that credentials correct because otherwise get error message) 3) See new token in URL, but login page reloaded repeatedly

Have tried: - reinstalling mariadb - ensuring root has full sql rights granted - reinstalled and updated phpmyadmin to latest

Not sure how to debug this one

11
SPF / Re: policyd-spf skip_addresses not IP network
« on: June 16, 2017, 11:10:43 PM »
Solved this by:

1) installing pip for python 3 following this: https://stackoverflow.com/questions/32618686/how-to-install-pip-in-centos-7

2) then seeing what modules were missing by invoking the script from ssh with
Code: [Select]
sudo -u nobody /usr/bin/python3.4 /usr/libexec/postfix/policyd-spf     I added the following:
2a) module spf with
Code: [Select]
pip3 install pyspf2b) module dns with
Code: [Select]
pip3 install py3dns2c) module policydspfsupp with
Code: [Select]
pip3 install pypolicyd-spf
3) then changed back to python3 (as per the original solution above) in /etc/postfix/master.cf
Code: [Select]
user=nobody argv=/usr/bin/python3 /usr/libexec/postfix/policyd-spf
4) restarted postfix

12
SPF / Re: policyd-spf skip_addresses not IP network
« on: June 12, 2017, 01:09:05 PM »
When I follow this I get an error as follows

Code: [Select]
Traceback (most recent call last):
  File "/usr/libexec/postfix/policyd-spf", line 35, in <module>
    import spf
ImportError: No module named 'spf'

(As a work around until I get this fixed in master.cf I use: user=nobody argv=/usr/bin/python /usr/libexec/postfix/policyd-spf
instead of: user=nobody argv=/usr/bin/python3 /usr/libexec/postfix/policyd-spf

Also I have to disable the ipaddress modules in python. While this causes other problems the server can at least receive mails)


13
Get the following error when starting advanced file manager:

Notice: Undefined variable: 66%7? "/,&@',1) in /usr/local/cwpsrv/htdocs/admin/admin/fileManager2.php on line 2097152

Pages: [1]