Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 16:51:35 +0200 (CEST)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40923: www/apache2: static page delivery problem
Message-ID:  <200207231451.g6NEpZgl050296@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help

>Number:         40923
>Category:       ports
>Synopsis:       www/apache2: static page delivery problem
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 23 08:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Jul 22 03:17:54 CEST 2002 naddy@kemoauc.mips.inka.de:/usr/obj/usr/src/sys/KEMOAUC alpha

>Description:

apache-2.0.39_7 (also prior port revisions) from ports/www/apache2
does not properly serve static pages.

I have set up Apache to serve the FreeBSD documentation tree:

<Location /doc>
    DirectoryIndex article.html
</Location>
<Location /doc/books>
    DirectoryIndex book.html index.html
</Location>

where ${DocumentRoot}/doc is a symlink to /usr/share/doc/en_US.ISO8859-1.

When browsing with opera from a host in the LAN, it takes some 15
to 20 seconds(!) to display a page.  Checking the client CPU usage
shows that this is *not* rendering time.

When browsing with w3m, I always get an empty document on first
access and need to execute a reload to view the page.

I also run a CVSweb on the same Apache, and this works fine.
The problem appears to be limited to static pages.

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207231451.g6NEpZgl050296>