[users@httpd] load balancing based on source IP

2014-12-19 Thread congo
requests to another backend - but on the same hostname and url. is it possible ? br congo - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] ProxyPass based on time of day

2014-12-02 Thread congo
Hello chiefs, i recall reading about httpd proxy setup where a vhost would use one proxypass before noon and another after noon (for instance). i.e. proxypassing based on what hour it is of the day... however i cant recall where i saw this config, and maybe theres a small chance that its

[users@httpd] Multible SSL sites for a single httpd/IP

2012-09-24 Thread congo thomas
, where initial connection is https.. I recently read something about apache httpd being able to do this, however, it never before came across my attention... br congo - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [users@httpd] Cant modify LD_LIBRARY_PATH

2012-04-06 Thread congo thomas
Friends, Please, if this is obvious and thats why no one responded, please hint me. I am thinking that LD_LIBRARY_PATH might be a reserved word. However i cant believe that i couldnt modify this var, per vhost. br congo On Wed, March 28, 2012 09:49, congo thomas wrote: > Any ideas on why t

Re: [users@httpd] Cant modify LD_LIBRARY_PATH

2012-03-28 Thread congo thomas
Any ideas on why this bevaior? My httpd is apache 2.2.3 on centos. br congo On Sun, March 25, 2012 23:11, congo thomas wrote: > hello world, > > So i have this vhost that looks like: > > ServerName bar.foo > DocumentRoot /var/www/bar.foo/wwwroot > SetEnv

[users@httpd] Cant modify LD_LIBRARY_PATH

2012-03-25 Thread congo thomas
going on, and how do I get around it? br Congo - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Upgrading from httpd 2.2.3 to 2.2.22

2012-02-10 Thread congo thomas
think we can expect the package managers to take this in mind. what will happen to a 2.2.22 that is suddenly minor patched as being 2.2.3-->2.2.17 for instance, maybe some modules survive but the grand picture looks spoiled. thats my ½ cent. br congo On Fri, February 10, 2012 23:19, HAR

[users@httpd] ssl need explicit https

2012-01-27 Thread congo thomas
tried rewriting the url to use https; though rewriting rules was not respected at all... How can i do this? br congo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [users@httpd] AllowOverride

2012-01-19 Thread congo thomas
Hello world, am i the only one with this trouble? br congo thomas On Tue, January 17, 2012 13:52, congo thomas wrote: > I am having the set to None for allowoverride. > My problem persists in having this set: > > > ... > > AllowOverride FileInfo > ... > > >

Re: [users@httpd] AllowOverride

2012-01-17 Thread congo thomas
than None in your block. Instead, find (or create) the > block that refers to the directory where you're actually > planning to place a .htaccess file. > > What is exactly not working and how are you testing? > > On Tue, Jan 17, 2012 at 9:42 AM, congo thomas wrote: &

[users@httpd] AllowOverride

2012-01-16 Thread congo thomas
one at /var/www/website, its okay if they are not read from /var/www/websites/congo/. Not that i have a few vhost containers, so the generic solution would be appreciated to implement. Ive spend hours locating the problem, and hours trying various combinations and browsing suggestions through - no

Re: [users@httpd] attack on apache - solved -

2012-01-13 Thread congo thomas
; Cheers > > Luisa > This debate have been interesting to follow - like many of the others... br congo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersl

Re: [users@httpd] Q) apache + W2008R2 + NLB

2011-12-06 Thread congo thomas
ry distribution of mod_jk offers simpler installation. > > > >> 2) what worker model is it mpm or single thread ? > > There is a special MPM for Windows. > http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html > br congo

Re: [users@httpd] Proxy Tomcat

2011-11-18 Thread congo thomas
ince you might have to do some changes, it could be useless for your specific setup. //congo On Fri, November 18, 2011 22:54, Ricardo Bayley wrote: > Hi folks, > > I am trying to proxy a request. > I have this input > > http://someAddress/wms?val1=1&val2=2 > > > it sh

[users@httpd] Healthcheck of proxy config

2011-09-29 Thread congo thomas
another.ip Allow From yet.another.ip br congo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: us

[users@httpd] Proxy all but one location

2011-09-19 Thread congo thomas
t? (tomcat serves it aswell, but since its static content, i want to skip this layer due to heavy load; hence performance issues with the java tomcat serving it). br congo thomas - The official User-To-User support forum of the A

[users@httpd] limit access to certain query strings

2011-07-05 Thread congo thomas
Hello chiefs, How do i limit (allow/deny) access to certain query strings? Actual example: 1) I want to allow only 'user1' access to http://example.com/yadayada/?page=abc 2) I want to allow only 'user2' access to http://example.com/yadayada/?page=def 3) I want to allow everyone access to everythi