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

Pages: 1 [2]
16
CentOS 6 Problems / Re: CentOS6 Upgrade error
« on: April 12, 2017, 08:21:41 PM »
Go here

Code: [Select]
http://37.122.140.207:2030/login/
That is the new url

17
After setup it mentioned that if you could not access CWP you should do this

Code: [Select]
if you can not access CWP try this command: service iptables stop

19
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: March 30, 2017, 06:33:21 PM »
Any updates on apache not starting after mod_security is installed?

I have looked at your previous posts on your issue and you had the same error as myself , look here

http://forum.centos-webpanel.com/centos-webpanel-bugs/bugs-in-cwppro-version-0-9-8-197/

Post #3 see if you have the same and if so you can resolve it as i did

20
I had this error when i first updated CWP and Apache , in order to get rid of that specific error i had to rebuild apache again from within CWP , this got rid of that specific error , but gave me other ones , you may or may not get them depending on your system.

Regards

21
CentOS-WebPanel Bugs / Re: Bugs in CWPpro version: 0.9.8.197
« on: March 29, 2017, 09:14:22 AM »
When using the command sh /scripts/update_cwp ( as my CWP does not seem to want to auto update anymore ) it does what it needs to do and updates to the latest version however i get these errors are they supposed to be like this ???

Code: [Select]
######################
Update Server Packages
######################
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/admin/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/login/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/user/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/admin/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/login/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/user/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/admin/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/login/design
chattr: Operation not supported while reading flags on /usr/local/cwpsrv/htdocs/admin/user/design


22
CentOS-WebPanel Bugs / Re: Bugs in CWPpro version: 0.9.8.197
« on: March 29, 2017, 09:07:59 AM »
phpMyAdmin blowfish secret resolved ... I have found the new location needed for config.inc.php file

Code: [Select]
/usr/local/cwpsrv/var/services/pma
Had to change the old secret as this one said it required a 32 character pass.

Code: [Select]
* This is needed for cookie based authentication to encrypt password in
 * cookie. Needs to be 32 chars long.


23
CentOS-WebPanel Bugs / Re: Bugs in CWPpro version: 0.9.8.197
« on: March 28, 2017, 05:09:38 PM »
Thanks for the offer , i may well be contacting you soon , however i will persevere and try to figure out some of the issues myself , a few of them are irrelevant like the roundcube and the missing script ..

I have found the issue with the Mod Security issue

Original fault when installing Mod Security with Comodo or WASP rules was :

Code: [Select]
Starting httpd: httpd: Syntax error on line 507 of /usr/local/apache/conf/httpd.conf: Syntax error on line 5 of /usr/local/apache/conf.d/mod_security.conf: Cannot load modules/mod_security2.so into server: /usr/local/apache/modules/mod_security2.so: undefined symbol: apr_crypto_block_cleanup
[FAILED]

When i had a look at /usr/local/apache/conf.d/mod_security.conf file i found this entry :

Code: [Select]
<IfModule !mod_security2.c>
  LoadModule security2_module  modules/mod_security2.so
</IfModule>

Notice the ! in the first line , once this was removed , apache started successfully , how this excalamation mark got there is beyond me as i have never altered this file before ??

Regarding the phpmyadmin blowfish secret , could you tell me where the new location is for this file as admin stated the old location is no longer in use ??

24
CentOS-WebPanel Bugs / Bugs in CWPpro version: 0.9.8.197
« on: March 27, 2017, 04:21:22 PM »
So far  since the upgrade from 153 i have encountered a few issues , i have not gone through everything so there may be more that i have not found yet.

System is as Follows :

CWPpro version: 0.9.8.197
Apache version: Apache/2.4.25
PHP version: 5.6.30
MySQL version: 10.1.22-MariaDB

Issues are as follows :

1. Mod Security

When installing mod security with either Comodo or WASP rules, Apache fails to start and gives the following error

Code: [Select]
Starting httpd: httpd: Syntax error on line 507 of /usr/local/apache/conf/httpd.conf: Syntax error on line 5 of /usr/local/apache/conf.d/mod_security.conf: Cannot load modules/mod_security2.so into server: /usr/local/apache/modules/mod_security2.so: undefined symbol: apr_crypto_block_cleanup
[FAILED]

Mod security has to be un-installed in order for Apache to be able to be re-started.

2. PhpMyAdmin

The following error persists

Code: [Select]
The configuration file now needs a secret passphrase (blowfish_secret).
The passphrase is there in the current location has this location been changed ??

3 Scripts

You mention in a post to use the following script

Code: [Select]
/scripts/restart_cwpsrv
This script is not present in my scripts folder ... and yes i have done the yum update_cwrsrv command

4. Roundcube

On the client side of CWP when clicking on the Roundcube item which represents domain.com/roundcube it opens up the window with the following error

Code: [Select]
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at domain.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

However in the navigation window on the left it points to domain.com:2095 which takes you to roundcube webmail.

5. MySQL

On both Admin and client side windows when clicking on Show MySQL Processes in the navigation tab , it starts to load the window by showing the loading option but then remains blank as if there are no processes running.

Any insight to these issues ?
As i find more i will post here


25
That seems to have done the trick thank you  ;D


26
Ran the upgrade scripts for CWP upgrade including the apache upgrade , the web panel itself took the upgrade ok but it did not want to start the Apache webserver , after rebuilding apache from within the web panel itself some errors cleared but now i am stuck on these errors

Code: [Select]
Stopping httpd: [FAILED]
Starting httpd: AH00526: Syntax error on line 2 of /usr/local/apache/conf.d/ssl.conf:
Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration
[FAILED]

Any ideas ?

27
Updates / CWP6 0.9.8.183 for CentOS 6 released (28.02.2017)
« on: March 02, 2017, 01:29:06 PM »
Your Facebook states that this release is available for Centos 6 versions of the webpanel and that we manually need to upgrade but when running the update_cwp script it tells me that i am on the current version and no update is needed

######################
Update Server Packages
######################
Your CWP version: 0.9.8.153

No update needed, your CWP is up to date.

Any idea on what is going on or has this update been removed for some reason ?

Regards

28
PHP / PHP Updates to latest version
« on: February 05, 2017, 10:35:31 AM »
When will the new releases for 5.6.30 , 7.0.15 and 7.1.1 be incorporated into the version switcher for CWP centos 6 ?

29
DNS / Re: Cant start DNS
« on: December 18, 2016, 04:40:27 PM »
Edit and delete

zone "" {
type master;
file "/var/named/.db";
};

Save and restart DNS

Pages: 1 [2]