Re: [us...@httpd] Reg: Apache redirection rule

2009-09-08 Thread Krist van Besien
On Wed, Sep 9, 2009 at 3:58 AM, sravan kumar wrote: > Hello apache gurus, > > I have a special request, > > when client hits the url > > http://www.domain.com/signup.jsp?banner_s=off4&rotation_s=off4 > > He should get the redirection to  the url below. > >  http://www.domain.com/signup.jsp > > > I

[us...@httpd] Reg: Apache redirection rule

2009-09-08 Thread sravan kumar
Hello apache gurus, I have a special request, when client hits the url http://www.domain.com/signup.jsp?banner_s=off4&rotation_s=off4 He should get the redirection to the url below. http://www.domain.com/signup.jsp I tired to add ad rule RewriteRule /signup.jsp(.*) http://www.domain.com/

[us...@httpd] Reg: apache redirection

2009-09-08 Thread sravan kumar
Hello apache gurus, I have a special request, when client hits the url http://www.domain.com/signup.jsp?banner_s=off4&rotation_s=off4 He should get the redirection to the url below. http://www.domain.com/signup.jsp I tired to add ad rule RewriteRule /signup.jsp9(.*) http://www.coregcr.co

Re: [us...@httpd] Apache 2.0.63 log timestamps

2009-09-08 Thread William A. Rowe, Jr.
Justin Amburn wrote: > Hi all, > > I’m new to the list—hello. I just wanted to ask you guys a question to > see if you might know “off the top” – Does anyone remember anything > about there being a known bug in Apache 2.0.63 that causes access log > timestamps to be out of order? A colleague men

[us...@httpd] Apache 2.0.63 log timestamps

2009-09-08 Thread Justin Amburn
Hi all, I'm new to the list-hello. I just wanted to ask you guys a question to see if you might know "off the top" - Does anyone remember anything about there being a known bug in Apache 2.0.63 that causes access log timestamps to be out of order? A colleague mentioned this behavior, but I have n

Re: [us...@httpd] Apache for Windows won't install

2009-09-08 Thread William A. Rowe, Jr.
John Oliver wrote: > Trying to install apache_2.2.13-win32-x86-openssl-0.9.8k.msi on a W2K3 > R2 Enterprise SP2 VM. After I click "Install", I get an error telling > me, "The system cannot open the device or file specified". The > Application Log says: > > Product: Apache HTTP Server 2.2.13 -- I

[us...@httpd] Apache for Windows won't install

2009-09-08 Thread John Oliver
Trying to install apache_2.2.13-win32-x86-openssl-0.9.8k.msi on a W2K3 R2 Enterprise SP2 VM. After I click "Install", I get an error telling me, "The system cannot open the device or file specified". The Application Log says: Product: Apache HTTP Server 2.2.13 -- Internal Error 2755. 110, C:\Dow

[us...@httpd] Apache high load problem

2009-09-08 Thread Csepregi Zoltán
Hi all, We have an Apache2 on our server, and we're getting very confused. Sometimes, but no periodically, the system load runs up very high, and we think it caused by apache. If I restart apache this time, the load falls back to a normal level. We've tried to watch and monitor a lot of things,

[us...@httpd] Htpasswd Authentication to A.D. Authentication

2009-09-08 Thread Carlos Williams
I currently have my web server configured to authenticate users from accessing anything https: on my server via htpasswd. It works great but is not becoming really annoying for users to have a password for Active Directory to login to their PC and then a separate password for the web server to acce

[us...@httpd] Re: [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-08 Thread Stéphane KLEIN
Le 08/09/09 11:57, André Warnier a écrit : Stéphane KLEIN wrote: I write a WebDAV server in Python. I found one issue with Apple Finder WebDAV client and I've noticed same issue with Apache mod_dav server. > Issue : when Finder explore a folder, Finder download the totaly of all > files !

Re: [us...@httpd] [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-08 Thread Krist van Besien
On Tue, Sep 8, 2009 at 11:57 AM, André Warnier wrote: > In any case, I use the Apache mod_dav module a lot, and I have never seen > this issue, even with buggy Microsoft Dav clients. I've seen this behaviour with eclipse and SVN (which uses WebDAV too). Just a simple browse of the source tree in

Re: [us...@httpd] [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-08 Thread André Warnier
Stéphane KLEIN wrote: I write a WebDAV server in Python. I found one issue with Apple Finder WebDAV client and I've noticed same issue with Apache mod_dav server. > Issue : when Finder explore a folder, Finder download the totaly of all > files ! Your subject line is probably spot on the prob

[us...@httpd] [mod_dav] Apple Finder webdav client launch many GET requests when I explore a folder

2009-09-08 Thread Stéphane KLEIN
Hi, I've posted this message on Apple forum (http://discussions.apple.com/thread.jspa?threadID=2148019&tstart=0) : """ Hi, I write a WebDAV server in Python. I found one issue with Apple Finder WebDAV client and I've noticed same issue with Apache mod_dav server. Issue : when Finder explore a

[us...@httpd] Max number of process that can be run on a box having X GB as RAM

2009-09-08 Thread Shibi NS
I have Linux machine which has 16 GB of RAM and Apache avg process size is 72 MB . What should be the ideal Max Clients so that there is better performance we can get from server and application ? Mem: 16410440k Process Size : 73603 K So max I can have ~220 process, but if I set max process a

[us...@httpd] audit logs

2009-09-08 Thread Melanie Pfefer
Hi, Before I build a script, I would like to know if anybody thought of auditing the apache log so that it reports the logins of the users who tried to access a certain folder, regardless whether the access was successful (Http response 200) or not (401 and 304) thanks ---