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

Pages: [1]
1
Apache / Re: HTTP2 / SPDY
« on: November 13, 2017, 09:52:53 PM »
The guide specifies how to do it when using NGINX, but a guide for doing it with Apache 2.4.2X would help as not everybody has the possibility to install NGINX without breaking a lot of functionality.

If I could install NGINX without issues, then this guide would be perfect. But since I cannot, then I had to create this thread :)

2
Apache / Re: HTTP2 / SPDY
« on: October 02, 2017, 07:35:38 PM »
I've seen a new update for CWP.
Does this include HTTP2 or SPDY, or is it not ready yet for production environments?

If it is, how should the Apache be re-compiled to get all the needed modules?

3
Apache / Re: HTTP2 / SPDY
« on: July 23, 2017, 06:22:00 PM »
How is the progress on this? Any release near?

4
Apache / Re: HTTP2 / SPDY
« on: July 04, 2017, 08:55:03 PM »
This is awesome Sandeep!
CWP will be hosting much faster pages with this enabled. It's going to help the speed a lot.

5
Apache / Re: HTTP2 / SPDY
« on: June 27, 2017, 06:16:43 PM »
Apparently it can be done with "--enable-http2" but don't know where the Apache source is, so I can see if every dependency is there on a Centos6 installation.

https://httpd.apache.org/docs/2.4/howto/http2.html

6
Apache / Re: HTTP2 / SPDY
« on: June 11, 2017, 08:01:30 PM »
Anybody know how to enable / compile this in?

This will make the First Time To Reply go drastically down.

7
Inside /usr/local/apache/conf/httpd.conf

Check if the following is enabled and then do "services httpd restart"

LoadModule authz_host_module modules/mod_authz_host.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule dir_module modules/mod_dir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so

These are the ones required for Wordpress sites to function.

8
What type of error do you get when you visit the page?
What does the apache error log state? (/usr/local/apache/logs/error_log)

9
Apache / Re: expires_module
« on: June 07, 2017, 04:18:59 PM »
You can enable the module either through the CWP web console (Apache settings -> Apache Configuration)
or by editing /usr/local/apache/conf/httpd.conf through terminal.

Then remove # from the line # LoadModule expires_module modules/mod_expires.so
Save the file and then restart HTTP / Apache either from the CWP web console (Dashboard) or by using terminal "service httpd restart"

10
Apache / HTTP2 / SPDY
« on: June 06, 2017, 05:22:40 PM »
Running the Apache 2.4.25, PHP 7.0.19.

Is there are way to get HTTP2 and/or SPDY working with CWP?

When looking, the HTTP2 and SPDY are not in the usual compiled version.

Reason is to get down the First Time To Reply which is very slow when running normal HTTP and be up to date with latest technology.


11
Backup / Re: backup to compressed file
« on: May 24, 2017, 09:37:55 PM »
Also looking forward to this. Any updates?

12
CentOS-WebPanel Bugs / List Accounts
« on: May 15, 2017, 10:48:40 AM »
CWP version: 0.9.8.236
Apache version: Apache/2.4.25
PHP version: 7.0.19
MySQL version: 5.7.18
FTP version: 1.0.36

When accessing List Accounts, popup window shows:

DataTables warning: table id=userTable - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1

Above the table it shows correct number of users, but table is empty.

13
PHP / Re: How to remove unwanted php version?
« on: March 02, 2017, 06:34:11 PM »
Has this been fixed?

Pages: [1]