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

Pages: [1] 2
1
SSL / Re: AutoSsl installation failed!
« on: June 08, 2017, 06:29:25 PM »
Okay but I tried again now getting

AutoSSL Issue Failed![Thu Jun  8 20:26:09 CEST 2017] Single domain='zzzzz.nl'
[Thu Jun  8 20:26:09 CEST 2017] Getting domain auth token for each domain
[Thu Jun  8 20:26:09 CEST 2017] Getting webroot for domain='zzzzz.nl'
[Thu Jun  8 20:26:09 CEST 2017] Getting new-authz for domain='zzzz.nl'
[Thu Jun  8 20:26:11 CEST 2017] The new-authz request is ok.
[Thu Jun  8 20:26:11 CEST 2017] Verifying:xxxxxx.nl
[Thu Jun  8 20:26:14 CEST 2017] xxxxxx.nl:Verify error:Invalid response from http://xxxxxxxx.nl/.well-known/acme-challenge/QBDQbQ5irpkPfNV1cwFMwljDU_QwXft1u45V9cSYxBY:
[Thu Jun  8 20:26:14 CEST 2017] Please add '--debug' or '--log' to check more details.
[Thu Jun  8 20:26:14 CEST 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
AutoSSL Issue Failed![Thu Jun  8 20:26:16 CEST 2017] Single domain='xxxxxxxx.nl'
[Thu Jun  8 20:26:16 CEST 2017] Getting domain auth token for each domain
[Thu Jun  8 20:26:16 CEST 2017] Getting webroot for domain='xxxxxxxx.nl'
[Thu Jun  8 20:26:16 CEST 2017] Getting new-authz for domain='xxxxxxx.nl'
[Thu Jun  8 20:26:17 CEST 2017] The new-authz request is ok.
[Thu Jun  8 20:26:17 CEST 2017] Verifying:xxxxxxx.nl
[Thu Jun  8 20:26:21 CEST 2017] webmail.logopedie-denhaag.nl:Verify error:Invalid response from http://xxxxxxxx.nl/.well-known/acme-challenge/tX6H4eta_HnXmaNwUsp4KG1-FxCR8ZvP9K6n9YhndHY:
[Thu Jun  8 20:26:21 CEST 2017] Please add '--debug' or '--log' to check more details.
[Thu Jun  8 20:26:21 CEST 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

2
SSL / Re: AutoSsl installation failed!
« on: June 07, 2017, 08:02:26 PM »
Facing same issue with CWP 0.9.8.331 on CentOS 7.  Any clue how can we get rid of this error please.
 

3
DNS / Re: Zone file modification through Client Interface
« on: December 18, 2016, 11:42:10 AM »
anybody?

4
as a workaround you can comment full_php_process_display in /usr/local/etc/suphp.conf at line 55 and restart apache and everything will be working again.

5
Addons / Re: eXtplorer: File/Dir Permissions issue
« on: September 28, 2016, 07:43:21 PM »
anybody please

6
Addons / eXtplorer: File/Dir Permissions issue
« on: September 26, 2016, 04:29:09 PM »
Thanks for adding support for extplorer. However, when we unzip or create a file/dir using eXtp, the files/dir permissions are messed up ending being 775.

suphp just hate the newly created files/dir and starts complaining due to wrong permissions. Every time, I have to correct the file/dir permissions manually to 644/755 to make it working. I tried playing with umask without any luck. Can somebody help me to fix this issue?

7
Installation / Re: Horde Webmail Installation
« on: September 22, 2016, 09:09:18 PM »
I was able to install horde 5 groupware on CentOS 6 successfully along with CWP.

This is what I did

1. MariaDB [(none)]> create database horde;
2. mkdir /usr/local/apache/htdocs/horde
3. pear channel-discover pear.horde.org
4. pear install horde/horde_role
5. pear run-scripts horde/horde_role
6. pear install -a -B horde/webmail
7. webmail-install [[follow the on screen instructions]]
8. edit domain-redirects.conf  and add  horde folder Alias
9. create /usr/local/apache/htdocs/horde/registry.d/registry.local.php

<?php
$this->applications['horde']['webroot'] = '/horde';
$this->applications['mail']['webroot'] = '/horde';

10. chown -R nobody:nobody /usr/local/apache/htdocs/horde
11. service httpd restart
12. Enjoy  http://domain-name/horde/

8
Functions / Re: bandwidth Monitoring
« on: September 16, 2016, 06:30:45 PM »
cband module is also a good alternative. I have started using this and quite satisfied so far.

9
Updates / Changelog
« on: September 15, 2016, 04:33:04 PM »
Hi,

My CWP version keep updating but I do not find any trace on the change log from 0.9.8.45 to .53. What is happening and why there are no change log available across the versions?

10
Backup / Re: backup issue
« on: August 10, 2016, 08:30:49 PM »
my errors are gone since I configured the remote backup over ssh

11
Functions / Re: Domain Deletion
« on: August 02, 2016, 01:23:54 PM »
Thanks for the update. Anxiously waiting for the new release. However, any clue on ETA

12
Functions / Domain Deletion
« on: July 31, 2016, 08:51:33 PM »
Why a client / user can not delete his domain? Why its only available for the admin user? This is highly unprofessional and inconvenient not the have this enabled for client.

13
Functions / Re: bandwidth Monitoring
« on: July 31, 2016, 08:48:05 PM »
for web traffic, i started using awstats though I have to compromise on few things. However, I could not find any good way to monitor all user specific traffic for email, ftp, web. I am seriously thinking to move to ISPConfig3 which seems quite complete panel with alot of functions. 

14
Installation / Re: [Tutorial] How to configure your server
« on: July 12, 2016, 04:06:42 PM »
Bandwidth: 9999999

what is the meaning of bandwidth here? it is life time bandwidth quota for a user like disk space or what and how to monitoring / track its usage?

15
Functions / bandwidth Monitoring
« on: July 12, 2016, 03:48:57 PM »
From where I can check the bandwidth usage of user allocated quota in CWP 0.9.8.24

Pages: [1] 2