- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2021
05:43 PM
03-24-2021
05:43 PM
Internal Server Error after install 2.3.6 problem apache
I need help with the installation of magento 2.3.6 this is returning an error in apache:
core: alert] [pid 23385] [client 179.232.122.240:2423] .htaccess: Invalid comid command 'SetEnv', perhaps misspelled or defined by a module not included in the server configuration
I already wasted a lot of time researching and tested a lot, but nothing worked, could someone help me?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021
09:56 AM
04-08-2021
09:56 AM
Re: Internal Server Error after install 2.3.6 problem apache
Hello,
Short way for me:
in .htaccess comment this line:
## enable usage of methods arguments in backtrace
#SetEnv MAGE_DEBUG_SHOW_ARGS 1
Long way:
Try Enable mod_env in Apache
This happened to me in a clean installation of magento 2.3.6
Good luck!