How to fix unknown authz provider?
Posted by: HolyMoly (---.sitbs.at)
Date: April 12, 2023 04:09PM

Hi,

I have a virtual host like

<Directory "c:/wamp64/www/">
AllowOverride All
Require local
Require 124.100
Options +Includes +FollowSymLinks
</Directory>

And i get the errors:
>>> Unknown Authz provider: 124.100 .
>>> AH00526: Syntax error on line 22 of C:/wamp64/bin/apache/apache2.4.54.2/conf/extra/httpd-vhosts.conf:

not sure what to do

Options: ReplyQuote
Re: How to fix unknown authz provider?
Posted by: webmasterinnj (---.cmdnnj.fios.verizon.net)
Date: April 12, 2023 04:48PM

you just need to leave it as require local
remove require 124.100
local will work for all addresses so you dont need to specify any other ones.

[djswebserver.ddnsgeek.com]

Options: ReplyQuote
Re: How to fix unknown authz provider?
Posted by: Otomatic (Moderator)
Date: April 12, 2023 09:46PM

Hi,

Thé directory wamp64/www is reserved for thé VirtualHost localhost.

You may create a Virtualhost by Wampserver with the page Add a Virtualhost but you must use another directory inside wamp64/www/ liké wamp64/www/myosite/

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: How to fix unknown authz provider?
Posted by: HolyMoly (---.sitbs.at)
Date: April 13, 2023 08:17AM

Yeah,
thank you both, that was the solution!

Options: ReplyQuote
Re: How to fix unknown authz provider?
Posted by: RiggsFolly (Moderator)
Date: April 17, 2023 05:46PM

If you want to allow access from a whole Subnet like `124.100` as well as localhost then the syntax is

Require local
Require IP 124.100

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-



Edited 1 time(s). Last edit at 04/17/2023 05:47PM by RiggsFolly.

Options: ReplyQuote


Sorry, only registered users may post in this forum.