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

Pages: [1] 2
1
CentOS 7 Problems / Re: Problem with showing domain
« on: December 17, 2017, 10:45:31 PM »
Use punycoded name for this domain https://www.punycoder.com
Hi,

Not the domain name, but the path to the site.

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

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

4
I have small solution:
Code: [Select]
sudo chmod 755 /home
sudo chattr +i /home

But be careful if you use this in live server. This is not secure.

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

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

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

8
Backup / Re: backup to compressed file
« on: November 18, 2017, 10:17:33 PM »
I also expect some changes in the backups...I need compression

9
SSL / Re: Problem with Letsencrypt Manager when I use cutom vHost template
« on: November 05, 2017, 08:38:25 AM »
Maybe, need create template for https sites, like module vhost_tpl?

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

11
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: November 01, 2017, 09:59:10 PM »
Mihai
Pls, fix version APR, APR-Util and Apache

what kind of issue do you have with apr, apr-util and apache ?
Problem like this

12
CentOS-WebPanel Bugs / Re: Different web server when use other protocols
« on: October 29, 2017, 01:30:09 PM »
currently https is served via apache only but on new version it will be served via nginx (it is under testing)
Thanks for answer. Will this functionality be tested for a long time?

13
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: October 28, 2017, 08:06:30 PM »
Mihai
Pls, fix version APR, APR-Util and Apache

14
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: October 27, 2017, 10:59:06 PM »
Will http2 in CentOS web panel be configured on by default?
yes soon it can be configured in nginx reverse proxy
Cool!

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

Pages: [1] 2