Jump to content
thirty bees forum

Question

Posted

Hello,

I am trying to install thirty bees to evaluate whether it fits my needs or not.

I read in the requirements that mod_auth_basic has to be disabled. Why is that? What does it break?

I looked up the documentation but I am confused, I do not want to disable it on my entire server, how do I disable it for the virtual host that will be serving thirty bees? What do I write in the directory tag or in the .htaccess file?

Thank you in advance for the information.

3 answers to this question

Recommended Posts

  • 0
Posted
14 hours ago, the.rampage.rado said:

I googled for hours before asking this question, the link you gave me is not an answer.

I understand that it is possible to disable the module in the directory tag in the virtual host declaration, or in the .htaccess file. However I can't find how exactly. 

  • 0
Posted (edited)
<IfModule mod_auth_basic.c>
	AuthBasicAuthoritative Off
</IfModule>

This does not work in the virtual host declaration, it could be added to htaccess but does this actually disable the module?

Edited by CasualRascal
  • -1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...