Re: [users@httpd] Some basic (idiotic) queries regarding tunnelling-proxy

2017-03-23 Thread Ajay Garg
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

Re: [users@httpd] external log reader not getting restarted every hour

2017-03-23 Thread Milind Vaidya
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

[users@httpd] Tomcat balanced to instance before its ready - any API to control when its re-balanced?

2017-03-23 Thread Wayne W
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

Re: [users@httpd] Re: Spoofing SERVER_PORT/HTTPS env?

2017-03-23 Thread Andrei
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

Re: [users@httpd] mod_lua and subprocess_env

2017-03-23 Thread Andrei Ivanov
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

[users@httpd] Unexpected extra certificate

2017-03-23 Thread Peter Thomassen
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

[users@httpd] Apache configuration - DirectoryMatch directive: Error in regex evaluation

2017-03-23 Thread MARTIN, FANNY
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

[users@httpd] SSLSessionCache file not created

2017-03-23 Thread Peter Thomassen
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

RE: [users@httpd] external log reader not getting restarted every hour

2017-03-23 Thread Houser, Rick
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

Re: [users@httpd] Re: Spoofing SERVER_PORT/HTTPS env?

2017-03-23 Thread Rainer Canavan
[...] >> 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.

[users@httpd] apache stop answering

2017-03-23 Thread Jean-Marie DUNO
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 ...)