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

422
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

423
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.

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

425
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.

426
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

427
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

428
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.

429
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?

431
Nano /etc/hostname

432
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.

433
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

434
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.

435
SSL / Re: Wlidcard SSL really how to?
« on: May 24, 2020, 08:29:05 PM »
Quote
dns_master_load: /var/named/acme.doslar.ru.db:13: extra input text
/var/named/acme.doslar.ru.db: file does not end with newline
zone acme.doslar.ru/IN: loading from master file /var/named/acme.doslar.ru.db failed: extra input text
zone acme.doslar.ru/IN: not loaded due to errors.
Open acme.doslar.ru.db

go to the last line and hit enter, then save


Quote
Check /root/.acme.sh/ folder.
int there you will find several files including .key .bundle and .crt
There is not .crt file, but there is .csr files(?!)

Probably because the zone was never loaded for the dns to succeed

[quote ]I guess I will make a script to do wildcard certificates to make things easier.[/quote]This is a great idea, will the script be compatible with CentOS7?
[/quote]

Of course it will be.  Just have to work on it :)

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