Re: [users@httpd] RE: Apache authorization using require dbd-group from SQL Server database

2021-02-06 Thread Yann Ylavic
Hi Kyle, On Sat, Feb 6, 2021 at 12:21 AM Kyle Hansen wrote: > > After a lot of work, I was able to solve this myself. I updated the > previously linked Stack Overflow link with the solution, but am copying it > here for completeness. Thanks for the feedback. > > My Apache Version was 2.4.6 b

Re: [users@httpd] Reverse proxy to a tor .onion-site?

2021-02-06 Thread Dino Ciuffetti
> https://www.example.com to localhost:9050 (default port for tor's SOCks > proxy) and change the address to http://xyz.onion. Is that possible? I don't think it's possible to use apache as a reverse proxy behind a SOCKS forward proxy since the ProxyRemote directive doesn't seem to support SOCKS

[users@httpd] Reverse proxy to a tor .onion-site?

2021-02-06 Thread Jerome Lille
Hi I wonder if the following is possible, and if so, if there's a howto. Can one setup Apache so that it would relay all traffic to https://www.example.com to a .onion-site on the tor network? I'm thinking that httpd and a tor relay would sit on the same server, the httpd would be configured to r