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 - Igor S.

Pages: 1 ... 91 92 [93] 94 95
1381
Installation / Re: ssl root certificates
« on: September 11, 2015, 05:50:36 PM »
Hello.
What kind troubles do you have? SSL is works great by default.

1382
Installation / Re: Uninstall centos web panel
« on: September 11, 2015, 05:49:08 PM »
Hello.

What kind error?

1383
Installation / Re: CWP on Ubuntu?
« on: September 11, 2015, 05:48:19 PM »
Hello.

Name of the panel is: CentOS Web Panel . Means - it works with a CentOS only.

1384
Information / Re: Can not acess web panel from another internet provider
« on: September 11, 2015, 05:47:01 PM »
Hello.

Try checking the iptables and csf's rules. Probably it blocking you.

1385
Other / Re: Apache Symlink Disable?
« on: July 11, 2015, 12:41:20 PM »
Hello.

Did you tried maybe add to the vhosts.conf (to the <Directory /path/to/files/>):
Code: [Select]
Options -FollowSymLinks ?
SymLinks does not works by default for php scripts, because CWP using suPHP. Also, for the other files (not .php) you can use:
Code: [Select]
Options FollowSymLinks SymLinksIfOwnerMatch

1386
CentOS 6 Problems / Re: PHP Version Switcher not function
« on: May 25, 2015, 08:13:42 PM »
Was solved by support.
chmod 755 /var/run/screen

1387
Installation / Re: Problems installing
« on: May 21, 2015, 11:02:26 AM »
I would enter the following code:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-latest
sh cwp-latest
------------
Finally, I want the password database.
What should I do?

Hello.

command: /bin/cat /root/.my.cnf  will show to you MySQL root password

1388
Apache / Re: Dont wanted to use apache
« on: May 21, 2015, 07:22:19 AM »
HI I have installed this panel and its working fine..super cool..

but I dont wanted to use apache from the web panel, just for security reason..

I will download the normal apache from yum repository and will configure it..

How can i do that

Instalation from rpm have a less security.
If do you want do something like that, you should do that yourself.

1389
DNS / Re: Removing bind ?
« on: May 20, 2015, 01:36:56 PM »
Is it that there is something like service monitor of cPanel in CWP which Monitors stopped services and attempts to start automatically if one is failed.. like Monit ?

Not really, it is just show to you what service does not work.

1390
DNS / Re: Removing bind ?
« on: May 20, 2015, 06:30:46 AM »
Hi, I have just installed CWP for first time and plans to use it for some personal sites but I will use a remote DNS server , so I suppose its safe to remove BIND /named service from the server, so what is the optimal way to do this (centos 6.6 running on VPS)

You can just stop bind server. Two SSH commands:
1. /etc/init.d/named stop
2. chkconfig named off

1391
Information / Re: How can Help translate to thai
« on: May 20, 2015, 06:29:15 AM »
Hello.

Thank you for your suggestion, but CentOS Web Panel not multilanguage yet.
This is will be add later, in the future release.

1392
DNS / Re: Adding Domain No special characters are allowed! error
« on: May 20, 2015, 06:08:18 AM »
You're welcome.

1393
SSL / Re: After installing SSL, httpd [FAILED]
« on: May 19, 2015, 12:22:57 PM »
Hi, rebooting the server get's everything running again but if I delete the cert and then install it again I get the same error until I reboot.

Strange !

Unfortunately we was couldn't reproduce the issue, probably it is something only for your server.

1394
E-Mail / Re: Wrong SSL cert for email?
« on: May 19, 2015, 12:21:27 PM »
Hi, I have a purchased SSL cert running fine and passes tests for my domain, but when open Outlook I get an error for an untrusted cert and it shows the "issued by Centos Web Panel" and not the one I purchased.

Regards Lee.

Hello.

You should replace certificates in the config files.
/etc/postfix/main.cf and /etc/dovecot/dovecot.conf

1395
SSL / Re: After installing SSL, httpd [FAILED]
« on: May 19, 2015, 10:36:59 AM »
Hi, I purchased an SSL cert and installed it and now get this error, any ideas ?

Stopping httpd: [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]

Regards Lee.

Try commands:
1. killall -9 httpd
2. /etc/init.d/httpd restart

If it not help, show:
netstat -nlp | grep ':80'

Pages: 1 ... 91 92 [93] 94 95