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
CSF Firewall / Re: too many connections (8) from this ip
« on: November 26, 2018, 12:34:32 PM »
It is not only with FileZilla, if I try to upload them through the panel, it will be disconnected from the CWP and I can only reconnect to the CWP after a while.
2
CSF Firewall / Re: too many connections (8) from this ip
« on: November 26, 2018, 12:32:56 PM »
Yes, I looked at google before posting here. Not resolved so should be a Centos or Firewall configuration correct?
How can I disable this check?
How can I disable this check?
3
CSF Firewall / too many connections (8) from this ip
« on: October 09, 2018, 05:17:50 PM »
Hello, I am using centos 6 + cwp and a client is trying to make the backups of it through filezilla and CobianBackup and after uploading 5 files the server disappears and the error "too many connections ( 8 ) from this ip" appears.
How can I release full access to it?
I already put his IP on the white list, but it did not solve
Iḿ using centos 6
How can I release full access to it?
I already put his IP on the white list, but it did not solve
Iḿ using centos 6
4
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 25, 2017, 05:06:30 PM »
The server has been configured by me here in my local business. I use DocumetRoot to run some systems.
5
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 25, 2017, 01:52:51 PM »
When I try to run the commands below it executes but displays the following error:
I tried to execute the described commands but without success!
Quote
There are unfinished transactions remaining. You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them. If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).
-bash: erro de sintaxe próximo do `token' não esperado `('
[root@server ~]# The program yum-complete-transaction is found in the yum-utils package.
I tried to execute the described commands but without success!
6
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 20, 2017, 01:54:39 AM »
I tried changing the PHP version from 5.4 to 7 (Not resolved), I went back to 5.4 (Also did not solve).
I remember one day I having logged on putty (SSH puTTY) and me being sent a command to repair this error in apache, but I can not remember which command it is.
I remember one day I having logged on putty (SSH puTTY) and me being sent a command to repair this error in apache, but I can not remember which command it is.
7
CentOS 7 Problems / Problem after installing PostGreSql
« on: July 20, 2017, 01:48:04 AM »
Hello, after I installed PostGreSql, when I access the network server by ip 192.168.0.10 it no longer accesses the Document Root, it accesses an aleatory folder of /home. I have two systems running inside /usr/local/apache/htdocs and I can not run anymore.
How can I solve this?
I already tried to reinstall by the commands below:
My version is:
How can I solve this?
I already tried to reinstall by the commands below:
Code: [Select]
Cd/usr/local/src
Wget http://centos-webpanel.com/cwp-el7-latest
Sh cwp-el7-latest
My version is:
Quote
CPU Model: Intel (R) Core (TM) 2 Quad CPU Q6600 @ 2.40GHz
CPU Details: 4 Core (1600 MHz)
Distro Name: CentOS Linux release 7.3.1611 (Core)
Kernel Version: 3.10.0-514.26.2.el7.x86_64
Platform: x86_64 [Dedicated]
CWP version: 0.9.8.331
8
SSL / Re: How to set a SSL on DocumentRoot?
« on: June 04, 2017, 04:42:44 PM »
No, when we access ip 192.168.0.50 it opens the system that is hosted on the local server and when we open a no.ip address it also falls on that same system.
But Firefox is warning of the absence of SSL on the server.
How do I enable the https port for it to redirect automatically?
Code: [Select]
/Usr/local/apache/htdocs
is my DocumentRootBut Firefox is warning of the absence of SSL on the server.
How do I enable the https port for it to redirect automatically?
9
SSL / How to set a SSL on DocumentRoot?
« on: June 04, 2017, 01:09:39 PM »
Hi everyone I need to configure a SSL on my server, but I use only the documentroot. I see that I can put a SSL on my domains, but I use a domains only to backup thru a FTP, not work with web site.
How can i Do?
Thanks
How can i Do?
Thanks
11
FTP / Re: How can i create a ftp account to access document root?
« on: August 11, 2016, 02:25:42 PM »
I try to create a nobody user but cwp show me a error that the user is set in etc/passwd. How can I change the password to work in FTP on document root whitout to fix every time the permission?
If I change the password, CWP dont stop working with problems?
If I change the password, CWP dont stop working with problems?
12
Apache / httpd: Syntax error on line 4 of /usr/local/apache/conf.d/vhosts (c\xc3\xb3pia).
« on: August 08, 2016, 10:44:55 PM »
Good evening everyone.
I programmed the server at home and he works normal however apache does not start and the following error message in other place with other IP
When I access the vhosts file with Panel the following message
When access the vhosts.conf I have the following file
my-email -> I my email like contac@website.com
curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
What's going wrong for httpd does not start?
I programmed the server at home and he works normal however apache does not start and the following error message in other place with other IP
Quote
httpd: Syntax error on line 4 of /usr/local/apache/conf.d/vhosts (c \ xc3 \ xb3pia) conf:
The address or port is invalid
When I access the vhosts file with Panel the following message
Quote
WARNING! File /usr/local/apache/conf.d/vhosts does NOT exist!
When access the vhosts.conf I have the following file
Code: [Select]
# vhost_start rick
<VirtualHost ######:80>
ServerName rick
ServerAlias www.rick
ServerAdmin my-email
DocumentRoot "/home/rick/public_html"
ScriptAlias /cgi-bin/ "/home/rick/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/rick/rick/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup rick rick
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup rick rick
suPHP_ConfigPath /home/rick
</IfModule>
<Directory "/home/rick/public_html">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end rick
# vhost_start joao
<VirtualHost ######:80>
ServerName joao
ServerAlias www.joao
ServerAdmin my-email
DocumentRoot "/home/joao/public_html"
ScriptAlias /cgi-bin/ "/home/joao/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/joao/joao/*.conf
<IfModule mod_suexec.c>
SuexecUserGroup joao joao
</IfModule>
<IfModule mod_suphp.c>
suPHP_UserGroup joao joao
suPHP_ConfigPath /home/joao
</IfModule>
<Directory "/home/joao/public_html">
AllowOverride All
</Directory>
</VirtualHost>
# vhost_end joao
###### -> Is my share IP like 187.48.58.45my-email -> I my email like contac@website.com
curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
Code: [Select]
[root@localhost ~]# curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
113 792 113 792 0 0 711 0 0:00:01 0:00:01 --:--:-- 3458
===============================================
Kernel:
Linux localhost.localdomain 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
CPU info:
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
Release:
CentOS release 6.8 (Final)
Arch:
x86_64
Virtualization Type:
Memory:
total used free shared buffers cached
Mem: 3823 605 3218 23 27 351
-/+ buffers/cache: 225 3597
Swap: 4999 0 4999
MySQL info:
mysql Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1
Disk Info:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 454G 9,6G 421G 3% /
tmpfs 1,9G 72K 1,9G 1% /dev/shm
/dev/sdb1 917G 16G 855G 2% /backup
#
# /etc/fstab
# Created by anaconda on Thu Aug 4 15:42:39 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=4d249edb-4ac9-4dd8-a913-19fe91535e0f / ext4 defaults,usrquota,grpquota 1 1
UUID=d6b36b58-a95c-48d0-a01b-9c8788cf6e4f /backup ext4 defaults 1 2
UUID=2efce80f-60f4-4406-92d2-b134be793320 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
Apache PHP info
PHP 5.4.45 (cli) (built: Aug 8 2016 18:08:12)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.2, Copyright (c) 2002-2016, by ionCube Ltd.
Apache start script check
httpd=${HTTPD-/usr/local/apache/bin/httpd}
CWP Admin check
/usr/local/cwpsrv/htdocs/admin
===============================================
What's going wrong for httpd does not start?
13
How to / How do I create a sub-domain in the document root?
« on: August 04, 2016, 04:43:25 PM »
How do I create a sub-domain in the document root?
If I create a sub-domain in the document root that I can change the .htaccess?
I have software that needs to be changed .htaccess to work and I have to put the system in three different folders, they are 3 different companies that will run it, with different database.
If I create a sub-domain in the document root that I can change the .htaccess?
I have software that needs to be changed .htaccess to work and I have to put the system in three different folders, they are 3 different companies that will run it, with different database.
14
FTP / Re: How can i create a ftp account to access document root?
« on: August 04, 2016, 04:35:14 PM »
thanks
15
FTP / Re: How can i create a ftp account to access document root?
« on: August 03, 2016, 02:57:04 PM »
So I need to conect with root or if I create a user that Home folder is /user/local/apache/htdcos whit filezzila (SFTP) I can manager my server?
Pages: [1] 2