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.
256
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 06:50:50 PM »
Great.. Hope your problem is solved soon
257
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 06:33:15 PM »
Well you can do one thing.
nano /etc/resolv.conf
change nameserver part to
nameserver 8.8.8.8
nameserver 8.8.4.4
or you can use the same config setup on old server which is sending mail fine.
If this doesnt help you. You should contact cwp.
http://centos-webpanel.com/support-services
nano /etc/resolv.conf
change nameserver part to
nameserver 8.8.8.8
nameserver 8.8.4.4
or you can use the same config setup on old server which is sending mail fine.
If this doesnt help you. You should contact cwp.
http://centos-webpanel.com/support-services
258
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 06:21:12 PM »
I am trying to say for this ip 192.158.224.193 it doesnt work. not rDNS resolves to it.
259
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 06:04:22 PM »
mta is working on this ip too 192.158.224.193?
260
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 24, 2018, 05:33:43 PM »
Your output shows that connection is not possible. Are you using the correct smtp details for sending email.
262
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 23, 2018, 08:56:23 PM »Code: [Select]
I also dont undestand why the closing bracket is before minimum, seconds:
Thats because there is opening bracket after ns1.mydomain.com. admin.mydomain.com. ( and its rightly placed.
systemctl restart named is command to restart bind not apache. It has nothing to do with apache. To restart apache you need to use systemctl restart httpd.
I dont think slowness will be caused because of your dns. You must check server logs for that
263
SSL / Re: SSL depends on Wenserver?
« on: July 23, 2018, 06:20:57 PM »
What error you get. I tried to replicate the same thing on one of the server but cant find any issue.
264
Nginx / Re: Wich webserver is the best?
« on: July 23, 2018, 06:20:11 PM »
ssl will work with all web servers.
265
SSL / Re: What should I do to have SSL on Wordpress with Nginx+ Apache+Varnish webserver?
« on: July 23, 2018, 06:18:03 PM »
You dont need to add anything. Leave everything default and everything will work fine.
266
Updates / Re: What does "yum reinstall cwpsrv cwpphp" do?
« on: July 23, 2018, 09:43:54 AM »Code: [Select]
yum info cwpsrv
Quote
Installed Packages
Name : cwpsrv
Arch : x86_64
Version : 1.12.1
Release : 5.3
Size : 1.5 M
Repo : installed
From repo : cwp
Summary : CWP daemon
URL : http://centos-webpanel.com
License : Proprietary License
Description : This package provides cwpsrv service
Code: [Select]
yum info cwp-php
Quote
Installed Packages
Name : cwp-php
Arch : x86_64
Version : 5.6.30
Release : 1
Size : 33 M
Repo : installed
From repo : cwp
Summary : PHP 5.6 for CWP
URL : http://centos-webpanel.com/
License : Proprietary License
Description : PHP 5.6 For CWP
Available Packages
Name : cwp-php
Arch : x86_64
Version : 5.6.37
Release : 1
Size : 8.1 M
Repo : cwp/x86_64
Summary : PHP 5.6 for CWP
URL : http://centos-webpanel.com/
License : Proprietary License
Description : PHP 5.6 For CWP
Code: [Select]
yum info cwpphp
Quote
Installed Packages
Name : cwpphp
Arch : x86_64
Version : 7.0.24
Release : 2
Size : 54 M
Repo : installed
From repo : cwp
Summary : PHP-FPM for cwpsrv
URL : http://centos-webpanel.com/
License : Proprietary License
Description : PHP-FPM Daemon for cwpsrv
So one is cwp server to access control panel and other functions. Second is php for centos web panel. Third is php-fpm for cwp server
You need to check what is taking space.
268
CentOS-WebPanel Bugs / Re: folder cannot be accessed by IP
« on: July 22, 2018, 09:08:39 AM »
Well I hope you have only 1 domain on server. If yes the try the below.
There should be "<VirtualHost IPAddress:80>"
Replace the with "<VirtualHost *:80>"
Save and restart apache.
Now your site should run fine with ip too
Code: [Select]
nano /usr/local/apache/conf/sharedip.conf
There should be "<VirtualHost IPAddress:80>"
Replace the with "<VirtualHost *:80>"
Save and restart apache.
Now your site should run fine with ip too
270
CentOS-WebPanel Bugs / Re: fpm PHP handler with PHP Switcher
« on: July 20, 2018, 06:56:25 PM »
yes dso is good.