For instance, my nginx proxy config:

        root /var/www/html;

        location /.well-known { root /var/www/html; }
        location / {
        proxy_pass                      https://127.0.0.1:444;
       }

You’d just do the same thing with Pound.

I’d set a small webserver on the pound server, set it to listen on port 81, and 
just configure pound to point to that.

Service
        Url “^\.well-known”

        Backend
                Address 127.0.0.1
                Port 81
        End
End
Service
        Url “.*”
        
        Backend
                Address yourapacheserver
                Port yourapacheport
        End
        (rest of config here as necessary
End




------

 
Joseph Gooch
sapphirek12.com <http://sapphirek12.com/> | office: (866) 366-9540
 
CONFIDENTIALITY STATEMENT
The documents and communication included in this email transmission may contain 
confidential information.  All information is intended only for the use of the 
above named recipient(s).  If you are not the named recipient, you are NOT 
authorized to read, disclose, copy, distribute, or take any action on the 
information and any action other than immediate delivery to the named recipient 
is strictly prohibited. If you have received this email in error, do NOT read 
the information and please immediately notify sender by telephone and email and 
immediately delete this email.  If you are the named recipient, you are NOT 
authorized to reveal any of this information to any unauthorized person and are 
hereby instructed to delete this email when no longer needed. 
 

On 12/5/17, 4:14 PM, "Alan" <[email protected]> wrote:

    Hi,
    
    I've posted my question on
    
https://serverfault.com/questions/886583/how-to-configure-pound-proxy-to-pass-requests-to-well-known-directory,
    however it seems not many people are well familiar with Pound, so I've
    found out I needed to subscribe to this mailing list to get support.
    
    We have Apache running behind Pound and so we are having troubles with
    Let's Encrypt requests and renewals, and need to pass requests to the
    .well-known directory and its sub-directories directly to Apache port.
    
    Could anyone explain how to do this on Pound? Thanks!
    
    --
    To unsubscribe send an email with subject unsubscribe to [email protected].
    Please contact [email protected] for questions.
    

Reply via email to