Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Eric Covener
This is Likely due to "require valid user" in the later config sections that are more broad for where authentication is actually setup in the first config section. Authentication is setup here: > So you can't do require valid-user for any other URLs. On Sat, Jan 2, 2021 at 1:16 PM Jens Kall

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
This are the error.log messages, when I try to navigate to: /index/ /index/mod/ [Sat Jan 02 19:11:20.739385 2021] [rewrite:trace2] [pid 2532:tid 1160] mod_rewrite.c(483): [client fd00::1:60505] fd00::1 - - [www.kallup.net/sid#1ba4dff1d10][rid#1ba4fef6320/initial] init rewrite engine with request

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello Eric, what you think? The directive is wrong? Seems to be work, now, But the form "action" /login.php  where redirect, now. I can use "session" variables form php, but what I think is missing, what directive give/the information tp apache2.4 , that the This is what I have done:        

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Eric Covener
> ... > SetHandler form-login-handler Seems unusual to have this in such a general location. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Eric Covener
Could it be related to no AuthFormLoginRequiredLocation? On Sat, Jan 2, 2021 at 10:12 AM Jens Kallup wrote: > > Hello, > > I added a picture link, which shows the error message, > that comes, when i click "Login". > > in the decent yellow box: translated: > "unknow protocol" > > https://imgur.com

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello, in vhost:     # here, I have a /index.php (real file)         AuthFormLoginRequiredLocation "${APACHE_WEB}/443/index.php"     # this /index/index.php exists, too         AuthFormLoginSuccessLocation "${APACHE_WEB}/443/index/index.php" ${APACHE_WEB} should be fine, becuase: Defi

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Richard
> Date: Saturday, January 02, 2021 16:03:31 +0100 > From: Jens Kallup > > I added a picture link, which shows the error message, > that comes, when i click "Login". > > in the decent yellow box: translated: > "unknow protocol" > > https://imgur.com/FYER4Y7 Searching "PR_CONNECT_RESET_ERROR"

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello, I added a picture link, which shows the error message, that comes, when i click "Login". in the decent yellow box: translated: "unknow protocol" https://imgur.com/FYER4Y7 Jens Am 01.01.2021 um 21:27 schrieb Eric Covener: Does your error_log show a crash? AH00051 or AH00052? On Fri,

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello, I added a picture link, which shows the error message, that comes, when i click "Login". in the decent yellow box: translated: "unknow protocol" https://imgur.com/FYER4Y7 Jens - To unsubscribe, e-mail: users-unsubscr.

Re: [users@httpd] some questions to mod_rewrite

2021-01-02 Thread Daniel Ferradal
To find out if they are reasonable I would ask the nextcloud guys. They may be placeholder directives in case you are using certain plugin of theirs or similar. Cheers El jue, 17 dic 2020 a las 19:36, Lentes, Bernd () escribió: > > > > - On Dec 17, 2020, at 5:19 PM, Daniel Ferradal dferra...