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

Pages: 1 [2] 3
16
Installation / Re: Default Page Displayed for only https domains
« on: July 08, 2020, 03:35:39 PM »
Hi,

try delete index.html default file in /public_html

17
SSL / Re: how to force https on rouncube webmail
« on: July 06, 2020, 11:08:58 AM »
Hi,

The most practical way to force webmail to secure mode for all user accounts is to apply the nginx force-https template in WebServers Settings -> WebServers Master Conf or only for specific users in WebServers Domain Conf.

18
Apache / Re: Redirect Not Woring in Latest (Here's the FIX)
« on: July 06, 2020, 11:01:22 AM »
Hi,

try check the domain log:
Code: [Select]
/usr/local/apache/domlogs/your-domain.tld.error.log

19
Apache / Re: Subdomain redirect not working
« on: July 06, 2020, 10:59:19 AM »
Hi,

if the default CWP index.html is not in the subdomain folder then the problem is in the A or CNAME record pointer in your DNS.

20
Installation / Re: help install
« on: June 27, 2020, 06:12:05 PM »
Hi,

That is a problem with the webtatic repository (certificate expired). Surely in a matter of hours they will be able to solve it.

21
Updates / Re: CWP Broken After Update
« on: June 26, 2020, 08:04:38 AM »
Hi,

try restart the cwp service:
Code: [Select]
sh /scripts/restart_cwpsrv

22
CentOS 7 Problems / Re: File System Lock
« on: June 26, 2020, 07:33:08 AM »
Hi,

Thanks for letting us know. I'ill send the report to the Development Team to review and adjust the functionality if necessary

23
PHP / Re: how to fix imagick.so start up error ?
« on: June 26, 2020, 07:20:53 AM »
Hi,

try rebuild the php again but make it to the latest version...

24
How to / Re: Cronjob Problem
« on: February 01, 2020, 10:11:29 PM »
That's a mistake, running php with querystring from a crontab isn't like that. Try this:

https://www.digitalocean.com/community/questions/pass-parameters-in-cron-url-php

25
try rebuild vhosts on Select WebServers menu option

26
SSL / Re: Is it possible to have SSL certificate for IP address?
« on: December 04, 2019, 10:24:33 PM »
nope

27
DKIM / Re: Mail sent with PHP mail not signed
« on: August 28, 2019, 03:18:38 PM »
Guys,

DKIM signatures are only added when you use SMTP AUTH. The mail() function of php doesn't require authentication (user/pass) to send messages.

Instead, it is best to use a php framework to send via SMTP AUTH as phpMailer:
https://github.com/PHPMailer/PHPMailer

;)

29
Updates / Re: CWP version: 0.9.8.637 - Error in service status
« on: June 29, 2019, 03:19:12 PM »
Thanks for the report ... The Development Team will check it

30
E-Mail / Re: Mail server and staff
« on: June 18, 2019, 11:37:19 AM »
You can set as hostname mail.yourdomain.tld and it will work both as hostname and for MailServer including SSL.

Pages: 1 [2] 3