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

2012-09-24 Thread congo thomas
hello, Can I host multible SSL sites on the same IP and port? (x.x.x.x:443) I want to setup a grand proxy for in front of a vast number of apache and iis (and other webservers), in order to avoid complex ssl configs throughout the platform, i want to reverse proxy as plain http to the backend,

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

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: VirtualHost *:80 ServerName bar.foo DocumentRoot /var/www/bar.foo/wwwroot SetEnv

[users@httpd] Cant modify LD_LIBRARY_PATH

2012-03-25 Thread congo thomas
hello world, So i have this vhost that looks like: VirtualHost *:80 ServerName bar.foo DocumentRoot /var/www/bar.foo/wwwroot SetEnv LD_LIBRARY_PATH /usr/local/mapserver/v52/lib SetEnv XLD_LIBRARY_PATH /usr/local/mapserver/v52/lib Directory/var/www/foo.bar/wwwroot/cgi-bin

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

2012-02-10 Thread congo thomas
hello dain, just to make sure: you did ofcourse stop the old httpd before doing this upgrade? i know that a running version cannot be patched on the fly, you need at least to restart it for it to discover new version and other metadata, and propably reload the libs. but i would suggest, since you

[users@httpd] ssl need explicit https

2012-01-27 Thread congo thomas
hello world, i have this webserver (apache 2.2.15 redhat) on which i want a vhost with ssl. i only want one nic, so i configured a new public ip to nat its port 443 into my local ssl port (not 443) for the vhost. The nat tunnels are open and works as expected. However when i setup apache to

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 Directory / set to None for allowoverride. My problem persists in having this set: VirtualHost *:80 ... Directory /var/www/website/ AllowOverride FileInfo

Re: [users@httpd] AllowOverride

2012-01-17 Thread congo thomas
are you testing? On Tue, Jan 17, 2012 at 9:42 AM, congo thomas apa...@thva.dk wrote: Hello world, I am being bullied by the security considerations of a standard apache installation on centos-5.6 and rhel-6 aswell - these apache are recent flavors from the respective repos of these platforms

[users@httpd] AllowOverride

2012-01-16 Thread congo thomas
Hello world, I am being bullied by the security considerations of a standard apache installation on centos-5.6 and rhel-6 aswell - these apache are recent flavors from the respective repos of these platforms. The problem is this snippet from httpd.conf ## Directory / Options FollowSymLinks

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

2012-01-13 Thread congo thomas
On Fri, January 13, 2012 20:48, Luisa Ester Navarro wrote: Thanks a lot to everyone who help me to solve the problem. I had installed phpmyadmin and they used it to attack my server. I found this in /var/log/httpd/access_log So which measures did you take into account to fix the problem?

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

2011-12-06 Thread congo thomas
On Tue, December 6, 2011 20:35, Yehuda Katz wrote: On Tue, Dec 6, 2011 at 2:23 PM, Alex Samad - Yieldbroker alex.sa...@yieldbroker.com wrote: 1) any idea if there is a tomcat (AJP) connector that would work or are all the standard modules compiled

Re: [users@httpd] Proxy Tomcat

2011-11-18 Thread congo thomas
Hello Ricardo, What i usually do for geo services, is to have a dedicated vhost for each service, i.e. one for your geowebcache and one for the mapservice, then its easy to proxy all wms requests onwards to the geowebcache, which subsequently could parse the requests to a basic wms service

[users@httpd] Healthcheck of proxy config

2011-09-29 Thread congo thomas
Hello good people, This is a request for sanity check of a running config under Apache 2.0.52. I have this single vhost that was configured long ago. I recently was handed over the ownership of the config, and it struct me that it was a bit peculiarly, in the sense that i am not all sure if the

[users@httpd] Proxy all but one location

2011-09-19 Thread congo thomas
/cache not being routed through tomcat? (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

[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