Re: [EMAIL PROTECTED] Load Balancer

2008-09-01 Thread WhoAmI
/blog I think that with a small modify you can use it to process requests of the home directory (/) WhoAmI On Mon, 1 Sep 2008 02:15:45 -0700 (PDT), elsergio <[EMAIL PROTECTED]> wrote: > > > Hi, > > > /etc/apache2/lb_map: > poolwww1|www2|www3|www4 &

Re: [EMAIL PROTECTED] is there a free control panel for apache?

2008-08-29 Thread WhoAmI
I think you can use ISP-CP Omega on free bsd whit some modifies. You can also try whit SysCP or ISP-Config. WhoAmI On Fri, 29 Aug 2008 16:36:45 +0300, "Yavuz Maslak" <[EMAIL PROTECTED]> wrote: > Hello, > > I use apache20,php5.2 and mysql5.0 on Freebsd7.0. > &

Re: [EMAIL PROTECTED] Load Balancer

2008-08-29 Thread WhoAmI
Hi, if you need just a simple load balancing you can use something like this: /etc/apache2/lb_map: poolwww1|www2|www3|www4 And in a .htaccess file: RewriteEngine On RewriteMap servers rnd:/etc/apache2/lb_map RewriteRule ^(/blog.*)$ http://${servers:pool}.domain.com$1 [R,L] WhoAmI On

Re: [EMAIL PROTECTED] limiting user?

2008-08-28 Thread WhoAmI
I think you can find many tutorials on-line. You have to use the system-quota and, php open_basedir directive and some chroot options, it's very simple. WhoAmI On Wed, 27 Aug 2008 17:08:49 -0400, "Zach Uram" <[EMAIL PROTECTED]> wrote: > I wish to add a user account for

Re: [EMAIL PROTECTED] Apache2 rewrite_log_lock

2008-08-27 Thread WhoAmI
------ >> 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: [EMAIL PROTECTED] >> " from the digest: [EMAIL PROTECT

[EMAIL PROTECTED] Suexec - VhostAlias. Is it possible?

2008-08-27 Thread WhoAmI
set a "global" SuexecUserGroup? Maybe that SuexecUserGroup $(USER) $(GROUP) works fine? (CGI scripts have to run whit their owner, i don't need any strange service). Thanks PS: sorry for my bad English, i'm an italian student :) -- -WhoAmI- Email: [EMAIL P