[EMAIL PROTECTED] CustomLog questions

2005-09-03 Thread Dan Trainor
Hello, all - I had a question about CustomLog. Are things logged to this log during, or after the event has happened? If I download a large file, would the event be loged prior to completion of the file, or would it be logged after completion of the file? Thanks -dant -

Re: [EMAIL PROTECTED] Running as authenicated user?

2005-09-03 Thread Dan Trainor
Benjamin Donnachie wrote: I hope I'm asking this in the right area... I've searched the apache docs with no luck so far... My server runs procmail as the mail delivery agent and ideally I would like to use procbuilder (http: //www.uvm.edu/opensource/?Page=procbuilder.html) as a frontend to allo

[EMAIL PROTECTED] Using ForceType on wildcards, directories

2005-09-03 Thread Dan Trainor
Hello, all - I've been doing some investigation on using ForceType in conjunction with some wildcard characters. Something such as "inside all directories prefixed by mystring-*, I want to ForceType this/type". Aside from needing to learn a bit more about regex's, I think I have it pretty m

Re: [EMAIL PROTECTED] LocationMatch and RewriteRule

2005-09-03 Thread Joshua Slive
On 9/3/05, David Hodgson <[EMAIL PROTECTED]> wrote: > I have the lines: > > RewriteLog "/var/log/apache2/rewrite.log" > RewriteLogLevel 3 > > >RewriteEngine On >RewriteRule "^/zope$" http://SERVER.NETWORK/zope/ [R] > There is no reason for this to be inside a section since the Rewrite

[EMAIL PROTECTED] Running as authenicated user?

2005-09-03 Thread Benjamin Donnachie
I hope I'm asking this in the right area... I've searched the apache docs with no luck so far... My server runs procmail as the mail delivery agent and ideally I would like to use procbuilder (http: //www.uvm.edu/opensource/?Page=procbuilder.html) as a frontend to allow users to easily edit the

[EMAIL PROTECTED] LocationMatch and RewriteRule

2005-09-03 Thread David Hodgson
I think I may have missed something, so can I ask if someone can explain where I've gone wrong. I have the lines: RewriteLog "/var/log/apache2/rewrite.log" RewriteLogLevel 3 RewriteEngine On RewriteRule "^/zope$" http://SERVER.NETWORK/zope/ [R] To try to redirect request for the url /

Re: [EMAIL PROTECTED] CGI response using chunked Transfer-Encoding, Apache erroneously adding Content-Length

2005-09-03 Thread André Malo
* Paul Richards wrote: > Hi, > I'm attempting to write a CGI script response which has the > Transfer-Encoding header set to "cunked". Apache is buffering the > output and erroneously adding a Content-Length header which is > forbidden by the HTTP spec [1]. Well, this is a bad thing. The CGI spe

[EMAIL PROTECTED] CGI response using chunked Transfer-Encoding, Apache erroneously adding Content-Length

2005-09-03 Thread Paul Richards
Hi, I'm attempting to write a CGI script response which has the Transfer-Encoding header set to "cunked". Apache is buffering the output and erroneously adding a Content-Length header which is forbidden by the HTTP spec [1]. Does anyone know of a way to fix this problem and generate a real chunke

RE: [EMAIL PROTECTED] Front Page editor to Unix Apache2

2005-09-03 Thread Steven Pierce
http://www.rtr.com/fpsupport/faq.htm Try this link. It will give you some information on how to install them. RTR.com has the only ones that I know work. HTH *** REPLY SEPARATOR *** On 9/2/2005 at 3:55 PM Mark Zander wrote: >What server OS? (Sorry, I was assuming some fl

RE: [EMAIL PROTECTED] Re: Apache won't run on XP

2005-09-03 Thread Rick Dettwyler
Ah. The windows equivalent to ps. DOH! Thanks for that. And when I added the PID column to my taskmgr I see that Skype is holding it. Thanks a lot, Rick -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Shankar Unni Sent: Friday, September 02, 2005 4:31 PM To: users@ht

Re: [EMAIL PROTECTED] current priority of the httpd process

2005-09-03 Thread Nick Kew
On Friday 02 September 2005 22:14, William A. Rowe, Jr. wrote: > Apache httpd, from the ASF, does not muck with priority - it's something > your previous administrator had accomplished externally or hacked themself. More likely it's the operating system, which manages priorities dynamically so tha