From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 15:16:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14DD8B0E for ; Sat, 26 Apr 2014 15:16:17 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 94C3615D1 for ; Sat, 26 Apr 2014 15:16:16 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id el20so1513650lab.14 for ; Sat, 26 Apr 2014 08:16:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=tuuisK9GHTHiQ49n3kpLUmE6GSRymx1EIXyoNUfScUM=; b=hr8YwkJ0jr5BnqV/XuX/fogK1GCDfSuO9VRtwHt84DUy913yvVFC6QsF3T1KNi5qmU iuEcEttPOanDL67j/pf1ypppXunWAvpCp+xmC1VuuHAFJahWdeUkxIt0gh1DkHX4Is+y FaGGaQ1Oj6KyDWWDM8OGCWxx448TtkjGOx+e2RuapVx9+VrYLELNmBmQSPJMy6hVr9st dBUFGay0XAtgU7qUrGpNz6AuicBFAHeXRr+JU8Ilc/owd/RBkpbHm+bKo8Ag7+nvENFl RYccht/1QJV1FaphxyuCIQKhvt8a7vRyDRp84QWApQk/hVr7md3CiVjJOQ1CrmKbRC6M JJ+A== X-Received: by 10.152.42.196 with SMTP id q4mr10637272lal.14.1398525373596; Sat, 26 Apr 2014 08:16:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.123.202 with HTTP; Sat, 26 Apr 2014 08:15:53 -0700 (PDT) From: Monah Baki Date: Sat, 26 Apr 2014 11:15:53 -0400 Message-ID: Subject: Apache 2.2.25 and IPaudit and cgi-bin To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 15:16:17 -0000 Hi all, I am running FreeBSD 9.2 release p4. I cannot seem to get the graphical parts of my cgi-bin scripts, it displays the text file instead. In my httpd.conf: AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all Thanks