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

Pages: [1]
1
Apache / mod_brotli on CWP?
« on: November 22, 2017, 09:43:08 AM »
Did somebody tried mod_brotli from Google as alternative for gzip on CWP server using Apache?
I tried twice today and both fails because of versioning an not loading .so files, and now I'm giving try with kjdev's varaint of mod_brotli because Google official one failed twice as I said before.

2
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: November 04, 2017, 09:29:06 AM »
Also here is new Apache version

Code: [Select]
http://mirrors.whoishostingthis.com/apache/httpd/httpd-2.4.29.tar.gz

3
Scripts / Re: StingRay's Dark Theme for CWP
« on: October 31, 2017, 09:45:59 AM »
For all of you that have poblem installing this script this is how I personally did it because it caused errors other way

1) Use some SFTP program and gain root access using it (WinSCP in my opinion is best)
2) Go To /usr/local/cwpsrv/htdocs/admin/design/css and copy custom.css to personal computer somewhere
3) Edit custom.css file on PC using editor from your opinion with options from script (gist with clear code - https://gist.github.com/markoidzan/e0bf9527205a04bef3df09aa1509212b)
4) DELETE original custom.css file
5) Upload edited custom.css file
6) Restart cwpsrv with service cwpsrv restart in SSH
7) enjoy in theme

4
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: October 16, 2017, 05:28:59 PM »
So, you would need to put this line

LoadModule http2_module modules/mod_http2.so

Right below last LoadModule line in config file so it should look something like this

LoadModule some_module modules/module.so
LoadModule http2_module modules/mod_http2.so

And

Protocols h2 http/1.1

needs to be put before closing of config file

Also did you compiled correctly everything because this kind of error for a first looks like a just minor config file bug, but on second hand it maybe look like a bad compile.
Just for a try do as said for  first thing, then if it fails again notify me so I can give some advices as Sys Admin for couple of medium-big sized hosts with all enabled (finally) HTTP2 with CWP without issue.

5
Apache / Re: [Tutorial] Apache HTTP2 Module
« on: October 12, 2017, 12:05:29 PM »
Quic Reply, just to say man you are great and this works fine. Not a single problem was found within this simple tutorial and it works perfectly even on Production VPS using CWP.Pro ;)

6
Information / Re: CWP7.pro got downgraded to Free (standard)
« on: October 09, 2017, 10:29:17 AM »
Quick Reply to Main Developer - Can we got somehow in contact because I saw your name on PayPal receipt and we can talk in Croatian because we are croats ;)

another note: still didn't got back to pro -.-"

7
Information / CWP7.pro got downgraded to Free (standard)
« on: October 09, 2017, 06:39:46 AM »
Ok, so here my problem which happened yesterday night. I had to login to check some server stats and info about one domain which is ready to be made for one project which would be run from one VPS and found that is downgraded to free version, even trough we set up monthly payment in 1$ from admin's PayPal to CWP.
Now it is paid this month regulary but still isn't activated pro?
Why is this happening to happy customers which have set up multiple VPS with this panel, and now on production machine it got turned down -.-"

8
Apache / Re: HTTP2 / SPDY
« on: October 05, 2017, 12:04:53 PM »
Hello,

here I have same question after latest update of CWP7pro (bought it for one of VPS machines that is running in production)

When it would be released HTTP/2 support in Apache for CWP users because it would help to one user which now in dev machine have HTTP/2 manually compiled and it works fine, but now want it in CWP so it can go live on production VPS.

Pages: [1]