Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 50136 invoked from network); 17 Oct 2007 12:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 12:22:44 -0000 Received: (qmail 79166 invoked by uid 500); 17 Oct 2007 12:22:21 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 79156 invoked by uid 500); 17 Oct 2007 12:22:21 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 79145 invoked by uid 99); 17 Oct 2007 12:22:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 05:22:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tarmstrong@gmail.com designates 209.85.146.180 as permitted sender) Received: from [209.85.146.180] (HELO wa-out-1112.google.com) (209.85.146.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 12:22:22 +0000 Received: by wa-out-1112.google.com with SMTP id k22so2620533waf for ; Wed, 17 Oct 2007 05:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=D6bM4Bjfl0C6aiQN+Xz9b8veCEnE4gUNXmMU/sB+Ebg=; b=YptfOaGhPyeXVELc2WbrLWf06frYJi4vumx2W976QFREmbwG3AjtBt8bJ7+FuTbRgjkv7hUfJytTFH5DIo1L2BBeiTd8Yalh++gdGHb8IouMuEjUdLMvEaDDKQYrj7+nPGWtDO8wVbNRaSB3k5+ItN2MhtH6iwjLrxjbYWHfWRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GzPtzpuWVjsNa0MVQphmBpVej1QaT4DEiIaZCoM4ZvO9E13o3mTycoDAIzmH3PAoulQiHrRzwb1aFY9R5VU3fbIJJ5oAJJ0aIYtErPqxhImAor2cKcQuD4u+3u92VR5CmKZTZSm1RJc6YEpjvA4lIBEHz1/6Ug6S5d5sIpLMRk8= Received: by 10.115.55.1 with SMTP id h1mr9760883wak.1192623720914; Wed, 17 Oct 2007 05:22:00 -0700 (PDT) Received: by 10.114.14.14 with HTTP; Wed, 17 Oct 2007 05:22:00 -0700 (PDT) Message-ID: Date: Wed, 17 Oct 2007 14:22:00 +0200 From: "thomas Armstrong" To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Alias won't work within my httpd.conf Hi. Using Apache 2.0 on Linux (with 'mod_alias' loaded), I want to set an Alias: /events/ --> /usr/www/myproject/newweb/modules/events/web/ This is part of my 'httpd.conf': -------------------------------------------- ServerAdmin info@mydomain.com DocumentRoot /usr/www/myproject/newweb/web ServerName newweb.myproject.com ServerAlias newweb.myproject.net newwebmyproject.foo.com CBandSpeed 2048 35 40 ScriptAlias /cgi-bin /usr/www/cgi-bin/newweb php_flag display_errors 0 php_flag display_startup_errors 1 php_admin_value safe_mode_include_dir /usr/www/myproject/newweb php_admin_value safe_mode_exec_dir /usr/www/cgi-bin/newweb ErrorLog /usr/www-logs/newweb-error_log CustomLog "|/usr/local/sbin/cronolog /usr/www-logs/newweb-access_log_%m-%y" combined #Events module Alias /events/ /usr/www/myproject/newweb/modules/events/web/ Options Indexes FollowSymLinks Order Allow,Deny Allow from all AllowOverride all DirectoryIndex index.php ------------------------------------------------ But if I access: http://newweb.myproject.com/events/ I get a 404 error. Any similar experience? Thank you very much. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org