[users@httpd] Http OPTIONS

2013-11-22 Thread Kegan Myers
I am writing an app that does a CORS preflight, and am trying to handle that in php. I have code that would work if it ever ran, I added some logging that logs the request method. After trying for a while in curl I can see that there are no instances of "OPTIONS" in the log. Doing some reading I s

Re: [users@httpd] file download persistancy afte failover

2013-11-22 Thread Eric Covener
On Fri, Nov 22, 2013 at 7:38 AM, Ali Majdzadeh wrote: > Hello List, > We have got two apache web servers that are load-balanced using LVS > (keepalived). At any point of time, one of the web servers is selected by > LVS (keepalived) in order to serve requests. Also, tcp connections are > synchron

Re: [users@httpd] Reverse Proxy, mod_proxy_html. How to rewrite JS-generated relative links?

2013-11-22 Thread Giovanni Gherdovich
Hello, Igor wrote: > > By using the absolute path in the dynamically created client side links. Nick wrote: > > You'll need to set ProxyHTMLExtended On [...] Thank you Igor and Nick for your replies. GGhh

[users@httpd] file download persistancy afte failover

2013-11-22 Thread Ali Majdzadeh
Hello List, We have got two apache web servers that are load-balanced using LVS (keepalived). At any point of time, one of the web servers is selected by LVS (keepalived) in order to serve requests. Also, tcp connections are synchronized by LVS sync-daemon between these two servers. By the way, th

[users@httpd] using server-status in default virtual host

2013-11-22 Thread Miguel Gonzalez
Dear all,   This probably is very easy but I can't get it to work.   I have enabled server-status in my apache 2.2 installation. I have several virtual hosts in 8080 http port, but when I try to reach:   http://xxx.xxx.xxx.xxx:8080/server-status   It defaults to the first virtual host.   Goo

Re: [users@httpd] Strange apache behaviour when lauching an externalbinary called by a perl script

2013-11-22 Thread ledoc
This issue is now resolved: my fortran binary handles very large arrays and complex functions requiring an unlimited stack size. Despite that the stack size limit was defined on a system-wide basis (in /etc/security/limits.conf), for any reason it appears that the "apache/perl/fortran binary"