RE: [EMAIL PROTECTED] mod_rewrite and mod_jk help

2007-06-08 Thread Rony
Engine on RewriteLog /var/log/httpd/rewrite.log RewriteLogLevel 9 RewriteRule ^/(.*?)/(.*)$ /user/$2?user=$1 [L] - Rony - --- Allen Pulsifer <[EMAIL PROTECTED]> wrote: > > Now want when a user browse www.example.com/someusername/ > > httpd will forward the request to

[EMAIL PROTECTED] mod_rewrite and mod_jk help

2007-06-08 Thread Rony
' and add ?user=someusername at the end. Is this doable? Thanks alot for any tips. - Rony - Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/sea

[EMAIL PROTECTED] Log rotate for Apache 2.0

2006-04-18 Thread Rony
Hi, >From this link http://httpd.apache.org/docs/2.0/logs.html i found a link to http://www.cronolog.org/ Seems the project has not been updated for quite some time. Can somebody advise whether the cronolog is stable or good? What log rotate application do you use to rotate the log file on every

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

2006-01-22 Thread Rony Xu
r failover support and had great > success > with Apache, MySQL and Cyrus. > > Hope that helps. > > Gary Smith > > > -Original Message- > > From: Rony Xu [mailto:[EMAIL PROTECTED] > > Sent: Sunday, January 22, 2006 7:54 PM > > To: users@httpd.ap

[EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Rony Xu
Greetings experts, 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.