Hi All.
I could have the proxying to work perfectly, using the awesome step-by-step
link at
https://devops.profitbricks.com/tutorials/configure-apache-as-a-reverse-proxy-using-mod_proxy-on-ubuntu/.
Whenever I opened a URL of type http://Intermediatary/path/to/url in
*Server*'s browser, the content
Thanks for reply.
Earlier we had the model you described above.
tail -n0 -F /var/log/httpd/error_log /var/log/httpd/ssl_error_log | java
program
We experienced that there is some message loss, meaning java program was
not able to get few logs very irregularly. Though the number was very less
Hi,
I have apache 2.4 setup in a 2 node balancer configuration:
ProxyPass / balancer://cluster/ stickysession=JSESSIONID nofailover=Off
Order allow,deny
Allow from all
BalancerMember ajp://127.0.0.1:8009 route=g1
BalancerMember ajp://127.0.0.1:8010 route=g2
When I
So there's a restriction on $_SERVER[SERVER_PORT]? Is it compiled in?
On Mar 23, 2017 14:37, "Rainer Canavan" wrote:
[...]
>> SetEnvIf X-HTTPS "on" SERVER_PORT=443
>>
>> The above results in:
[...]
>> $_SERVER[SERVER_PORT]; => 80
We had the same problem a few years ago, and went with a
worka
On Wed, Mar 22, 2017 at 5:08 PM, Yann Ylavic wrote:
> On Wed, Mar 22, 2017 at 3:45 PM, Andrei Ivanov
> wrote:
> > On Wed, Mar 22, 2017 at 3:53 PM, Andrei Ivanov
> > wrote:
> >
> > Argh! You've sent more emails but Gmail received them out of order so I
> > didn't see your initial email about the
Hi,
Using Apache 2.4.10 on Ubuntu, I configured a bunch of virtual hosts
with SSL, plus an extra virtual host before them, to catch requests for
hostnames that are not otherwise defined.
When responding to a request to one of the regular virtual hosts, it
turns out that Apache sends the correct c
Dear all,
I am using Apache/2.4.10 (Debian). Following the Apache documentation, I am
trying to configure my server using DirectoryMatch. I get the expected behavior
concerning the directories I want to handle (only user whose name is the same
as the directory name can access to the directory).
Hi,
Using Apache 2.4.10 on Ubuntu, I configured SSLSessionCache like
SSLSessionCache shmcb:${APACHE_RUN_DIR}/ssl_scache(512000)
... where APACHE_RUN_DIR is /var/run/apache2.
During operating, the ssl_scache file is not created. However, according
to server-status, there are still entrie
Stick with rotatelogs and adjust your program (or provide a separate helper) to
read the logs from disk as a traditional log parser? That way, you have
standard logging behavior, your customizations aren’t altering httpd behavior,
and you could even drop your utility onto an existing Apache ser
[...]
>> SetEnvIf X-HTTPS "on" SERVER_PORT=443
>>
>> The above results in:
[...]
>> $_SERVER[SERVER_PORT]; => 80
We had the same problem a few years ago, and went with a
workaround in the end. We're simply setting and evaluating a
different variable instead of SERVER_PORT, e.g.
OVERRIDE_SERVER_P
Hello,
I have an apache issue without any log, and so i don't know where to
start to investigate.
Please,
how to add pertinent Log, What to test ? etc ...
The Issue :
===
apache stop answering :
the client initiate connection but nevers end. (client can be firefox,
chrome, java ...)
apa
11 matches
Mail list logo