Http 500 error - SuiteCRM

I migrated my SuiteCRM version 7.10.7 to an amazon EC2 server, I installed php7.2, mysql 5.6 and apache 2.4, but when I run the suiteCRM I get an http error 500 and nothing in the apache error logs!

Check your file permissions are correct? and also verify the ownership and groups of the files.
This documents may help you https://docs.suitecrm.com/admin/installation-guide/downloading-installing/

Thnks for reply! Now i dont have the error 500 anymore, but still dont work!

This is my logs:

Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] current_language is: pt_BR
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheFile
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheWincache
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheRedis
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheMemcached
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheMemcache
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCachesMash
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheMemory
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Using cache backend SugarCacheMemory, since 999 is less than 1000
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheAPC
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Found cache backend SugarCacheZend
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found language file: en_us.lang.php
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found extended language file: en_us.lang.ext.php
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found custom language file: en_us.lang.php
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found language file: pt_BR.lang.php
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found extended language file: pt_BR.lang.ext.php
Wed Jun 26 14:00:22 2019 [16572][-none-][INFO] Found custom language file: pt_BR.lang.php
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Hook called: ::server_round_trip
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Including module specific hook file for custom/modules
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Including Ext hook file for custom/application
Wed Jun 26 14:00:22 2019 [16572][-none-][DEBUG] Calling MySQLi::disconnect()

The log seems suiteCRM’s log. Please also check the apache log.

I already managed to fix the problem, I was missing a php modul. Thnks for reply!!