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.
106
Information / Re: How to Access Admin panel without typing IP?
« on: June 30, 2017, 10:26:15 AM »
simply by using domain name which is pointed to the server
examples
http://domain.com:2030
https://domain.com:2031
examples
http://domain.com:2030
https://domain.com:2031
107
CSF Firewall / Re: Malware inject php
« on: June 30, 2017, 10:24:47 AM »
the best would be to use backup as malware can be in any script and any part of the file...so its very hard to remove it even if you have great linux knowledge.
but from the image you sent all before "return{" is part of the malware
Also you could prevent this by using security tools in cwp...info is on the wiki.
but from the image you sent all before "return{" is part of the malware
Also you could prevent this by using security tools in cwp...info is on the wiki.
108
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: June 30, 2017, 09:09:55 AM »My panel seems stuck at CWP version: 0.9.8.188, is that the max for Centos 6?
run this for manual update
Code: [Select]
sh /scripts/update_cwp
109
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: June 28, 2017, 12:13:45 PM »
you need to check mysql logs for issues with mysql.
110
CentOS-WebPanel GUI / Re: not really a problem, bust seeking help with creating a cron to clean up folders
« on: June 27, 2017, 11:24:20 PM »111
Aplications / Re: Problems installing joomla 3.7
« on: June 27, 2017, 03:45:10 PM »
you need to check apache error_log file for any issues
/usr/local/apache/logs/error_log
/usr/local/apache/logs/error_log
112
CentOS-WebPanel Bugs / Re: "Forbidden You don't have permission to access / on this server."
« on: June 26, 2017, 12:16:29 PM »I see so many saying same thing and its not the fix, Yes comodo is a fix but it also requires owning a pro version of this panel, while thats just $1.00 USD per month are you aware that this comodo setting is free from comodo itself?
Also doing a fix permissions does not work, this is the default cwp mod security issue itself.
Uninstalling and reinstalling is also not a fix. Ive tried everything and CWP staff will not provide a dang answer on how to fix this. I pay for pro version but dangit I want an answer on how to properly fix this issue.
if you have modsecurity issue then you need to check logs and whitelist rules causing you an issue...you have instructions for that on the wiki.
comodo rules are free but note that we are using all custom scripts which keep your rules updated all the time and also you can make custom whitelist per domain (single click install/deinstall...) however you can make custom installation if you want like with any other service.
113
Apache / Re: Apache 2.4.23 (and .25) Timeout hardcoded?
« on: June 10, 2017, 07:13:48 PM »
do you have only apache as web server and have you restarted it after changing settings ?
114
CentOS 6 Problems / Re: Error with ionCube Encoder version
« on: June 10, 2017, 08:30:20 AM »
yum install cwp-php
if that fails then you can use php switcher to build required version
if that fails then you can use php switcher to build required version
115
Installation / Re: Can't install CWP on Raspberry Pi3 (CentOS Minimal armv7) [Errno 256] armhfp
« on: June 10, 2017, 08:28:55 AM »
we don't support arm for now
116
CentOS-WebPanel Bugs / Re: resolv.conf keeps on resetting
« on: June 08, 2017, 11:15:44 AM »
if this is a vps then you can check with your provider to set dns servers for you.
Add "PEERDNS=no". This option will prevent /etc/resolv.conf from being modified
file /etc/sysconfig/network-scripts/ifcfg-eth0 (or other your server has), example
or add tis in the same file
Add "PEERDNS=no". This option will prevent /etc/resolv.conf from being modified
file /etc/sysconfig/network-scripts/ifcfg-eth0 (or other your server has), example
Code: [Select]
PEERDNS=noor add tis in the same file
Code: [Select]
DNS1=8.8.8.8
DNS2=8.8.4.4
117
Installation / Re: Root Account Suspended
« on: June 08, 2017, 11:08:42 AM »
we will have this checked and resolved for next cwp updates.
118
SSL / Re: AutoSsl installation failed!
« on: June 08, 2017, 11:06:13 AM »
unfortunately no, you need to wait more as this is certificate issuer denying your requests.
119
SSL / Re: curl: (60) Peer certificate cannot be authenticated with known CA certificates
« on: June 08, 2017, 11:04:32 AM »
try this
yum update ca-certificates
if that doesn't help then
yum reinstall ca-certificates
yum update ca-certificates
if that doesn't help then
yum reinstall ca-certificates
120
DNS / Re: allow client (user) edit their dns (BIND)
« on: June 08, 2017, 11:02:50 AM »
from the user panel currently they can't modify dns zone, soon (this month) there will be a new update where this will be possible.
