logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache24 not callin custom plugin with "require all gra
Author
muniyal



Joined: 25 Sep 2014
Posts: 2
Location: India, Delhi

PostPosted: Fri 26 Sep '14 7:34    Post subject: Apache24 not callin custom plugin with "require all gra Reply with quote

I have installed Apache webserver version 2.4. We have a webserver plugin which is developed in c++ and is deployed on this webserver. This plugin does the job of authentication of users.

Issue is if I use :

<LocationMatch "/index.html">
require valid_user
</LocationMatch>

Apache2.4 Server Gives 500 internal server error

<LocationMatch "/index.html">
Require all granted
</LocationMatch>


My module/plugin is NOT ivoked, hence user not challenged.nPlease suggest me an apache24 directive which would call my module without giving interal server error
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 02 Oct '14 11:41    Post subject: Reply with quote

valid_user is not correct. It should be
Code:

Require valid-user
Back to top


Reply to topic   Topic: Apache24 not callin custom plugin with "require all gra View previous topic :: View next topic
Post new topic   Forum Index -> Other Software