Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Only Info about Admin HTTP Authentication admin_http_authentication


mcmannehan

Recommended Posts

Some Server runs with NGINX as proxy for Apache. For Security reasons there don't send the
Superglobals: $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']

To fix this, add to follow code to /catalog/admin/.htaccess

<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>



			
		
  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Configuration >> Administrators
Report:

Additional Protection With htaccess/htpasswd
This osCommerce Online Merchant Administration Tool installation is additionally secured through 
htaccess/htpasswd means.

Tools >> Security Checks
Report:

Admin HTTP Authentication admin_http_authentication HTTP Authentication has not been set 
up for the osCommerce Administration Tool - please set this up in your web server configuration 
to further protect the Administration Tool from unauthorized access.

Some Server runs with NGINX as proxy for Apache. For Security reasons there don't send the

Superglobals: $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']

To fix this, add to follow code to /catalog/admin/.htaccess

<IfModule mod_rewrite.c>
 RewriteEngine on
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>

Sorry Admin i did double posting by accident and i can't delete the first posting.

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...