Re: Reverse proxy to forward proxy to internet access

2023-05-27 Thread David Siembab
What does the project do for you and what would you like it do for you. Share ideas On Sat, May 27, 2023, 12:21 AM Miten Mehta wrote: > I consider from your reply that niginx reverse proxy cannot provide > internet access through a forward proxy like squid, websense or alike. > > I understand yo

learning python sloppy, but it works just change the versions for fedora haven't tried red hat or centos

2023-03-04 Thread David Siembab
the code is as follows and is very sloppy: #!/usr/bin/env python3 import subprocess as sp import os import pwd os.chdir(os.path.expanduser('~')) pcre2_version="pcre2-10.40" zlib_version="zlib-1.2.13" openssl_version="openssl-1.1.1p" nginx_version="nginx-1.22.1" deps = [ 'curl', 'wget', 'tree','p