Re: [EMAIL PROTECTED] Problem with htaccess (/year/month/day/)

2007-05-26 Thread Joshua Slive
On 5/25/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: I'm trying to make my website works with http://www.domain.com/2007/05/25/foo to server http://www.domain.com/redirect.php With Apache 2.2, my .htaccess: RewriteEngine On RewriteRule ^([0-9]+)/([0-9]+)/([0-9]+)

Re: [EMAIL PROTECTED] Redirect clients

2007-05-26 Thread Red al tubor
Hello Yeah that is what i need..."load balancing" techniques... if u have any good documents to read.. anyway i was wondering about what shall i edit inside /etc/httpd/conf.d like this i will redirect the clients to another site??? can u give me more information Regards, RN On 5/26/

[EMAIL PROTECTED] Apache input filter

2007-05-26 Thread Martin Høgedal
I am currently writing a Thesis with the pupose of constructing a security module for the Apache Webserver based on information send by client requests. To do this i need to acquire POST data when a POST request is made, but still preserving the POST data for the content generator. I decided to imp

Re: [EMAIL PROTECTED] Redirect clients

2007-05-26 Thread justin wright
thru mod_proxy_balancer you can do load balancing. - Original Message From: Don Russell <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Saturday, May 26, 2007 11:01:56 AM Subject: Re: [EMAIL PROTECTED] Redirect clients Red al tubor wrote: > hello, > Any idea about how can we redir

Re: [EMAIL PROTECTED] Redirect clients

2007-05-26 Thread Don Russell
Red al tubor wrote: hello, Any idea about how can we redirect all the clients after a specified time or load on the cpu... to another site Through apache... Create the necessary config paragraph in a separate file in /etc/httpd/conf.d via a cron job and restart httpd (by the same cron j

Re: [EMAIL PROTECTED] RE: Apache web server efficiency go down with increasing uptime.

2007-05-26 Thread spacemarc
2007/5/26, kalaj <[EMAIL PROTECTED]>: Thanks for your reply :) Boyle Owen wrote: > >> -Original Message- >> From: kalaj [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, May 22, 2007 6:17 PM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] Apache web server efficiency go down >> w

[EMAIL PROTECTED] RE: Apache web server efficiency go down with increasing uptime.

2007-05-26 Thread kalaj
Thanks for your reply :) Boyle Owen wrote: > >> -Original Message- >> From: kalaj [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, May 22, 2007 6:17 PM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] Apache web server efficiency go down >> with increasing uptime. >> >> >> I u

[EMAIL PROTECTED] Re: Question?

2007-05-26 Thread Red al tubor
Thanks for your help.. But i am also wondering when i use for Examples Red Hat Cluster suite to perform High Availability and Load balancing solution is there any configuration needed to be configured for the Apache service... Regards Redouane N. On 5/26/07, Red al tubor <[EMAIL PROTECTED]> wro

Re: [EMAIL PROTECTED] Question?

2007-05-26 Thread Jaqui Greenlees
--- Red al tubor <[EMAIL PROTECTED]> wrote: > Hello All, > we are going to establish a e-service through the > web to serve approximately > 1000 hits a minute... > What is the best solution for us to use 2x HTTP > servers and a HA solution??? > The e-service web use php... > > Regards, > RN >

Re: [EMAIL PROTECTED] RE:Oracle Application Server 10g HTTPD???

2007-05-26 Thread Red al tubor
Hi and if i have three servers with Apache , how we can serve error page. Regards redoua On 5/23/07, Stephen <[EMAIL PROTECTED]> wrote: *Red al tubor < [EMAIL PROTECTED]>* wrote: If I want to let the client see my error page when the clients past the server MaxClients setting,what can I do?

[EMAIL PROTECTED] Redirect clients

2007-05-26 Thread Red al tubor
hello, Any idea about how can we redirect all the clients after a specified time or load on the cpu... to another site Through apache... Regards, Redouane

[EMAIL PROTECTED] Question?

2007-05-26 Thread Red al tubor
Hello All, we are going to establish a e-service through the web to serve approximately 1000 hits a minute... What is the best solution for us to use 2x HTTP servers and a HA solution??? The e-service web use php... Regards, RN