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

Pages: [1] 2
1
Installation / Re: cannot access panel
« on: March 07, 2018, 05:23:36 PM »
when i try to update, there show error

php fatal error:
the encode file /usr/local/cwpsrv/htdocs/resources/admin/include/cron.php has expired.
in unknown in line 0

I had the same problem and I fixed it by just installing CWP again over it. I have CentOs 6.9 (Final)

Code: [Select]
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest

It kept all the settings I had before. But to be sure copy all databases and files from your users.

2
Updates / 0.9.8.334
« on: June 27, 2017, 07:57:17 AM »
When this version is introduced to your machine, it will rebuild Apache without the configuration that you had inside. It will reset everything.

Fail CWP
Fail Support
No change log updated even though CentOS 7 is 0.9.8.334 and CentOS 6 is 0.9.8.250

3
CentOS 7 Problems / Re: Server load now much higher
« on: April 19, 2017, 01:30:52 PM »
FYI check your disks in your VPS. Seems like disk write latency. Happened before.

4
CentOS 7 Problems / Re: Resource usage issues
« on: April 19, 2017, 01:29:15 PM »
CWP has some issues because NOTHING is configured for optimisation. But you can start googling. If you configure it properly, works better than cPanel

5
CentOS 7 Problems / Re: Why subdomains are not working?
« on: April 19, 2017, 01:27:07 PM »
Try switching with Apache & NginX, after rebuild if everything works, then your varnish conf is wrong.

6
CentOS 7 Problems / Re: not real time..
« on: April 19, 2017, 01:24:43 PM »
I couldn't understand what you are saying.
If you have time differences, check your server's timezone.

7
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 10, 2017, 11:21:49 PM »
After upgrade from xxxxx.154 you will need to remove mod_rpaf from loading just because is not ... there!

Then go to httpd.conf and uncomment modules: mod_ssl, mod_rewrite, mod_expires, mod_deflate

If you have Apache in port 80 save and restart apache.
If not, for example you have nginx 80 and apache 8181, find line: Listen 80 and change it according your port. Save and restart apache.

These install guidelines are ... not guidelines. Thank god we know and we are fixing the problems...

8
CentOS 6 Problems / Re: suphp not working ... security issue
« on: February 24, 2017, 09:45:57 AM »
CWP cannot run in windows server. Maybe you are confused.

Enable antivirus into CWP and mod_security and disable php_functions: eval(), exec() for client accounts.

9
CentOS 6 Problems / Re: Centos server restarts, would like to know why?
« on: February 24, 2017, 09:44:20 AM »
are you sure the server restarts by itself?

10
CentOS 6 Problems / Re: mysql errors
« on: February 24, 2017, 09:43:12 AM »
open my.cnf file and send here your configuration.


11
CentOS 6 Problems / Re: 500 internal server error after migration
« on: February 24, 2017, 09:42:39 AM »
You can add error_log into apache's virtualhost template, inside user's public_html folder and view the errors easier, even from FTP.

12
SSL / Re: after changing port cannot login to ssh
« on: February 24, 2017, 09:39:50 AM »
When you change the ssh port you need to restart ssh service

13
PHP / Re: Fatal error: Call to undefined function imagecreatefromjpeg
« on: February 07, 2017, 08:47:09 PM »
If this doesn't work add this:

Code: [Select]
--with-jpeg-dir=/usr/local/lib
--enable-gd-native-ttf
--with-ttf
--with-freetype-dir=/usr/local/lib

14
CentOS-WebPanel Bugs / Re: Fix permissions bug
« on: January 30, 2017, 05:16:58 PM »
You can do the same permission fix by SSH for any other folder.

15
I disabled mod-security and everything works fine afterwards.
Maybe the pro version is better, but the normal one doesn't work properly.

Pages: [1] 2