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

Pages: 1 ... 75 76 [77] 78 79 ... 89
1141
E-Mail / Re: Retrieve / Fetch emails from other accounts
« on: September 22, 2017, 01:00:47 PM »
1. don't understand what you exactly want to fetch
2. you can google about
Code: [Select]
postfix relay and you can find many useful instructions depending on your requirements

1142
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: September 22, 2017, 12:57:30 PM »
then something failed during your upgrade

try running this one by one line
Code: [Select]
yum install cwp-httpd
yum install cwp-suphp
yum install cwp-php

sh /scripts/restart_cwpsrv

1143
170921 21:44:35 [ERROR] Can't start server: can't create PID file: No space left on device

is your disk full ?

1144
CentOS 7 Problems / Re: Can`t install CentOS7
« on: September 22, 2017, 12:28:54 PM »
all depends on your visitor number and scripts you will use for your shop, as we all know webshops are often slow and take high resources if you have higher number of visitors....so without testing you will no know.

However, if you want to be more secure and get guaranteed uptime then you should think about using multiple servers connected into clusters but you can migrate later if you will need something like that and if you will need even higher performances.

Don't forget that nobody doesn't like slow web shop and if the web shop is slow then you only lose clients, so think in front about memchache for sessions..., php  cache, high performance disk with ssd and even raid controller cache if you want to use dedicated server.

1145
Nginx / Re: NGINX Proxy + Apache not allowing POST requests
« on: September 22, 2017, 11:54:45 AM »
try switching your cwp under WebServers in the left menu to apache only mode and then test again if that works then switch to nginx and test again.

I would also recommend checking the logs of apache as it can be mod_security in some cases showing 404

1146
E-Mail / Re: Where is the Autoresponder?
« on: September 22, 2017, 11:43:46 AM »
it should be there if you login as user into cwp.

1147
then delete all messages and if you installed mod_Security then it will stop to create new messages.

1148
great, you can simply block that ip with csf, example:
Code: [Select]
csf -d <IP> "pma brute force attack"

1149
Updates / Re: Apache 2.4.27 option missing in Apache Builder (compiler)
« on: September 22, 2017, 11:36:26 AM »
check that you have the latest version as the latest version has this

1150
note that this is UDP traffic coming to custom ports and that isn't something that would be show cwpsvc as a process since cwpsvc is using cwp ports and TCP traffic

1151
Apache / Re: ADD local site.
« on: September 21, 2017, 01:15:04 PM »
if you wan't to access it by ip then you can upload it to /usr/local/apache/htdocs/ and that is NOT recommended.
You can also create a user in cwp and access it by using ip and user name like this

Code: [Select]
http://IP/~USERNAME

1152
Installation / Re: Web Pan
« on: September 21, 2017, 01:10:17 PM »
if you have iptables whitelist for port and services is running then you need to check it with your server provider.

1153
Installation / Re: cannot access panel
« on: September 21, 2017, 01:09:11 PM »
maybe your provider is blocking the custom ports so you need to contact them.

1154
FTP / Re: webftp_simple
« on: September 21, 2017, 01:07:34 PM »
are you sure that you have any files in that folder?
/usr/local/cwpsrv/htdocs/admin/webftp_simple/

1155
PHP / Re: CWP Centos 7 - Zeromq installation?!
« on: September 21, 2017, 01:04:50 PM »
you need to test it since this isn't something that is installed by default with servers.

Pages: 1 ... 75 76 [77] 78 79 ... 89