How to enable mod_auth_basic Apache module?

Please double check using a phpinfo.php file. Like smtalkl says it should be enabled by default.
Maybe Prestashop just does not detect it somehow.
 
Please double check using a phpinfo.php file. Like smtalkl says it should be enabled by default.
Maybe Prestashop just does not detect it somehow.
I checked it and it says that its enabled
Code:
$_SERVER['Authorization']
But I faced some problems with Prestashop and server config (Apache+Nginx as proxy+FastCGI). API wont work, it says 401 unatuhorizated while trying to connect via remote app.
 
Seems Prestashop has issues with Nginx as I read this topic:
So it looks like a Prestashop issue, not a DA issue. Can't help you either, I don't use Presta (well. tested it several years ago, but that's all).
 
Seems Prestashop has issues with Nginx as I read this topic:
So it looks like a Prestashop issue, not a DA issue. Can't help you either, I don't use Presta (well. tested it several years ago, but that's all).
Even If I use Apache and Ngninx is only as proxy?
 
There should be no issues as a proxy. Did you try switching the PHP mode (to PHP-FPM for example)?
 
Back
Top