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

Pages: [1]
1
Installation / Re: please, go back to the previous versions of cwp
« on: December 13, 2018, 03:07:42 PM »
- php selector failure (upgrade to php7*)
- Apache fault page by default
- lost Vhost personalization
- Ftp users access
- mail server Amavis scanner (clamav)
- etc etc etc


in the previous version everything worked fine. I was happy.
:(

2
Installation / please, go back to the previous versions of cwp
« on: December 13, 2018, 02:43:12 PM »
please, go back to the previous versions of cwp installation that worked very well.
now he has many bug

3
The problem is, ive been using cwp for long while now and usernames weren't limited back then. Now with the updates, these existing users are hosed because of the new limitation
I understand you, brother, I am also a victim of updates.

4
users with over 8 char usernames can't log in to client panel.

how would I change the usernames to work? I can't log into the client panel to make a backup and restore, if I were to go this route..

Im stuck after all these updates screwed up my server.

Please help

It is better to cut the user names to less than 8 characters, so you do not have problems.
but you will have problems later

5
Other / CWP7 multiple problems - suggestion
« on: December 13, 2018, 02:12:18 PM »
offtopic.
CWP stopped giving support (updates)?
I use CWP for multiple VPS, for testing environments and personal support, really nothing commercial.
since they started to add new payment modules (CWPPRO), the system has become increasingly worse. I do not know if the CWPPRO version is ok. but I just need the basics.
I was a fan of CWP, but now with so many failures I do not know how to fix them, nor do I get help in the forum.
for example:
  • - php selector failure (update to php7)
  • - Apache fault page by default
  • - lost Vhost personalization
  • - Ftp users access
  • - mail server Amavis scanner
  • - etc etc etc
some are serious failures, previous versions worked fine.
I would like to contribute, but neither can it since all the codes are encrypted with ioncube.
Please, I know that there are people in this forum who want to put a grain of sand. If this is not the goal it is a pity.

I suggest that the modules pay for advanced options, leaving the most basic to a free version. but that works.

Thanks for understanding my situation

6
PHP / Re: PHP Version Switcher
« on: December 12, 2018, 06:22:22 PM »
every time I make a new installation of the CWP7, exit error I can not configure the PHP Selector (it does not work)
it stays in php 5.6.

Quote
............ ....
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make: *** [ext/date/lib/parse_date.lo] Error 1
Make Install DONE!
####################
PHP Rebuild Completed
#########################

Error:Can't add notification!DELETING DSO Handler
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using svr.miserver.com. Set the 'ServerName' directive globally to suppress this message


php_selector not found

7
E-Mail / Re: How to Rebuild Postfix Mail Server
« on: April 08, 2016, 04:20:10 PM »
ClamAV almost always brings problems, such as installing Spamassassin only because it is enough to stop some spam.
or I can use the dnsbl only to block spam?

8
Updates / Re: WARNING: Your ClamAV installation is OUTDATED!
« on: April 01, 2016, 05:45:50 PM »
to me I get the same problem,
solves a problem with this.

http://forum.centos-webpanel.com/e-mail/about-clamd-and-amavisd/msg6199/#msg6199
Quote
yum -y --enablerepo=epel install amavisd-new  //
freshclam

but when I run out the error.
Quote
[root@server ~]# freshclam
ClamAV update process started at Fri Apr  1 13:42:10 2016
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99 Recommended version: 0.99.1
DON'T PANIC! Read http://www.clamav.net/support/faq
main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: amishhammer)
daily.cld is up to date (version: 21482, sigs: 83928, f-level: 63, builder: neo)
bytecode.cvd is up to date (version: 275, sigs: 45, f-level: 63, builder: amishhammer)

I can update manually?

regards

9
Apache / Re: can't load mod_proxy
« on: March 30, 2016, 02:22:00 PM »
after compilation
path /usr/local/apache/modules
Quote
[root@server modules]# ll
total 3324
-rw-r--r-- 1 root root    9201 Mar 25 09:24 httpd.exp
-rwxr-xr-x 1 root root  228001 Mar 30 10:10 mod_proxy_ajp.so
-rwxr-xr-x 1 root root  169881 Mar 30 10:10 mod_proxy_balancer.so
-rwxr-xr-x 1 root root  209528 Mar 30 10:11 mod_proxy_connect.so
-rwxr-xr-x 1 root root  193525 Mar 30 10:10 mod_proxy_http.so
-rwxr-xr-x 1 root root  151233 Mar 30 10:11 mod_proxy_scgi.so
-rwxr-xr-x 1 root root  226341 Mar 30 10:09 mod_proxy.so
-r--r--r-- 1 root root 2131493 Mar 26 20:11 mod_security2.so
-rwxr-xr-x 1 root root   62864 Mar 25 09:25 mod_suphp.so
[root@server modules]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: module proxy_module is built-in and can't be loaded
                                                           [FAILED]

in file httpd.conf

Quote
# Example:
# LoadModule foo_module modules/mod_foo.so
LoadModule proxy_module       modules/mod_proxy.so
LoadModule proxy_ajp_module   modules/mod_proxy_ajp.so
LoadModule proxy_http_module  modules/mod_proxy_http.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_scgi_module  modules/mod_proxy_scgi.so
#

<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#

  • PHP 5.6.14 (cli) (built: Mar 25 2016 12:20:37)
  • Apache httpd 2.2.27

I'm still unresolved.

10
Installation / how to install/compile new module for apache?
« on: February 06, 2015, 05:07:00 PM »
I need to compile this module, and / or any other apache with WCP panel.

this occasion, the mod-proxy-html module

via ssh

CentOS 6 32bit

Pages: [1]