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

Pages: [1]
1
SSL / Re: letsencrypt.org implementation
« on: January 05, 2016, 08:45:05 AM »
First, create file /etc/pki/tls/certs/YOURWEBSITE.COM.cert and paste the content in cert.pem you got from letsencrypt

after that login to your CWP admin > Apache setting > SSL cert manager

after that Install certificate using the form, select your cert file you created above, select your user and input domain

click install ssl

After installing, change the content below:
KEY : change with content from privkey.pem
CSR : change with content from cert.pem
BUNDLE : change with content from chain.pem

DONE

2
Installation / Re: Uninstall centos web panel
« on: September 09, 2015, 04:24:17 AM »
when I got error in the middle, can I just run
Code: [Select]
sh cwp-latest again?

3
Installation / error when installing
« on: September 03, 2015, 01:05:59 PM »
hi i am installing CWP in fresh install centos 6.4 and get this error when instaling:

#########################################################
          CentOS Web Panel MailServer Installer
#########################################################

visit for help: www.centos-webpanel.com

Password OK!!

curl: (6) Couldn't resolve host 'centos-webpanel.com'
Loaded plugins: fastestmirror, security
Setting up Remove Process
No Match for argument: sendmail
Determining fastest mirrors
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid baseurl for repo: base
Loaded plugins: fastestmirror, security


--

my /etc/resolv.conf :
nameserver 8.8.8.8
nameserver 8.8.4.4

--
my eth0 config:

DEVICE=eth0
HWADDR=xxxxxx
TYPE=Ethernet
UUID=xxxxx
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=static
IPADDR=xxxxx
NETMASK=xxxxxx
DNS2=xxxxx
GATEWAY=1xxxxx
DNS1=xxxxx
IPV6INIT=no
USERCTL=no
PEERDNS=yes

--
any idea guys?


Pages: [1]