From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 21:04:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3667616A4CE for ; Thu, 24 Feb 2005 21:04:25 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85D543D45 for ; Thu, 24 Feb 2005 21:04:24 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so384933rng for ; Thu, 24 Feb 2005 13:04:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=K1QtvS60YOkLjT1vdF9GICWV6N8ubwdAI+VNfNhTIXFLP2QlbiizgEfAjv3OAeS2UvK7s97tu9bM3DUN6F6zu7NhMSYi52KwDc42pd/Ts0XaZaEVpE+N9ak9E18RiOxcAdg9FBzy2+jA9axndIHDq9FlWC1vuKteVy3sFvKZNDI= Received: by 10.38.161.73 with SMTP id j73mr42437rne; Thu, 24 Feb 2005 13:04:24 -0800 (PST) Received: by 10.38.22.7 with HTTP; Thu, 24 Feb 2005 13:04:24 -0800 (PST) Message-ID: Date: Thu, 24 Feb 2005 16:04:24 -0500 From: Danny To: FreeBSD-questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: OT: Apache installed from ports - broken images - more required? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2005 21:04:25 -0000 So, I just updated my Apache (latest 1.3x) install, and an existing config problem has been brought to light. Part of my httpd.conf has: Order Deny,Allow Allow from all AllowOverride All ServerAdmin webmaster@example.org DocumentRoot /usr/home/username/public_html ServerName www.example.org ServerAlias example.org ErrorLog /var/log/example.org-error_log CustomLog /var/log/example.org-access_log common AllowOverride All Alias /openwebmail "/usr/local/www/data-dist/openwebmail" So, the problem is: the images for openwebmail do not show up/are broken. Do I need to create a new: tag with /usr/local/www/data-dist/openwebmail? Exactly like the one above? Or am looking in the wrong are? Thank you, ...D