[Bug 63893] Bogus warning "unsupported command 20"

2021-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63893

--- Comment #8 from Avinash S  ---
Btw, I was developing proxy protocol for my company and found across this issue
still.

is the above mentioned fix is fine ?

what's your opinion ?

Thanks,
Avinash

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63893] Bogus warning "unsupported command 20"

2021-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63893

Avinash S  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63893] Bogus warning "unsupported command 20"

2021-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63893

--- Comment #7 from Avinash S  ---
This looks to be not working still. 
Since, we are checking for 
if (!conn_config->client_addr) {
ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r, APLOGNO(03496)
  "RemoteIPProxyProtocol data is missing, but required!
Aborting request.");
return HTTP_BAD_REQUEST;
}

We still return 400 Bad requests.
We may need to do something like below under switch statement
case 0x00: /* LOCAL command */
case 0x01: /* PROXY command */
switch (hdr->v2.fam) {
case 0x11:  /* TCPv4 */
ret = apr_sockaddr_info_get(_conf->client_addr, NULL,
APR_INET,
   
ntohs(hdr->v2.addr.ip4.src_port),
0, c->pool

And go ahead parsing client info even for LOCAL and so that
conn_config->client_addr is populated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 65097] New: reverse proxy ask for mutiple authentication and answer 400 and 401

2021-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65097

Bug ID: 65097
   Summary: reverse proxy ask for mutiple authentication and
answer 400 and 401
   Product: Apache httpd-2
   Version: 2.4.37
  Hardware: HP
OS: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Core
  Assignee: bugs@httpd.apache.org
  Reporter: julie.fark...@hotmail.com
  Target Milestone: ---

Created attachment 37711
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37711=edit
error showing report from powerBI on web server with reverse to it even though
session was opened from very little time less than 5 sec,in addition for asking
credentials multiple times before login

Dears,
i have apache(2.4.37) set up on cento 8.2 ,i set up a reverse proxy to power BI
Reporting server, it require windows authentication...however when i enter the
password correctly it ask for it multiple times before login me in, answers
shows in console are 400 and 401 ..even though the password is correct 
i have test same configuration on apache 2.4.6 on Centos 7 it shows nothing
wrong
i tried adding ProxyPassReverseCookieDomain,removing ProxyPassReverseCookiePath 
same thing 

could u help me with this issue please
i believe it is a bug as apache 2.4.6 on centos 7 showed nothing wrong
reverse proxy configuration is the following


ProxyPreserveHost On
ProxyPass /PBIRS/ http://ip:8091/PBIRS/
ProxyPassReverse /PBIRS/ http://ip:8091/PBIRS/
ProxyPassReverseCookiePath /PBIRS/ http://ip:8091/PBIRS/


ProxyPreserveHost On
ProxyPass /powerbi/ http://ip:8091/powerbi/
ProxyPassReverse /powerbi/ http://ip:8091/powerbi/
ProxyPassReverseCookiePath /powerbi/ http://ip:8091/powerbi/



-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 60862] Authentication through APACHE reverse proxy

2021-01-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60862

Julie  changed:

   What|Removed |Added

 CC||julie.fark...@hotmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org