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.
Pages: [1] 2
1
CentOS 7 Problems / Re: Mail server error
« on: February 01, 2021, 09:02:39 PM »
not sure if this is related but my mail server started rejecting everything out of desperation i removed this from mail server config
-->> removed this ',reject_rbl_client bl.spamcop.net'
every out and incoming mail had postfix/smtpd[10318]: NOQUEUE: reject: blocked using bl.spamcop.net;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_client_access hash:/etc/postfix/sender_whitelist, check_client_access hash:/etc/postfix/sender_blacklist, reject_unauth_destination, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net
after removing this everything works - i am sure it is important - but at least my mail is working again
and of course i checked to see if my mail server was black listed - it is not
-->> removed this ',reject_rbl_client bl.spamcop.net'
every out and incoming mail had postfix/smtpd[10318]: NOQUEUE: reject: blocked using bl.spamcop.net;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, check_client_access hash:/etc/postfix/sender_whitelist, check_client_access hash:/etc/postfix/sender_blacklist, reject_unauth_destination, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_recipient_domain, reject_rbl_client zen.spamhaus.org, reject_rbl_client bl.spamcop.net
after removing this everything works - i am sure it is important - but at least my mail is working again
and of course i checked to see if my mail server was black listed - it is not
2
Installation / Re: ioncube - reinstallation
« on: April 30, 2020, 03:57:28 AM »
I followed the instructions provided
I still get error message
FastCGI sent in stderr: "PHP message: PHP Fatal error: The file /usr/local/cwpsrv/htdocs/admin/login/index.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1 or later.
Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1.
Any assistance would be greatly appreciated
i changed the php.ini file to the following
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
and then the login page displayed the following
'No Loader is installed, please try to run this command or contact support: sh /scripts/update_ioncube restart'
followed instructions - now same message
restarted cwp as well as tried rebooting server - still not working.
I still get error message
FastCGI sent in stderr: "PHP message: PHP Fatal error: The file /usr/local/cwpsrv/htdocs/admin/login/index.php was encoded by the ionCube Encoder for PHP 5.6 and cannot run under PHP 7.1 or later.
Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 7.1.
Any assistance would be greatly appreciated
i changed the php.ini file to the following
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.6.so
and then the login page displayed the following
'No Loader is installed, please try to run this command or contact support: sh /scripts/update_ioncube restart'
followed instructions - now same message
restarted cwp as well as tried rebooting server - still not working.
3
Installation / Re: ioncube - reinstallation
« on: April 29, 2020, 04:16:38 AM »
it is now saying that the php ioncube was installed with different version of php -
4
Installation / ioncube - reinstallation
« on: April 29, 2020, 03:06:34 AM »
I accidentally click the uninstall ioncobe - then lost ability to connect to cwp control pabel via webpage.
I ran the script 'update_ioncube' restarted server but still no web access to control panel.
I made sure there was zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so in the php.ini located at /usr/local/cwp/php71.php.ini
also confirmed update did install ioncube - but the admin web pages keeps saying need ioncube installed in the error logs
anybody know a solution
I ran the script 'update_ioncube' restarted server but still no web access to control panel.
I made sure there was zend_extension = /usr/local/ioncube/ioncube_loader_lin_7.2.so in the php.ini located at /usr/local/cwp/php71.php.ini
also confirmed update did install ioncube - but the admin web pages keeps saying need ioncube installed in the error logs
anybody know a solution
5
Information / Re: CWP version 0.9.8.744 totally broken.
« on: January 02, 2019, 02:40:20 AM »
I had the login thing happen to me -
The fix for me was to run the script - /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrv
The fix for me was to run the script - /usr/local/cwpsrv/htdocs/resources/scripts/restart_cwpsrv
6
SSL / incorrect common name for ssl
« on: December 05, 2018, 08:46:00 AM »After the last update ( a day ago ) I required an SSL for a domain. After using the nice SSL Manager in the CWP Admin webpage i was unable to create the SSL however accessing the site the (https://www.sitename.com) without the warning being displayed in the browser ( incorrect common name ).
I then noticed the SSL Generated failed to update /usr/local/apache/conf.d/vhosts-ssl.conf with the newly created SSL for the sitename.com
( yes - i did reboot server )
i added the information manually (copied and paste ) from the file created in /usr/local/apache/conf.d/vhosts/sitename.conf
to /usr/local/apache/conf.d/vhosts-ssl.conf
and then everything worked properly.
---- should this not be handled automatically ?
7
Updates / Re: After Update all domains have HTTP Test Page
« on: December 04, 2018, 07:16:31 AM »
You are not understanding - no template was modified - no file was modifed - nothing was done to the install
your update left a blank vhostt file so no domains were active.
The information posted was to at least get my domains back up and running.
please read posts before commenting.
your update left a blank vhostt file so no domains were active.
The information posted was to at least get my domains back up and running.
please read posts before commenting.
8
Updates / After Update all domains have HTTP Test Page
« on: December 03, 2018, 06:44:52 PM »
how do you rebuild virtual host stuff for Apache ?
why would all of the domains point to test page ?
wow - really not good guys ....
the folder had no recent backup for vhost file the only one i could find was a backup for march..
i rebuilt the virtual host file from individual config is in this folder
/usr/local/apache/conf.d/vhosts
copy and paste into main virtual host file located
/usr/local/apache/conf.d/vhosts.config
why would all of the domains point to test page ?
wow - really not good guys ....
the folder had no recent backup for vhost file the only one i could find was a backup for march..
i rebuilt the virtual host file from individual config is in this folder
/usr/local/apache/conf.d/vhosts
copy and paste into main virtual host file located
/usr/local/apache/conf.d/vhosts.config
9
PHP Selector / Re: popup - Welcome to your new WebServers setup
« on: December 03, 2018, 06:33:08 AM »
obviously you have not tried 'just skip all this.'
now i have lost all my domains
it lists 3 domains all others are gone ----
there are 20 domains
as well - no domain's has ssl cerificates listed to auto renew
does anyone test anything at CWP
as well - ALL of the custom mod_security disabling by ID are gone -
that is crazy stupid -
i am sure other people can attest to the hours adding ID's into the ignore list - for mod_security - now all have been removed
now i have lost all my domains
it lists 3 domains all others are gone ----
there are 20 domains
as well - no domain's has ssl cerificates listed to auto renew
does anyone test anything at CWP
as well - ALL of the custom mod_security disabling by ID are gone -
that is crazy stupid -
i am sure other people can attest to the hours adding ID's into the ignore list - for mod_security - now all have been removed
10
PHP Selector / popup - Welcome to your new WebServers setup
« on: December 03, 2018, 02:56:38 AM »ok - i do not want the new server setup - i am using the basic apache webserver - but now it is wanting to setup new server ( i do not want that - it is fine the way it is)
I can no longer select any side button on admin page without the popup "Welcome to your new WebServers setup"
I do not wish to add/change server or php selector - how can i continue without being able to use web page admin
11
Updates / After Last Update no access to Web GUI admin page
« on: December 02, 2018, 10:46:40 PM »
No Errors in /usr/local/cwpsrv/logs
not sure how to proceed here
... after a couple of reboots it started working again
not sure how to proceed here
... after a couple of reboots it started working again
12
Updates / Re: Last Update - gave root access to all users via ssh
« on: November 06, 2018, 09:41:14 PM »The fix is too change /etc/passwd
good--> username:x:1009:1009::/home/domainname:/sbin/nologin
fullaccess-> username:x:1010:1010::/home/domainname:/bin/bash
after checking the users which received the full access - it appears to be the users that have '%' remote access to mysql
this could be a coincident -
I will have to wait until the next update to be sure
13
Updates / Re: Last Update - gave root access to all users via ssh
« on: November 06, 2018, 09:04:26 PM »
sftp access is more secure
SFTP – SSH Secure File Transfer Protocol. SFTP (SSH File Transfer Protocol) is a secure file transfer protocol. ... There is basically no reason to use the legacy protocols any more. SFTP also protects against password sniffing and man-in-the-middle attacks.
as i mentioned before everything worked perfectly until the last update.
users had access to there home folder - and that is it.
now they have root access to everything - with read/write to all folders
SFTP – SSH Secure File Transfer Protocol. SFTP (SSH File Transfer Protocol) is a secure file transfer protocol. ... There is basically no reason to use the legacy protocols any more. SFTP also protects against password sniffing and man-in-the-middle attacks.
as i mentioned before everything worked perfectly until the last update.
users had access to there home folder - and that is it.
now they have root access to everything - with read/write to all folders
14
Updates / Re: Last Update - gave root access to all users via ssh
« on: November 06, 2018, 10:49:07 AM »
I am glad it did not occur for you.
----
It is very clear - since i only have 20 clients on my server - and no modifications made on basic install except for adding domains and mysql databases.
so i uploaded a file for one of my clients - next day update occurs - i go back to apply changes to the file for the client and there is all of the root. and read/write
----
It is very clear - since i only have 20 clients on my server - and no modifications made on basic install except for adding domains and mysql databases.
so i uploaded a file for one of my clients - next day update occurs - i go back to apply changes to the file for the client and there is all of the root. and read/write
15
Updates / Last Update - gave root access to all users via ssh
« on: November 06, 2018, 09:54:24 AM »
After the last update all users that access sftp via ssh now have access to root - with read/write capabilities
I did run the fix permissions however - that did not work ( did not change anything )
before the last update they were only able to see there home folder
I did run the fix permissions however - that did not work ( did not change anything )
before the last update they were only able to see there home folder
Pages: [1] 2