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

Pages: 1 ... 10 11 [12] 13 14 ... 17
166
CentOS 7 Problems / Re: Cant receive emails
« on: June 13, 2019, 07:25:05 AM »
Thats great  :)

167
CentOS 7 Problems / Re: All emails out getting connection refused
« on: June 13, 2019, 07:23:45 AM »
Can you ask ISP if port 25 is blocked?

168
also ask IP provider to create rdns/PTR to resolve from your IP to your server hostname

169
sure thats ok

170
please run sh/scripts/generate_hostname_ssl

171
Apache / Re: Apache entered failed state
« on: June 12, 2019, 10:05:45 PM »
Are you running only apache?

please change to apache+nginx and let see the outome.

Also please post here the logs you have in apache

172
PHP / Re: php-ldap for one domain
« on: June 12, 2019, 10:04:02 PM »
How did you edit php.ini?
What did you add to the file?

ldap doesnt default with php on CWP and so needs to be build manually.Please contact support for assistance

173
Thanks very much.

This will be escalated to the development team

174
E-Mail / Re: DKIM Automatic
« on: June 12, 2019, 09:47:34 PM »
what do you mean by leaving DKIM??

DKIM is not automatically enabled when an account is created.
You need to rebuild mail server and check DKIM for it to be installed

After you go to DKIM to enable domain by domain

175
what do you mean by new hosting?? new account?

176
SSL / Re: SSL for Hostname
« on: June 12, 2019, 09:40:38 PM »
make sure you have a hostname which resolves to your Public IP.

then go to CWP.Admin -> Server settings -> click Change hostname( this will set hostname and install SSL to the hostname)

After restart cwpsrv from the terminal by running the command below

sh /scripts/restart_cwpsrv



177
CentOS 7 Problems / Re: cgi-fcgi
« on: June 12, 2019, 09:37:13 PM »
cgi is the php selector 2(new) and fcgi is the php-fpm selector.
Both requires CWPpro to work.

If you have CWPpro, you will need to install the various options you want  and use webserver settings -> Webserver domain conf and select your webservers and the php versions

please check this article - http://wiki.centos-webpanel.com/how-many-php-versions-i-can-run-on-the-single-server

178
Apache / Re: SubDomain
« on: June 12, 2019, 09:30:49 PM »
Can you please give more details?
How was the subdomain created? CWP.Admin -> Domains -> Add subdomain.

the subdomain should always come after the public_html.

For example, If you enter /public_html/subdomain1 then the path will be /home/mywebsite/public_html/subdomain1

180
Information / Re: ssh disable root login
« on: June 12, 2019, 09:04:55 PM »
the private was created with the root user and cant be used by another user.
If you want to use another user, follow the steps below:

1. useradd username
2. passwd username
3. usermod -aG wheel username

Please replace username with the name of the user you want to create

You can now use sudo to perform all administrative task

For example - sudo [COMMAND]

Pages: 1 ... 10 11 [12] 13 14 ... 17