S
S
Sergey2015-08-04 18:18:17
Apache HTTP Server
Sergey, 2015-08-04 18:18:17

Is it possible to change the design of apache authorization?

Previously, I did not delve into this issue.
It looks like a standard javascript popup. Is it possible to make authorization using your own design (block with inputs), but in such a way that it checks passwords in the htpasswd file or not? Of course with all the Apache settings from the config. Or is it impossible? If possible, is there a detailed guide on the topic somewhere?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Pavlenko, 2015-08-04
@butteff

The system window cannot be changed.
But you can make a modal window in JS + CSS, and then use PHP to check access. But in this case, it is already much easier to make an implementation on the same MySQL.
In any case, it will no longer be a standard authorization tool.

A
Anton Shamanov, 2015-08-04
@SilenceOfWinter

Perhaps if you are familiar with php, for example, send a request with ajax and authorize with curl

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question