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

Pages: [1]
1
I have same problem with Outlook android.. On Desktop works everything.. Can anyone help me?

2
SSL / Re: Subdomain has been deleted but SSL keep trying to renew
« on: January 01, 2024, 12:20:48 AM »
It's not a problem, sounds like the domain wasn't deleted thru CWP.

If you look in DNS, you will probably see the domain name still listed.

You will have to manually delete the DNS & SSL certificates like overseer explained.


It is apparently a bug and should be solved. If we do everything ourselves, then we don't need a CWP...  Sorry, but that's the truth...

3
SSL / Re: Subdomain has been deleted but SSL keep trying to renew
« on: December 20, 2023, 01:21:59 AM »
I also have the problem that an attempt is made to generate ssl for subdomains that no longer exist. Is there any reaction from CWP management if and when the problem will be fixed?

4
Addons / Re: Joomla uninstall remove from addons panel
« on: November 13, 2023, 01:20:32 AM »
I have also same problem Wordpress install and remove is no problem but Joomla installation cant be removed from installed scripts..

5
Information / Re: Offical ipv6 Support?
« on: August 19, 2023, 04:49:44 PM »
You can use chattr to lock/unlock any files you choose to.

Thanks for the info.

Has anyone got Apache-PHP-fpm running with Ipv6?

6
Information / Re: Offical ipv6 Support?
« on: August 18, 2023, 10:11:55 PM »
@dbmtr

I understand your frustration, the cure for now that we use is to lock the .conf files.
The updates also mess up the setting we need for the mirror servers we run.

Here is what we do:

cd /usr/local/apache/conf/
chattr +i *.conf
cd /usr/local/apache/conf.d/vhosts/
chattr +i *.conf

or you can do chattr +i /usr/local/apache/conf.d/vhosts/*.conf

I always like to make sure I'm in the right folder.

But if you have to do a change, you have to run the opposite chattr -i, make the changes, then relock.

Thanks for the information to protect the existing configurations sounds good.

Can I also use it for the .tpl files under "/usr/local/cwpsrv/htdocs/resources/conf/web_servers/vhosts/httpd" ?

7
Information / Re: Offical ipv6 Support?
« on: August 18, 2023, 08:39:02 PM »
you can make your own custom template, but we're working on full ip manager and ip assigning feature which are very complicated with ipv6

Yes, I did that too, but as soon as you update CWP, then all the settings are gone.... This frustrates me right now I have made so much effort to customize all the templates from vhosts now they are all botched.

I do the whole thing via vhost templates without customizing individual domains, but now I have the problem that for some reason I can not understand, the php-fpm no longer wants to participate...

Code: [Select]
[Fri Aug 18 21:38:07.522669 2023] [proxy:error] [pid 29938:tid 139680637339392] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm82/usr/var/sockets/admin.sock (*:80) failed
[Fri Aug 18 21:38:07.522758 2023] [proxy_fcgi:error] [pid 29938:tid 139680637339392] [client 88.153.177.227:61213] AH01079: failed to make connection to backend: httpd-UDS
[Fri Aug 18 21:38:07.613322 2023] [proxy:error] [pid 29938:tid 139680620553984] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm82/usr/var/sockets/admin.sock (*:80) failed
[Fri Aug 18 21:38:07.613349 2023] [proxy_fcgi:error] [pid 29938:tid 139680620553984] [client 88.153.177.227:61214] AH01079: failed to make connection to backend: httpd-UDS, referer: https://domain.tld/

It currently works, only when I choose "Apache default vhost template type: default" and using php-fpm doesn't work anymore....

I'm just tired of it and I'm thinking of switching to Plesk or cPanel, even if they cost a lot more money. Unless admins post a good tutorial that you can use without having to customize annoying individual domains...

I'm curious how long this goes on or how long I have to experiment there for hours until it really works again.

It's 2023 and for me IPv6 is now a must-have.... Whether it is a good idea for someone or not does not interest me.
It is needed and must also be possible.

8
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!

9
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!

10
Backup / Re: New Backup Error
« on: February 14, 2023, 02:04:45 AM »
I know what you mean, but the whole point of the beta phase is to discover the bugs and give feedback so that developers can improve it.

11
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

12
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.

13
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.

14
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]