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

Pages: 1 [2] 3
16
The problem solved.
My mistake.
I have put space after a comma, that was the source of the validation error.

17
I am trying to make a forwarder for the email address info@domain.group
So if I am writing in the 'Forward to' field anything with TLD *.group I am getting an error:
All entered emails must be valid
So, how to fix that?..

18
FTP / Re: FTP Authentication Failed - Troubles with Pure-ftpd
« on: March 09, 2019, 10:48:54 AM »
Your user 'xxxxxx' is unknown.
Simply that.
The message showing is:
"error retrieving information about user xxxxxx"
Not so simple. the problem that this ftp user exists in FTP Manager 2 and password is correct. I am sure something wrong with pureftp because, the normal users that have been added by User Accounts - > Add Account working without any troubles. But If I am adding additional ftp user through the File Management - > FTP Manager 2 I am getting troubles like that.
I am under CentOs 6.1

19
FTP / FTP Authentication Failed - Troubles with Pure-ftpd
« on: March 07, 2019, 09:29:22 PM »
I am getting errors like that:


Code: [Select]
Mar 7 16:14:29 brigit pure-ftpd: pam_unix(pure-ftpd:auth): check pass; user unknown
Mar 7 16:14:29 brigit pure-ftpd: pam_unix(pure-ftpd:auth): authentication failure; logname= uid=0 euid=0 tty=pure-ftpd ruser=oseadmin rhost=
Mar 7 16:14:29 brigit pure-ftpd: pam_succeed_if(pure-ftpd:auth): error retrieving information about user xxxxxx
Mar 7 16:18:11 brigit pure-ftpd: pam_unix(pure-ftpd:auth): check pass; user unknown
Mar 7 16:18:11 brigit pure-ftpd: pam_unix(pure-ftpd:auth): authentication failure; logname= uid=0 euid=0 tty=pure-ftpd ruser=oseadmin rhost=
Mar 7 16:18:11 brigit pure-ftpd: pam_succeed_if(pure-ftpd:auth): error retrieving information about user xxxxxx

I don't what is the reason. I already tried to add sql root password to pureftpd-mysql.conf but it doesn't change anything.
Please help me.

20
Apache / Re: Backup Server with CWP
« on: December 16, 2018, 03:24:36 AM »
simply from the dashboard or by using a service name from the command line...basically the same as on any other centos.
Thank you. And what kind of services you would recommend to switch off?.. Actually I am using just a regular ftp connection.

21
Apache / Backup Server with CWP
« on: December 15, 2018, 06:19:27 PM »
Hello guys.
I just installed CWP on my storage server.
So I want to use it only as a SSH/FTP backup server to keep archives. How to switch off APACHE and other services that I don't need. Also apart from apache which services I can switch off to save some RAM.
Thank you.

22
Apache / Re: 403 Forbidden on all subdomains
« on: December 07, 2018, 05:54:02 PM »
Any suggestions?..

23
Finally, I solved the problem by cleaning the blacklist of the firewall.

24
If I disable Firewall from the CWP I can see result of iptables -S like that:

Code: [Select]
iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited

But in the other server with CWP if I disable firewall from the panel the result is just that rules:
Code: [Select]
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT

I have tried to remove this part:
Code: [Select]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited

Using iptable -D

But after enabling firewal I am again loosing access to my server, also if I am disabling firewall again I am getting the same rules:
Code: [Select]
iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
Please help me to understand what´s going on...

25
I have connected through VNC to the server.
Right strange things happened. if I disable iptables I can connect to the server but the command
iptables -S
showing me this result:

Code: [Select]
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT

But since I'm trying to enable iptables I can't connect to the server.
Is that possible that default logrotate configuration file destroyed something important?..

26
I have run command
logrotate /etc/logrotate.conf it was defult logrotate.conf but after that my server stop working can't connect through ssh. I am scared...

27
Apache / Re: 403 Forbidden on all subdomains
« on: December 05, 2018, 08:10:13 PM »
try this
yum reinstall cwp-httpd
I just did so but the result is the same Forbidden. :(

28
Apache / Re: 403 Forbidden on all subdomains
« on: December 05, 2018, 08:06:24 PM »
Did you tried "User Accounts > Fix Permissions"?
Already did so. It doesn't help.

29
Apache / Re: 403 Forbidden on all subdomains
« on: December 04, 2018, 12:39:02 AM »
try to check .htaccess files in that folders if that failes even after you remove .htaccess file then try to rebuild WebServers via WebServers Select.
Already checked I have just standard .htaccess files from WordPress but even if there is no .htaccess files I am getting the same error. More over I have tried to rebuild a webserver it doesn't work. I choose first

Apache & Nginx Reverse Proxy
HTTP: Nginx (80) --> Apache (8181)
HTTPS: Nginx (443) --> Apache (8181)

and then again

Apache Only
HTTP: Apache (80)
HTTPS: Apache (443)

But the problem still there I have checked both options. I am still getting the same error...

30
Apache / 403 Forbidden on all subdomains
« on: December 03, 2018, 06:31:09 PM »
Hello.
I don't know what happened but on all of my subdomains I can see 403 Forbidden error.
This is the last part of my apache error_log:

Code: [Select]
tail -f error_log
[core:error] [pid 237**:tid 140680435328***] [client ***.***.167.79:56**] Script timed out before returning headers: index.php
[core:error] [pid 237**:tid 140680204551***] [client ***.***.148.101:21**] Script timed out before returning headers: index.php
[core:error] [pid 71**:tid 140680393369***] [client ***.***.168.140:12**] Script timed out before returning headers: index.php
[authz_core:error] [pid 71**:tid 14068031994****] [client **.**.30.90:27***] AH01630: client denied by server configuration: /home/***/public_html_***/
[authz_core:error] [pid 26**:tid 14068037238****] [client **.**.162.51:44***] AH01630: client denied by server configuration: /home/***/public_html_*****/
[core:error] [pid 237**:tid 1406802674****] (13)Permission denied: [client ***.***.102.70:42***] AH00132: file permissions deny server access: /usr/local/apache/htdocs/img/centos_webpanel_logo.png, referer: http://www.sogou.com/web?query=site%3Aftp.****.com
[authz_core:error] [pid 23***:tid 1406803618***] [client ***.220.***.112:36186] AH01630: client denied by server configuration: /home/***/public_html_***/
[authz_core:error] [pid 23***:tid 1406801940***] [client ***.230.***.168:55788] AH01630: client denied by server configuration: /home/***/public_html_chk/
[authz_core:error] [pid 23***:tid 1406802045***] [client ***.230.***.168:55788] AH01630: client denied by server configuration: /home/***/public_html_chk/favicon.ico, referer: http://chk.*****.com/
[authz_core:error] [pid 23***:tid 1406803199***] [client ***.230.***.168:55788] AH01630: client denied by server configuration: /home/***/public_html_chk/favicon.ico, referer: http://chk.*****.com/
Such a strange record:
Code: [Select]
AH00132: file permissions deny server access: /usr/local/apache/htdocs/img/centos_webpanel_logo.png, referer: http://www.sogou.com/web?query=site%3Aftp.****.com
and how it is  related to sogou.com?..

I have already tried to change permissions using CWP panel but that doesn't work.

Pages: 1 [2] 3