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
' 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
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
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
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.