Problem with some "Options" parameter in .htaccess apache

sgala

Verified User
Joined
Jul 10, 2017
Messages
26
On my old directadmin with apache I used
Options All -ExecCGI -Indexes -Includes +FollowSymLinks
But on my new it just doesn't work.
I made a bit testing and find out that using
"All", "-ExecCGI", or "-Includes" brings the error "Internal Server Error" and I can't understand why.
I checked apache error log - but there is nothing at all about this.
What should I do?
 
DA does not allow you to control "ExecCGI" param, just take it out, as it's off by default :)
 
Back
Top