Wow! great solution. So we have to use htdbm. Is this the standard way of
doing it or are there other alternatives?
On Sun, Jul 3, 2022 at 9:08 PM Simon Harrison wrote:
> On Sun, 3 Jul 2022 20:26:45 +0600
> Ahmad Ismail wrote:
>
> > Who writes to dbm password files? I mean ho
no built-in module that provides user registration - that is
> something you would need to implement yourself.
>
> - Y
>
> On Sun, Jul 3, 2022 at 7:29 AM Ahmad Ismail wrote:
>
>> I can use `mod_auth_basic` or `mod_auth_digest` for authenticating
>> users.
>
I can use `mod_auth_basic` or `mod_auth_digest` for authenticating users.
I can sign in or sign out using mod_auth_form.
How to sign up when using the Apache authentication system?
I guess that module has to write to dbm password files.
Just to be clear, I want to use `mod_authn_socache` to ma
*Users:*
- User1 is Executive of Company1
- User2 is Manager of Company1
- User3 is Executive of Company2
- User4 is Manager of Company2
- User5 is Executive of both Company1 & Company2
- User6 is Manager & Executive of Company2
- User7 is Manager of both Company1 & Company2
Thank you very much. My problem is solved.
*Thanks and Best Regards,Ahmad Ismail*
On Thu, Jun 23, 2022 at 7:52 PM Eric Covener wrote:
> > My question is, can I give apache ADD_HTTP_RESPONSE_MESSAGE instead of
> writing it on my own.
>
> IIUC this is a component that adds heade
TTP response message to it) and
then send the response back to the client.
Thanks and Best Regards,
*Ahmad Ismail*
On Thu, Jun 23, 2022 at 4:40 PM Yehuda Katz wrote:
> You still have a bunch of options. Some possibilities using your own code:
>
> - Your CGI script or binary called b
to *pipe the
outputs to get the final response*.
How can I do that? Do I need to extend the apache server in any way (like
creating any module or something like that).
*Thanks and Best Regards,Ahmad Ismail*
On Wed, Jun 22, 2022 at 8:52 PM Eric Covener wrote:
> you can use CGI to prototype
APP will output json (for REST API).
Here, `ADD_UI --output web` will add HTML, CSS, JS etc. to the JSON output.
Can apache help me send the requests to CLI_APP via STDIN and serve
the final output of `ADD_UI --output web`?
Thanks and Best Regards,
Ahmad Ism