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

Pages: 1 ... 27 28 [29] 30 31 ... 57
421
do a little experiment.

Use google chrome, and add the extension "Host Switch Plus"

Add the domain with the direct IP of the server (Instead of through CF).  If the vhosts load direct, there may be an issue with CF.

If your not comfortable with this step, PM me with one of the domains and the server IP, and I'll have a look.

422
Support really depends on your setup.

Nginx configs are under /etc/nginx/conf.d/vhosts/(Domain)(?.ssl).conf

Apache configs are under /usr/local/apache/conf.d/vhosts/(Domain)(?.ssl).conf

If there are no domain files under those directories, then you need CWP Admin -> Webservers Main Config

at the bottom check rebuild all vhosts on save, and click save

423
PHP Selector / Re: Error php-fpm whmcs 503 Service Unavailable
« on: May 26, 2020, 01:01:14 AM »
systecmctl start php-fpm(version)  ex: php-fpm73

424
CWP API / Re: integration with Wisecp (domain + webhosting)
« on: May 25, 2020, 06:52:33 PM »
Cwp should setup the hosting using the new domain.  You will have to programably set the nameservers of the domain with the registrar to use your servers nameservers.

425
Backup / Re: New Backup 2
« on: May 25, 2020, 05:29:57 PM »
tail -n 100 /var/log/cwp/cron_backup.log post here

426
CentOS 7 Problems / Re: CWP Problem
« on: May 25, 2020, 05:27:51 PM »
You will have to reset the server.  CWP cannot be uninstalled once it's even partially installed.

427
Information / Re: How to redirect webmail to https only
« on: May 25, 2020, 05:26:41 PM »
did you try changing your webservers default configs to force-https

CWP ADMIN -> Webserver Settings -> Webserver Main Conf

Set to force-https (or https2)

rebuild all configs

428
DNS / Re: All Subdomain Stopped working
« on: May 25, 2020, 05:17:09 PM »
looking up yoru glue records, there is a problem
IPv4 Glue records for ns1.activetech.co.za
ns0.is.co.za.   86400   IN   A   196.4.160.17

You need to log into your registart and add glue/host records for ns1 and ns2 to point to your servers ip

429
Aplications / Re: Information general Configuation Package
« on: May 25, 2020, 05:11:58 PM »

- cgroups https://www.youtube.com/watch?v=g0MK061KFNI
- nproc:  Number of Processes allowed per user.  (At least 10, as each instance of nginx/apache/fpm is launced as a seperate process)
- apache_nproc  See nproc, but secificall for apache
- nofiles: number of files allwed to be read/executed at the same time
- inode:
What is inode?

Inode is a data structure that stores the information about all files created on your hosting account. The number of inodes indicates number of files, folders, email or anything you store on your web hosting account. Each file on your web hosting account is identified by an inode number in the file system. Inodes store the important data about files such as user, group ownership, access mode and file type.

430
DNS / Re: All Subdomain Stopped working
« on: May 25, 2020, 04:27:55 PM »
Kindly provide your nameservers.  Did you recently renew or transfer the domain the ns are on?

432
Nano /etc/hostname

433
ensure cwpsrv service is running.


rcschaff @ Read this response.

Cwpsrv won't run of there is no hostname certificate.  Seen the problem before.  Hostnames too long and can't make the cert.

434
Quote
routines:ASN1_mbstring_ncopy:string too long:a_mbstr.c:158:maxsize=64

Hostname is too long.  Hostname needs to be less than 64 characters

435
SSL / Re: Wlidcard SSL really how to?
« on: May 24, 2020, 08:46:00 PM »
1)  post your acme file

2) get rid of the brackets around the key. Might want to regenerate it now as it's been exposed.

Pages: 1 ... 27 28 [29] 30 31 ... 57