Im asking this here cause if i try more i think im going to lose my mind for sure
it seems i can't use php_value
or php_flag
but linking a php.ini using suPHP_ConfigPath works (for php files)
here's a list of stuff i tried in random order:
AddHandler application/x-httpd-php .otf
AddType
default_mimetype
application/vnd.oasis.opendocument.formula-template
auto_prepend_file = "otf.php"
zlib.output_compression = On
output_handler = ob_gzhandler
header("Content-type: application/octet-stream");
also renaming the .otf file to .php doesn't work either (all the php file on my server get gziped using zlib)
anyone got an idea? maybe an apache/php guru?
the answer is probably a mix of the list above but apparently im not doing it correctly