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

Pages: 1 ... 46 47 [48] 49 50 ... 55
706
CentOS 7 Problems / Update Bug
« on: February 17, 2020, 11:46:39 PM »
Yum.log
Code: [Select]
Feb 17 04:13:23 Erased: cwp-httpd-2.4.39-3.x86_64   << Reinstalled
Feb 17 04:13:24 Erased: subversion-1.7.14-14.el7.x86_64  << Reinstalled
Feb 17 04:13:24 Erased: subversion-libs-1.7.14-14.el7.x86_64  << Reinstalled
Feb 17 04:13:24 Erased: cwpsrv-1.15.10-4.x86_64 << Reinstalled
Feb 17 04:13:24 Erased: apr-devel-1.6.2-1.x86_64  << Removed but not reinsalled
Feb 17 04:13:24 Erased: apr-util-1.6.0-1.x86_64  << Reinstalled
Feb 17 04:13:24 Erased: apr-1.6.2-1.x86_64  << Reinstalled
Feb 17 04:13:39 Installed: apr-1.6.2-1.x86_64
Feb 17 04:13:39 Installed: apr-util-1.6.0-1.x86_64
Feb 17 04:13:39 Installed: subversion-libs-1.7.14-14.el7.x86_64
Feb 17 04:13:40 Installed: subversion-1.7.14-14.el7.x86_64
Feb 17 04:15:28 Installed: cwp-httpd-2.4.39-3.x86_64
Feb 17 04:17:36 Installed: cwp-php-5.6.37-1.x86_64
Feb 17 04:17:54 Installed: cwpsrv-1.15.10-4.x86_64
Feb 17 04:25:26 Erased: MariaDB-server-10.1.44-1.el7.centos.x86_64 <<  Removed after...   Why???

Better question is why are you removing and reinstalling software anyways?   A simple yum -y update would suffice

707
E-Mail / Re: User Panel Email Notification Problem
« on: February 17, 2020, 11:36:05 PM »
When you clear all of the notifications, you will see "Click here to Edit Settings and Email Alerts." on the page where notifications are posted.

708
Information / Re: Protect smtp server for add a blacklist ip
« on: February 17, 2020, 10:11:30 PM »
If you are doing mailing lists, I wouldn't use your vps unless you know what you are doing.  Use a service like mailchimp.  Any slight misconfiguration will guarantee your mx will be blacklisted.

709
CentOS 6 Problems / Re: how to install wordpress or access root on vps?
« on: February 17, 2020, 10:05:56 PM »
Your hostname should be something like vps.domain.online not domain.online

710
Other / Forum Rules
« on: February 17, 2020, 03:38:56 PM »
It would be nice of you to post forum "rules", so that we know exactly what we can / cannot do on here.  Otherwise it's just arbitrary subjectivity, and can be considered petty when posts are edited/removed.   These rules also need to be at the top of the forum for all to read first. After all, it is a standard practice by anyone who runs a forum. 

711
Backup / Re: New Backup 2
« on: February 16, 2020, 10:16:37 PM »
Unfortunately, you won't be able to edit anything.

/etc/cron.daily calls the script /usr/local/cwpsrv/htdocs/resources/admin/include/cron_backup.php
but that file is encrypted.

712
CentOS 7 Problems / Re: Max upload is not working in php.ini
« on: February 16, 2020, 10:05:52 PM »
Please not there are multiple php.ini files on your system.  Where exactly are you trying to upload a 500MB file?  CWP user panel/ CWP Admin Panel use /usr/local/cwp/php(71|56)/php.ini

If your trying to use apache/nginx file uploads on a website, that's a completely different php.ini which you can find using a <?php phpinfo(); ?> on a test page.

713
CWP API / Re: cwp api 2304 port Connection refused error.
« on: February 16, 2020, 08:30:32 AM »
The script only checks to make sure the server is listening on the port.  It does not do an inbound check.   Make sure 2304 is in both IPv4 and IPv6 TCP_IN and TCP_Out.

Also make sure if your on a VPS, that there is not a layered Firewall in the way.  Ex https://clouding.io/ has a firewall before reaching your server.

714
FTP / Re: Certificate Expired? when using Filezilla to access my server
« on: February 16, 2020, 07:47:36 AM »
it should be auto renewing on it's own.  If it happens again, repost and I'll give you a fix, but let's see if it sorts itself out first.

715
If i were part of the Dev team, it would already be fixed.  Unfortunately, I'm just another user with development skills.  If they hadn't encrypted the project, I could probably do it, but as that is not the case, I can only do workaround.  I'll see what I can do tomorrow about a workaround for adding/deleting. ;)

716
Installation / Re: The big Question
« on: February 15, 2020, 11:36:02 PM »
Nope, Mad skills.  Cause my pictures my own, not a celeb.

717
FTP / Re: Certificate Expired? when using Filezilla to access my server
« on: February 15, 2020, 04:39:41 PM »
I can't believe cwp didn't renew your cert lmao

BTW. There is no reason for you to hide any of the info on the cert, as all of that is public information.  Your key is the only thing private.

718
I can build it / Re: Apache Status - Accesses
« on: February 15, 2020, 03:27:30 PM »
To Add under webservers instead of Developer Options
/usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php
<script type="text/javascript">
        $(document).ready(function() {
                var newButtons = ''
                +' <li>'
                +' <a href="?module=apache_status"><span aria-hidden="true" class="icon16 icomoon-icon-switch"></span>Apache Status - Accesses</span></a>'
                +'</li>';
                $("ul#mn-3-sub").prepend(newButtons);
        });
</script>

719
Suggestions / Re: Please start locking topics.
« on: February 15, 2020, 02:43:04 PM »
Wow :o  ???.  Start with this one! UGG

720
PHP / Re: Where is Zend Guard been installed
« on: February 15, 2020, 02:16:04 PM »
The original poster.  On the compile PHP page, zend does show up as a module.

Pages: 1 ... 46 47 [48] 49 50 ... 55