Re: [EMAIL PROTECTED] Apache management and benchmark/test tools

2007-02-07 Thread Steve Feehan
ce it's not my cup of tea) but you might take a look at webmin. It supports apache configuration: http://www.webmin.com/ http://www.webmin.com/screens/apache.gif Maybe your distro has a graphical apache management interface?

Re: [EMAIL PROTECTED] Apache 2.2 with redirect and CGI

2007-02-07 Thread Steve Feehan
accomplish the different wiki per hostname at the moin level. > We've been working our way through documentation, but clearly still have > a lot to learn. Good luck! Let me know if the above works out OK. -- Steve Feehan ---

Re: [EMAIL PROTECTED] error while loading shared libraries: libpq.so.5

2007-02-07 Thread Steve Feehan
library search path. See the ld(1) man page for the -rpath option. Also, see the gcc(1) man page for passing arguments to ld (specifically, the -Wl option): gcc -Wl,-rpath,/usr/local/pgsql/lib ... etc ... Maybe others I

[EMAIL PROTECTED] define variable for only one virtual host container

2007-01-03 Thread Steve Feehan
p with so far). Any ideas? Thanks! -- Steve Feehan - 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 PRO

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Steve Feehan
ed to be world readable, but only executable to the user/group that apache runs as. -- Steve Feehan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for

Re: [EMAIL PROTECTED] Load Balancing with session count method

2006-09-21 Thread Steve Feehan
r factors. > May be it's already exist somewhere or you can suggest how to make it easy > Thanx ! You might want to look at pound: http://www.apsis.ch/pound/ We use it for load balancing Zope. Maybe it will work wel