Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44B5910F8B for ; Fri, 7 Feb 2014 01:30:51 +0000 (UTC) Received: (qmail 28414 invoked by uid 500); 7 Feb 2014 01:30:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 28344 invoked by uid 500); 7 Feb 2014 01:30:47 -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 28303 invoked by uid 99); 7 Feb 2014 01:30:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 01:30:47 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rgelfand2@gmail.com designates 209.85.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-lb0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 01:30:41 +0000 Received: by mail-lb0-f170.google.com with SMTP id u14so2130416lbd.15 for ; Thu, 06 Feb 2014 17:30:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JIcgPL1LWadCa58F4FHS8UEcLZYHXQgoMrGTbYdK+j8=; b=PR2+WQ6A3dJJJw1C8b/QOaNbIbIqWxY2ENkXHNQjSfq3A9gNBLqBYfKtCfDsWY/ENd d5XGsx6r4FxqcEe7bukxN1sJhYZrKbpiYox6JoXo37jAejy6c+AliMnUD0sHow7dHEKv ikE9kXQpzMMHhj8IlvYnR/aPxufZHS6YoP1GPT+n9SzX3Iaz6NFlOMLhXd5kxAdHcpJQ 3b3nuqtKNA+66UGVQysiGOMb94AoyezCmKN9QWFzU166q9URz+7dG2Mees93MzXUrgFW TcxuGq7piTmTxbw4bKH5wHM9CdJpubQDl6DEBMVQrTQKmDHhxZ638fcoVxU7c2SLIJxZ 3Iiw== MIME-Version: 1.0 X-Received: by 10.112.22.196 with SMTP id g4mr80944lbf.47.1391736620406; Thu, 06 Feb 2014 17:30:20 -0800 (PST) Received: by 10.114.93.42 with HTTP; Thu, 6 Feb 2014 17:30:20 -0800 (PST) Date: Thu, 6 Feb 2014 20:30:20 -0500 Message-ID: From: Roman Gelfand To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] File doesn't exist I am not sure why I am getting this error. It actually brings up the site but stylesheet is not applied. [Thu Feb 06 20:17:57 2014] [error] [client 192.168.0.209] File does not exist: /var/www/dspam/usr, referer: http://dspam.mail.tld/dspam.cgi my site config SuexecUserGroup dspam dspam Addhandler cgi-script .cgi Options +ExecCGI -Indexes Alias / "/var/www/dspam/" Addhandler cgi-script .cgi Options +ExecCGI -Indexes DirectoryIndex dspam.cgi AuthType Basic AuthName "DSPAM Control Center" AuthUserFile /etc/dspam/webfrontend.htpasswd Require valid-user AllowOverride None Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org