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

Pages: 1 2 3 [4] 5 6
46
CSF Firewall / Firewall suddenly blocking access to websites
« on: May 01, 2020, 06:02:59 PM »
The firewall is blocking access to a handful (correction) all of my websites and I have no idea why. I have changed nothing. Could this have come from a CWP7 update?

48
Updates / Re: Recent update breaks WebDAV support in Nextcloud.
« on: October 07, 2019, 10:25:31 PM »
Nextcloud is free and well supported and documented...

49
Quote
Have you send them a ticket? They have always fix my problem that i have reported.

I had planned on it, but I cannot find access to the ticket reporting system. All I can find is paid support. The issues I am seeing/annoyed by are so far all bugs introduced by updates - which should be a free fix. Can someone refer me to where I can file a ticket?

50
CWP7 Pro updated PHP to 7.3.10 and the memcached situation is the same; it crashes while being compiled as is posted above. Will you please take some time out and address this issue?

51
They updated through two PHP version changes and still did not fix memcached so all this attention they are supposedly paying to version changes before pushing them to us is bogus. PHP 7.3.10 still has the memcached compiler crash and fails to install memcached.

52
Updates / Recent update breaks WebDAV support in Nextcloud.
« on: October 03, 2019, 01:23:12 AM »
The title says it all. Nothing has been changed on the server from when WebDAV was working fine for Nextcloud to WebDAV being broken. Last time you broke everything, you overwrote some of my custom files. This time it is somewhere else in your last say 5 or so updates. (I stopped checking if it was working properly when everything worked and was configured right.) Again no updates to Nextcloud in a month or so and it was working then. All that has changed is your updates.

53
CentOS-WebPanel Bugs / Re: CWPpro Terminal not functional bug
« on: September 22, 2019, 04:24:50 AM »
After looking at the install script for CWPpro Terminal I see it requires root login which I have disabled and just use SSH with private/public keys to modify server files. Perhaps someone could look into adding one's ssh-rsa key to log into CWPpro Terminal.

Leaving root access login with a password is not safe in the least.

54
User Accounts> List Users ->

The "Open Panel Icon" for each user is directing the link to the IP of the user panel instead of the hostname thereby causing an SSL  certificate mismatch as the panel is secured using the actual hostname. One can add an exception to some browsers, but the "Open Panel" icon should really use the hostname. The account details when you create a user refer you to the hostname address for access to the panel. I would think this would be an easy fix, just read the hostname from the db rather than the IP.

55
CentOS-WebPanel Bugs / CWPpro Terminal not functional bug
« on: September 22, 2019, 03:24:49 AM »
Title says it all. When I select CWPpro Terminal from the panel I have a long wait, like 20 seconds or so then the screen turns black and leaves a white cursor in the top left but nothing can be entered. It is just frozen.

56
Try dumping your browser cache and then closing and reopening your browser. This sort of thing can also happen if you are logged in more than once.

57
MySQL / Re: List of MySQL databases and users that have access to database
« on: September 19, 2019, 05:46:00 PM »
Is it possible that due to having MySQL/MariaDb with 32 character passwords and db names that are over what the CWP db allows that this is causing the issue of not displaying users with their db.

58
MySQL / List of MySQL databases and users that have access to database
« on: September 19, 2019, 04:23:45 PM »
This page on the panel is not showing most of the users that were made in PHPMyadmin for each db. Is this normal? It seems to be a bug as one of the databases shows up with its user in the field.

59
SSL / Re: SSL hostname Issue
« on: September 16, 2019, 07:27:49 PM »
Your records show that your server cannot reach "https://acme-v02.api.letsencrypt.org/directory" - it times out. You need to make sure you have access to the internet and that your server on that domain is reachable. Think firewall, or proper port forwarding...

60
Aplications / Re: Anyone have luck installing Nextcloud 15.02 on CWP?
« on: September 15, 2019, 07:14:41 PM »
Yes I did all of that procedure. The problem was that Nextcloud is in a subfolder in the domain. The following needed added to the vhost files:

We will use /nextcloud as our example Nextcloud installation folder.

We need to change the vhosts for Nextcloud. Find your vhost file(s) (/usr/local/apache/conf.d/vhosts) Modify both the ordinary vhost and the one marked "ssl" if using an SSL certificate.

Open the proper vhost in an editor and add the following before the final </VirtualHost> tag.

Code: [Select]
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule ^/ocm-provider /nextcloud/ocm-provider/ [R=301,L]
    RewriteRule ^/ocs-provider /nextcloud/ocs-provider/ [R=301,L]
    RewriteRule ^/\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
    RewriteRule ^/\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
    </IfModule>

Pages: 1 2 3 [4] 5 6