Re: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Stuart Low
Heya, > I have 1 apache webserver load balance a set of tomcats. > How do i setup a new apache webserver so that if the first one down, > the second apache webserver will be used and load balance the same set > of tomcats? Those two apache webservers will reside on different > physical servers. Y

Re: [EMAIL PROTECTED] Proxy and Virtual Host

2005-11-21 Thread Stuart Low
Heya, > www.mysite.com - IIS > www.mysite.net - IIS > svn.mysite.net - Apache > Is this possible? I'm not very familiar with Httpd, but I have set it > up about half a dozen times for Subversion. Thanks in advance for any > help! Yes it's possible. What you need to do is forward the incoming por

Re: [EMAIL PROTECTED] urgent configuration file help needed confused about that

2005-10-17 Thread Stuart Low
Heya, Ok, you haven't mentioned it but your paths seem to indicate it's this is on Debian. > I need to configure the name based virtual hosts(multiple websites > for single ip) and ip based virtual hosts in apache2. Ok. > I am reall got confused about the which file i need to configure > i.e /

RE: [EMAIL PROTECTED] Hacked the website replace the index.hm page

2005-05-08 Thread Stuart Low
Heya, PHP as a CGI also requires users (read, typically, morons) to add a shebang line to their scripts. What we do is put in an open_basedir for all vhosts at a bare minimum. Another favourite is the mod_suexec module additions for mod_php (I forget the exact name). Another countermeasure is mod