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

Pages: [1]
1
They delete messages with content that they've been hacked :)

It's very stupid of them to do that. And do not make official statements...  what the hell? a lot of people bought the Pro version, but the admins doesn't care!

2
Nginx / Need help with - http auth
« on: August 02, 2018, 08:14:44 PM »
Here is solution for Nginx with PHP-FPM

Code: [Select]
location /subfilder/ {
       index index.php;
       auth_basic "Unauthorized";
       auth_basic_user_file /home/user/.dashauth;
}

But it doesn't work right with Apache + Nginx Reverse Proxy :( login works, but it offers to download php file...

I'm missing something

3
Functions / Disable Autoindex posible?
« on: August 02, 2018, 08:31:44 AM »
I'm using apache + nginx, as far as I know by default it is disabled in Nginx.
But not in CWP.

is there any way to turn it off?

4
Apache / Re: HTTP2 / SPDY
« on: August 01, 2018, 11:43:44 PM »
Thanks!!!

Can I also edit nginx_proxy_vhost to force https?
Code: [Select]
return 301 https://$host:443$request_uri;
Not sure where to insert it, but I think here
Code: [Select]
server {
listen YOURSERVERIP:NGINXPORT;
return 301 https://$host:443$request_uri;
access_log /var/log/nginx/access.YOURDOMAIN.log;

5
Suggestions / HTTP2, Force SSL, fail2ban
« on: August 01, 2018, 07:44:02 PM »
Hi dev

it's mid-2018, and you still don't have these settings\features in panel :-\

There are plans for them?

6
FTP / Virtual users broken (solved)
« on: August 01, 2018, 07:46:07 AM »
Hello

Trying to connect to ftp using created user ex: admin@domain.com  always get 530 error.

Downloaded FTP Configuration file for filezilla = 530 error.

do they work for anyone?  :(

UPD: password was too long (12 characters is the maximum)  :o

7
Apache / Re: HTTP2 / SPDY
« on: August 01, 2018, 01:53:40 AM »
on new version you can easily enable http2 on nginx (nginx + apache)
But how??? there is no info on wiki, or the forum...

8
Installation / Status unknown
« on: July 31, 2018, 08:23:57 PM »
Hi

just installed panel on 1gb DO server, and not all features are enabled ???


+
Farewall is also disabled.

Thats because 1gb or my installation went wrong?

9
Installation / Re: Firewall contact email
« on: July 30, 2018, 10:03:00 PM »
Magic UI i guess  :o

10
Thanks!

Dev, pls add this info to that page.
http://centos-webpanel.com/system-requirements

Pages: [1]