I'm afraid that you're not capable of formulating a coherent question or
problem. As such, I'm probably going to lose interest in this thread.
On Wed, Sep 19, 2018 at 8:24 PM Osman Zakir
wrote:
> I went to the app with the reverse proxy but the Google Map didn't
> display.
>
> I read about DNS,
I went to the app with the reverse proxy but the Google Map didn't display.
I read about DNS, but my problem is just how to get my server app to take the
subdomain I want it to take. I get the feeling that I need to find a place
where I can put the server application so that it'll take the doma
The first step would be to provide useful troubleshooting information. Use
curl on the server. Read about networking and DNS, in general.
As for the environment variables, proxying shouldn't affect those. Can you
describe the issue you have with those, in detail?
On Wed, Sep 19, 2018 at 7:24 PM O
I tried to navigate to the app with the virtual host URL on MS Edge and got
"Hmm...We can't reach this page". I don't know how to map a domain or
subdomain to my server app, either.
And I need to know how to get the environment variables to work with Apache's
reverse proxy. Again: the environ
It would be better if you explained your current problem better instead of
using expressions like "doesn't seem to be working correctly".
As for the testing, you can use curl on the server itself to see if httpd
can reach the backend.
On Mon, Sep 17, 2018 at 2:38 PM Osman Zakir
wrote:
> I alrea
On Wed, Sep 19, 2018 at 4:35 PM @lbutlr wrote:
>
> Is it possible to do something along these lines in the apache.conf files?
>
> DocumentRoot /usr/local/www/roundcube/
> ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000${DocumnetRoot}$1
>
> (that is, not have to repeat the information that is alr
Is it possible to do something along these lines in the apache.conf files?
DocumentRoot /usr/local/www/roundcube/
ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000${DocumnetRoot}$1
(that is, not have to repeat the information that is already in the
configuration)
--
I WAS NOT TOUCHED "THERE"
libcrypt has nothing to do with libcrypto/libssl of openssl. They can be
loaded in parallel. Because crypt was implemented in triple DES 156 bit,
proven to convey only 112 bits of encryption strength, that cipher is no
longer a part of openssl. But the system library for crypt'ed passwords
remains.
On Wed, Sep 19, 2018 at 10:47 AM Osman Zakir wrote:
>
> I need a host to map it to.
I don't understand what you mean. Apache config doesn't affect DNS.
Either the hostname resolves to an IP that lands at your server or it
doesn't.
> As for the path; do I not need the ones for the Access Key an
I need a host to map it to.
As for the path; do I not need the ones for the Access Key and API Key?
From: Eric Covener
Sent: Wednesday, September 19, 2018 7:43 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Reverse Proxy and Virtual Host
On Wed, Sep 19,
On Wed, Sep 19, 2018 at 10:35 AM Osman Zakir wrote:
>
> Hi again.
>
> I'm attaching my httpd.conf file here; please read it and tell me if I did it
> correctly. I start the Apache HTTP Web Server as a service and then try to
> navigate to the virtual host URL, but I get MS Edge's error page abo
Hi again.
I'm attaching my httpd.conf file here; please read it and tell me if I did it
correctly. I start the Apache HTTP Web Server as a service and then try to
navigate to the virtual host URL, but I get MS Edge's error page about it not
being able to reach the page.
httpd.conf
Descriptio
Dear all,
I am setting up an Apache v2.4 httpd reverse proxy for another server
hosting Atlassian Confluence.
The proxy's private IP address is 10.0.0.77, its public IP address is
77.77.77.77, and a DNS A record maps the public IP to
confluence.example.com.
There is a NAT in place:
- 77.77.77.77
13 matches
Mail list logo