php - Heroku and Mod_security: How to disable it -


i'm trying install piwik on heroku keep company's applications on same host. got other errors suppressed, 1 has stumped me:

get request piwik.php failed. try whitelisting url http authentication , disable mod_security (you may have ask webhost). after making change, restart web server.

heroku doesn't have guide on disabling mod_security , i've tried disabling through .htaccess file no luck.

what whitelisting url http auth mean? easier configure hacking stack disable mod_security?


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -