You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2021/07/01 12:38:13 UTC

[Bug 65419] Regexp parsing problem in ProxyPassMatch, Unable to find the relavant path

https://bz.apache.org/bugzilla/show_bug.cgi?id=65419

--- Comment #1 from Yann Ylavic <yl...@gmail.com> ---
(In reply to Abhishek Kr Sharma from comment #0)
> Apache conf:
> 
> <VirtualHost *:443>
>         ServerName apache.mettl.pro
>         ...
> </VirtualHost>

It looks like the VirtualHost above is not selected to handle the
connection/request.

> 
> 
> Error_logs:
> 
> [Thu Jul 01 14:50:05.496838 2021] [ssl:debug] [pid 7018:tid 139912673023744]
> ssl_engine_kernel.c(2425): [client 10.10.5.223:19000] AH02645: Server name
> not provided via TLS extension (using default/first virtual host)

This and the following logs show RewriteRule(s) outputs but nothing proxy
related.

Please check your VirtualHosts declarations/order with "apachectl -S", if SNI
is required to access this virtual host then it can't work for non-SNI clients.

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