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.


Topics - d2db

Pages: [1]
1
CentOS 7 Problems / Problem with showing domain
« on: December 14, 2017, 12:37:44 PM »
I used specific symbols (like cyrillic) in domain path. And when I added domain on domain list page I see nothing, none of domains.

2
CentOS 7 Problems / Hostname in CWP
« on: December 13, 2017, 08:54:45 AM »
Hi all,

I use in hostname custom domain and apache+nginx. But when I rebuild vhost config, on nginx non-ssl configuration instead "server_name mydomain.com" I see "server_name 10.15.25.33". And the file is named 10.15.25.33.conf.

As I see when creating configurations, somehow use an IP server, but not a hostname.

3
CentOS 7 Problems / How disable automatic change rights on home directory?
« on: December 04, 2017, 01:31:34 PM »
How do I disable the automatic change rights to the home directory?

I have not found any such options in the admin panel.

4
CentOS 7 Problems / Rotation logs in CWP
« on: November 19, 2017, 06:02:07 PM »
I have a suggestion. Maybe you need to use rotation logs, because when many people visit a sites, the log file has a very large size.

My rotation configuration in "/etc/logrotate.d/cwp"
Code: [Select]
/usr/local/apache/logs/*_log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
/bin/kill -HUP `cat /usr/local/apache/logs/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript
}

5
Backup / Change directory remote backup
« on: November 18, 2017, 10:19:02 PM »
I need to change the directory for storing backups on the remote server. How do I do this?

Now backup has save to dir cwp_remote.

6
SSL / Problem with Letsencrypt Manager when I use cutom vHost template
« on: November 02, 2017, 04:54:30 PM »
I have problem with Letsencrypt Manager when I use custom Apache vHosts template. Example, my DocumentRoot is "/home/username/public_html/blablabla/web".

When I update the hosts via CWP, only vhosts.conf is updated normally, and vhosts-ssl-letsencrypt.conf does not change.

7
CentOS-WebPanel Bugs / Different web server when use other protocols
« on: October 26, 2017, 04:03:43 PM »
When I chose web-server "Apache & Varnish Cache & Nginx Reverse Proxy", I have some problem, when go to site in http showing page nginx, https - apache. Why so?

8
CentOS 7 Problems / Different web server when use other protocols
« on: October 26, 2017, 04:00:54 PM »
Different web server when used other protocols.

If I use http - nginx, https - apache. why so?

Pages: [1]