From owner-freebsd-apache@FreeBSD.ORG Fri Oct 31 20:41:00 2008 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D01D106567C for ; Fri, 31 Oct 2008 20:41:00 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id D4A6E8FC14 for ; Fri, 31 Oct 2008 20:40:59 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1410406wfg.7 for ; Fri, 31 Oct 2008 13:40:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=gnnlG6ZaN3SAZdREduPu7sAxc6qPi78SKBE7K6P0ICU=; b=NCSWgz77S3FBKgmcmY67cyxzhZbCejQYAA0GNrulRF4Ja18tl+I/EcrsVgQj2ffzQ+ ukDaV5cCynSQavh8Rk56QT6v/lbOi52RtGcsswpPq/6GA30FeeEgHakjNJ/QroX2KYn4 eg3XVxDc7YfsDV4zFoF2ieJPsh76na/fEe8Xk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=HTyCIAlUP+AXemD5SX2CfW0syN0CKxDiKO/U1NTYaLb6mSjVjwImgPmgrLgszsgu/t OkSt91V5fnlg7tP67+zHIjzJqMhFN+UJ90JGi0runwTGASlJrN6j6Kmbcro8jVuX6eUC enwM3UVGOmH6a+vSInfcWT56SBQf65zDlK/Ak= Received: by 10.143.13.16 with SMTP id q16mr2034489wfi.326.1225484078191; Fri, 31 Oct 2008 13:14:38 -0700 (PDT) Received: by 10.142.144.17 with HTTP; Fri, 31 Oct 2008 13:14:38 -0700 (PDT) Message-ID: <235b80000810311314n425c6adek70dd9f41a8eb806d@mail.gmail.com> Date: Fri, 31 Oct 2008 22:14:38 +0200 From: "tethys ocean" To: apache@freebsd.org In-Reply-To: <235b80000810311312u46dc0979ndf7d4dc0687095fb@mail.gmail.com> MIME-Version: 1.0 References: <235b80000810311312u46dc0979ndf7d4dc0687095fb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: pyhton apache X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 20:41:00 -0000 Hi all I have a problem, a freebsd box that is apache22 and python25-2.5.2_3, mod_python-3.3.1_2 after upgrading phyton web site has stoped with this error "Internal Server Error" in http-errorlog[Thu Oct 30 22:26:46 2008] [error] [client 65.54.112.34] File does not exist: /home/aleni/www-home/static/robots.txt [Thu Oct 30 23:03:28 2008] [error] [client 38.87.44.102] File does not exist: /home/aleni/www.tmp/static/robots.txt [Thu Oct 30 23:08:57 2008] [error] [client 85.75.231.172] File does not exist: /home/aleni/www-home/static/robots.txt [Fri Oct 31 01:26:52 2008] [error] [client 212.36.146.10] File does not exist: /home/aleni/www-home/static/robots.txt [Fri Oct 31 05:05:15 2008] [warn] RSA server certificate CommonName (CN) ` aleni.net' does NOT match server name!? [Fri Oct 31 05:05:15 2008] [warn] Init: SSL server IP/port conflict: www.aleni.net:443 (/usr/local/etc/apache22/extra/httpd-vhosts.conf:105) vs. static.aleni.net:443 (/usr/local/etc/apache22/extra/httpd-vhosts.conf:154) [Fri Oct 31 05:05:15 2008] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!! *[Fri Oct 31 05:05:15 2008] [notice] mod_python: Creating 0 session mutexes based on 256 max processes and 0 max threads.* *[Fri Oct 31 05:05:15 2008] [notice] mod_python: using mutex_directory /tmp * [Fri Oct 31 05:05:15 2008] [notice] Digest: generating secret for digest authentication ... [Fri Oct 31 05:05:15 2008] [notice] Digest: done [Fri Oct 31 05:05:16 2008] [notice] Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.7e-p1 mod_python/3.3.1 Python/2.4.4 PHP/5.2.4 with Suhosin-Patch configured -- resuming normal operations [Fri Oct 31 10:06:21 2008] [error] [client 195.217.151.57] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:) when check apache config file * LoadModule python_module libexec/apache22/mod_python.so LoadModule php5_module libexec/apache22/libphp5.so PythonOption mod_python.mutex_directory "/tmp" PythonOption mod_python.mutex_locks 0 * and also in http_vhost.conf SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /home/aleni/www/ PythonOption TracUriRoot / i cant normalize server and open to web page if any help (solution) appreciate -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart.