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 ... 38 39 [40] 41 42 ... 57
586
If you are using force-https, the 301 redirect is causing the issue as pixel said before.  Remove the 301 temporarily, or switch to the default template and rebuild the domains.

587
/usr/local/cwpsrv/htdocs/resources/admin/include/version.php should have the following code.  If it doesn't exist, create it:

Code: [Select]
<?php
$webpanel_version 
"0.9.8.967";
?>


589
Installation / Re: *Account Suspended* in recent installation
« on: May 04, 2020, 12:06:27 AM »
You HAVE to have root access to use CWP. If your using a "Managed VPS" and they created you a user account with sudo access, then you need to deal with them.  CWP will only allow login to the Admin panel using the root username/password.  Also not that some special characters will fail login.

590
CentOS 7 Problems / Re: security_UserProcessYou Error
« on: May 04, 2020, 12:03:33 AM »
We are all getting the error.  It's not CWP Specifice.  The service polkit updated and hardened their code. ALL operating systems/control panels are having the same issue.  IT seem to be just a warning, and should not be interfering with anything ATM.

591
CentOS 6 Problems / Re: Nginx force download and custom error pages
« on: May 03, 2020, 06:33:17 PM »
Try moving them up the config.  Like immediately after the "location / { " and before the first location match block.  See what happens.

Nginx can be very touchy on where you can and can't put config options.

592
Updates / Re: sh update_cwp script giving errors
« on: May 03, 2020, 06:31:04 PM »
From what I'm reading, polkit hardened their latest release.  It is having adverse affects on every operating system.  Hopefully their will be a bug release soon.  But I haven't had any issue restarting services other than that warning message appears.

593
Change your timezone.
# mv /etc/localtime /etc/localtime.backup
# ln -s /usr/share/zoneinfo/Europe/Brussels /etc/localtime
systemctl restart crond

once your hit /usr/share/zoneinfo/ you can begin double tapping the tab key to get a list.

594
Updates / Re: sh update_cwp script giving errors
« on: May 03, 2020, 06:00:28 PM »
try
systemctl stop polkit

/scripts/cwp_update

then you should be able to retstart polkit

595
CentOS 7 Problems / Re: security_UserProcessYou Error
« on: May 03, 2020, 05:58:48 PM »
It happens because polkit is a PITA.  If it's not having a negative affect on your server, you can safely ignore it.

596
CentOS 6 Problems / Re: Nginx force download and custom error pages
« on: May 03, 2020, 05:45:56 PM »
There were patches in 1.16.  .14 was not handling as they expected.

I believe your issue with downloads is.
location ~.*\.(3gp|gif|jpg|jpeg|png|ico|wmv|avi|asf|asx|mpg|mpeg|mp4|pls|mp3|mid|wav|swf|flv|html|htm|txt|js|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|woff|ttf|svg|eot|sh)$ {
         root /home/path/to/the/documnet/root;               
         expires max;
         try_files $uri @backend;
}

Try putting your force downloads inside this block so it is reevaluated.

597
CentOS 6 Problems / Re: Nginx force download and custom error pages
« on: May 03, 2020, 08:36:24 AM »
Post the entire config file, not just a snippet.  Are these in a location block,  Server block,  http block?  Chances are another block is taking prescience.

598
What happens when you click the "Monitor" button on that line?

599
Maybe your DNS mx records got changed???

600
As for special characters, that should have been resolved.  Please tell me what characters aren't working for you.

Pages: 1 ... 38 39 [40] 41 42 ... 57