From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DyEzk-0007D9-1p for garchives@archives.gentoo.org; Thu, 28 Jul 2005 20:28:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6SKRMHI014606; Thu, 28 Jul 2005 20:27:22 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6SKNjUi017391 for ; Thu, 28 Jul 2005 20:23:45 GMT Received: by zproxy.gmail.com with SMTP id v1so330107nzb for ; Thu, 28 Jul 2005 13:24:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=R71VYBm9S7UVTcaFMuwxlrUVHaERp9JQCM2RuOBiFepKH1XgyFsYFdRpCzrjyDPqgBz0jpSunjf8jsITONKOzvw8O9m+WAd5wzuKqY+ClhRDxosO7201qiiFgQ8Neg+7dGXxnKivb6Q3RMCqGgJ5lliTFzgWohzcxO/82grA68A= Received: by 10.36.247.31 with SMTP id u31mr1994560nzh; Thu, 28 Jul 2005 13:23:49 -0700 (PDT) Received: from ?192.168.205.53? ([62.168.65.245]) by mx.gmail.com with ESMTP id m2sm685655nzf.2005.07.28.13.23.45; Thu, 28 Jul 2005 13:23:48 -0700 (PDT) Message-ID: <42E93ECF.20506@gmail.com> Date: Thu, 28 Jul 2005 22:23:43 +0200 From: q-parser User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] [OT] Apache Virtual Host Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d9d43bf8-824c-450b-87ec-03f6d24995ea X-Archives-Hash: eca614ebe499c143f786cbeb139bccfb I've got a problem with setting up a virtual host for my "koha" perl-based application. It has its own httpd.conf which I include into apache2.conf using Include directive. It looks like this: ##### Listen 85 ServerAdmin quickparser@centrum.sk DocumentRoot /usr/local/koha/opac/htdocs ServerName Gentoo-drak ScriptAlias /cgi-bin/koha/ /usr/local/koha/opac/cgi-bin/ Redirect permanent index.html http://Gentoo-drak:85/cgi-bin/koha/opac-main.pl ErrorLog /usr/local/koha/log/opac-error_log TransferLog /usr/local/koha/log/opac-access_log SetEnv PERL5LIB "/usr/local/koha/intranet/modules" SetEnv KOHA_CONF "/etc/koha.conf" #### Gentoo-drak is a name of my machine. Ok, when I try to connect to localhost using port 85, I get this error message: You don't have permission to access / on this server. I don't understand because DocumentRoot dir "/usr/local/koha/opac/htdocs" has 775 permissions. Could anybody advise me how to get this to work or tip me out some tutorial on virtual hosting? Thanks -- gentoo-user@gentoo.org mailing list