Re: [EMAIL PROTECTED] Failed downloads: Could not get next bucket brigade

2006-11-29 Thread Todd Hivnor
, Todd Hivnor [EMAIL PROTECTED] wrote: I've got one user who always seems to have problems downloading files from my Apache server. She reports that the download process hangs, often with 1% of the file remaining to download. The server logs have this error: (104)Connection reset

RE: [EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-29 Thread Todd Hivnor
On LimitExcept GET HEAD OPTIONS Require group X /LimitExcept /Directory --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 - From: Todd Hivnor [mailto:[EMAIL PROTECTED

RE: [EMAIL PROTECTED] Failed downloads: Could not get next bucket brigade

2006-11-28 Thread Todd Hivnor
I've got one user who always seems to have problems downloading files from my Apache server. She reports that the download process hangs, often with 1% of the file remaining to download. The server logs have this error: (104)Connection reset by peer: Could not get next bucket

RE: [EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-28 Thread Todd Hivnor
the permissions on the directory to be read only. --Mark Mark Lavi, Enterprise Web Management Team @ SGI mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707 - From: Todd Hivnor [mailto:[EMAIL PROTECTED] Sent: Monday, November 27, 2006 3:44 PM

[EMAIL PROTECTED] Limiting COPY method for WebDAV to one direction

2006-11-27 Thread Todd Hivnor
I am running WebDAV on my Apache 2.0.51 server on Fedora Core 2. I would like to allow users to copy files _from_ a certain directory, but not _into_ it. However, if I allow the COPY method (via a the LimitExcept tag) then I am allowing copy _from_ and copy _to_. There doesn't seem to be

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
You need to enable CGI. I have codes like: AddHandler cgi-script .cgi Options +Indexes +ExecCGIAtul Mishra [EMAIL PROTECTED] wrote: Hi I have installed apache http server. i am trying to access bugzillaindex.cgi page. but i am getting the html source code for that page .can some body help me?--

Re: [EMAIL PROTECTED] i am getting html source code display instead of Page.

2006-11-04 Thread Todd Hivnor
See http://www.bugzilla.org/docs/2.22/html/configuration.html#httpTodd Hivnor [EMAIL PROTECTED] wrote: You need to enable CGI. I have codes like: AddHandler cgi-script .cgi Options +Indexes +ExecCGIAtul Mishra [EMAIL PROTECTED] wrote: Hi I have installed apache http server. i am trying to access

[EMAIL PROTECTED] WebDAV config ... want to support COPY operations, but only in 1 direction

2006-11-02 Thread Todd Hivnor
I have a WebDAV server, running Apache 2.0, where each user has their own user directory. They should have read/write access to their own directory, and read-only access to everyone else's directory. I've used configuration code like this: Directory /home/apache/file-server/Users/Max Limit GET