No more http access (internal server error)

roingr

New member
Joined
Dec 1, 2019
Messages
2
We have changed to Mariadb 10.4, everything went well, put on mod_security
We can create a new user, look at the basic screen with the creation date, upload to ftp, but once we are uploading, we receive an internal server error.
Everything is running (system information).
Sites that are already on line => no problem

Centos 7 + Apache + nginx reverse proxy + Redis
 
Is Mod_security new for this server? If so might look here.

Might take it off to see if it gives you back the server.

Is this a new server build?
did you run or any of this below?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build nginx_apache
./build modsecurity 
./build modsecurity_rules 
./build rewrite_confs
 
If it is a new server build.

You might want to run at least once

Code:
cd /usr/local/directadmin/custombuild
./build update
./build all d
 
We have rebuild everything, disabled, enabled, ....
Re installed the server with nginx reverse proxy => same problem
Re installed the server with varnish proxy server => solved


Resolved
 
Oh good. Glad you sorted it. You must have a custom setup Varnish isn't supported out of the box..
 
Back
Top