Control Web Panel

WebPanel => Apache => Nginx => Topic started by: Anava on October 22, 2019, 04:55:32 PM

Title: Error 500 Internal server error
Post by: Anava on October 22, 2019, 04:55:32 PM
Hi team, I Canīt install the following script in CENTOS WEB PANEL
because I het error 500 And I donīt know how to fix, somebody can help me please?.
installation guide:
- put everything on the server
- create the database
- take the sql in folder  it has in the /install/ folder and turn on the bench
- Edit the app / config / config.php fill the parameters.
Ready, login and password: admin / admin (do not forget that the .htaccess is a hidden file and many people forget to get on the server.
Script:
https://drive.google.com/file/d/1a-g4vIk25FMS1ylons9apSCC3fX9xNQI/view?usp=sharing

Title: Re: Error 500 Internal server error
Post by: Anava on October 22, 2019, 05:44:49 PM
I fount this Extra Configuration but I donīt know how to set it.
Here are the integrations that you can configure on the product after installation.

Nginx Servers
The product was designed to work by default for Apache servers. This is an extra thing that I provide for NGINX users although support is NOT guaranteed for NGINX servers.

The rewrite rule for NGINX that you need to add so that the urls work is the following:

rewrite ^\/(.+)$ /index.php?altum=$1 last;
This command should be added in your domain.conf nginx file in the location / { ... } field
Title: Re: Error 500 Internal server error
Post by: 00sete on February 02, 2021, 09:41:28 PM
I have the same problem, did I solve it?
Title: Re: Error 500 Internal server error
Post by: Igor S. on February 22, 2021, 10:40:14 AM
There are nothing about CWP as I see. You must check your website log in /usr/local/apache/domlogs/ if you have a problem.