Require group X
--Mark
Mark Lavi, Enterprise Web Management Team @ SGI
mailto:[EMAIL PROTECTED] || phone:+1-650-933-7707
-
From: Todd Hivnor [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 28, 2006 11:15 AM
To: users@httpd.apa
it pass md5 checks?
On 11/28/06, 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 remaini
change 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
> 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 buck
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 abl
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 brigade [500,
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 acc
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?--
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:
Require valid-user
Require user max