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.


Topics - dbmtr

Pages: [1]
1
PHP / Default php.ini configuration for new users and domains
« on: August 10, 2023, 06:03:25 AM »
Hi all,

how can I change default php.ini for all new users and sub/domains etc. so that I don't have to edit a new php.ini for each sub/domain or new user for his domains?

It is currently so when I create a new domain or subdomain then I have to customize php.ini each time and I think that somewhere there must be a default php.ini that is taken as a template. If I customize it then I wouldn't have to manually customize it each time.

Thanks in advance!

2
Information / Offical ipv6 Support?
« on: July 18, 2023, 04:56:43 AM »
Hi all,

there are some posts about manual ipv6 configuration, but would like to take the opportunity to ask for an official solution.

Ipv6 is used more and more and so far ipv6 is not officially supported. When can we finally use ipv6 with an official guide or update? We need to be able to answer "yes, we support ipv6" to the questions about what goes on ipv6 and would like to know if I can provide that "yes" answer with or without CWP.

Thanks in advance!

3
Backup / New Backup Error
« on: February 09, 2023, 07:02:59 PM »
Hello all,

I keep getting the same error message (E-Mail) with New backup cronjob.

Does anyone have an explanation for this, or is it like this for everyone or just me?

Mail title

Code: [Select]
Cron <root@node> /usr/local/cwp/php71/bin/php-cgi -d max_execution_time=100000000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php
Mail content

Code: [Select]
tar: .: file changed as we read it
tar: .: file changed as we read it
PHP Warning:  SQLite3::exec(): database is locked in /usr/local/cwpsrv/htdocs/resources/admin/include/cron_newbackup.php on line 0

Best regards

4
E-Mail / Mail Search via Outlook is not working
« on: January 03, 2022, 11:40:09 PM »
Hi All,

Email addresses that I have connected to outlook imap cannot do an outlook search.
Search via roundcube webmail does not work via outlook.
does someone have an explanation or a solution for it?

Best Regards.

5
PHP / Php mail havent permission to phpmail.log
« on: January 03, 2022, 07:24:37 PM »
Hi All,

have following error "mail(/usr/local/apache/logs/phpmail.log): failed to open stream: Read-only file system"

should I change the log file permissions or should it happen automatically during the php-fpm build?

Best regards.

6
CSF Firewall / CSF Port Closing Problem
« on: December 13, 2019, 04:31:22 PM »
Hello Everyone,

i have on my csf.conf following ports as allowed

Code: [Select]
# Allow incoming TCP ports
TCP_IN = "20,21,31,25,53,80,110,143,443,465,587,993,995,2030,2031,2082,2083,2086,2087,2095,2096,25565,10011,25565,29988,9990,9991,8193"

# Allow outgoing TCP ports
TCP_OUT = "20,21,31,25,53,80,110,113,443,465,2030,2031,2082,2083,2086,2087,2095,2096,587,993,995,2080,2443,25565,10011,25565,29988,9990,9991,8193"

# Allow incoming UDP ports
UDP_IN = "20,21,53,25565,29988,9990,9991,8193"

# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list
UDP_OUT = "20,21,53,113,123,25565,29988,9990,9991,8193"

but when i do a port scan i see that port 111 (portmapper) is still open.

I have already completely reinstalled cwp 2 times, unfortunately no success.

does anyone have an idea why this can be and I can close the port?

Pages: [1]