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.60) (envelope-from <gentoo-user+bounces-50808-garchives=archives.gentoo.org@gentoo.org>) id 1GNAnR-00041w-Je for garchives@archives.gentoo.org; Tue, 12 Sep 2006 16:07:38 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8CG6nTr021764; Tue, 12 Sep 2006 16:06:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8CG15x3026874 for <gentoo-user@lists.gentoo.org>; Tue, 12 Sep 2006 16:01:05 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A758E64614 for <gentoo-user@lists.gentoo.org>; Tue, 12 Sep 2006 16:01:04 +0000 (UTC) Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32683-16-4 for <gentoo-user@lists.gentoo.org>; Tue, 12 Sep 2006 16:00:58 +0000 (UTC) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by smtp.gentoo.org (Postfix) with ESMTP id 1482164659 for <gentoo-user@gentoo.org>; Tue, 12 Sep 2006 16:00:51 +0000 (UTC) Received: by wx-out-0506.google.com with SMTP id s19so2075701wxc for <gentoo-user@gentoo.org>; Tue, 12 Sep 2006 09:00:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BrUgTWunaWfheObthjsXW6JtepiZ9SL8btNcCHX7IMgPTMloSp0zSH8Y7hh6aRGKpM/nnNHXjQ6sHRKAzo61bEYdx5bYraBZEsp3+kKFTTKvNMWsS4hWZvOtHVY+zZg6p1j66Cji1prxw48du6H4AD+t0/57bcMa7xVgGmkTuz8= Received: by 10.90.78.1 with SMTP id a1mr2218044agb; Tue, 12 Sep 2006 09:00:50 -0700 (PDT) Received: by 10.65.248.16 with HTTP; Tue, 12 Sep 2006 09:00:50 -0700 (PDT) Message-ID: <7225537e0609120900g3ee0a46cx89f776c8bd5fb589@mail.gmail.com> Date: Tue, 12 Sep 2006 12:00:50 -0400 From: "Shawn Singh" <callmeshawn@gmail.com> To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Help Configuring MoinMoin Wiki Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_191776_28318790.1158076850752" X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Status: No, score=-1.175 required=5.5 tests=[AWL=1.089, BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, HTML_50_60=0.134, HTML_MESSAGE=0.001] X-Spam-Score: -1.175 X-Spam-Level: X-Archives-Salt: 4b4ebfa2-f6bf-4a26-97c8-9cc7197897e9 X-Archives-Hash: d277ea19ee97e418edae602cfcaf4235 ------=_Part_191776_28318790.1158076850752 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone configured moinmon? I'm emerged it but when I try to access the site I'm getting the following error: Not Found The requested URL /moinmoin/moin.cgi was not found on this server. Apache Server at localhost Port 80 I can see the default page for apache at http://locahost, so I'm sure the web server is running. I followed directions provided at ( which may not have been what I needed ... ): http://moinmoin.wikiwikiweb.de/HelpMiscellaneous Here is a configuration for virtual hosting with special permissions on Gentoo Linux. The following configuration is for Apache2 config files. Just put it all in httpd.conf for Apache 1. Add this to /etc/apache2/conf/vhosts/vhosts.conf NameVirtualHost * <VirtualHost *> ServerName www.domain.org ServerAlias domain.org DocumentRoot /var/www/domain.org/htdocs </VirtualHost> <VirtualHost *> ServerName wiki.domain.org Alias /wiki/ "/usr/share/moin/htdocs/" Alias /favicon.ico "/var/www/htdocs/favicon.ico" ScriptAlias / "/usr/share/moin/mywiki/moin.cgi/" </VirtualHost> Add this to /etc/apache2/conf/commonapache2.conf <Directory /usr/share/moin/htdocs/> Order deny,allow Allow from all </Directory> <Directory /usr/share/moin/domain.org/> Order deny,allow Allow from all </Directory> I'm still getting the same error. I've also changed the /moinmoin directory to be owned by apache instead of root, but that has not had any affect either. Any ideas? Thanks, Shawn -- "...to raise a signal means to turn the light on; ... Responding to a signal means turning the light off (and, under System V, hoping the bulb won't blow when it's next turned on)..." --- Dan Bernstein ------=_Part_191776_28318790.1158076850752 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone configured moinmon? I'm emerged it but when I try to access the site I'm getting the following error:<br><br>Not Found<br><br>The requested URL /moinmoin/moin.cgi was not found on this server.<br><br>Apache Server at localhost Port 80 <br><br>I can see the default page for apache at <a href="http://locahost" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://locahost</a>, so I'm sure the web server is running.<br><br>I followed directions provided at ( which may not have been what I needed ... ): <br><br><a href="http://moinmoin.wikiwikiweb.de/HelpMiscellaneous">http://moinmoin.wikiwikiweb.de/HelpMiscellaneous</a><br><br><p class="line874">Here is a configuration for virtual hosting with special permissions on Gentoo Linux. The following configuration is for Apache2 config files. Just put it all in httpd.conf for Apache 1. <span class="anchor" id="line-75"></span><span class="anchor" id="line-76"></span></p><p class="line874">Add this to /etc/apache2/conf/vhosts/vhosts.conf <span class="anchor" id="line-77"></span><span class="anchor" id="line-78"></span></p><p class="line867"><span class="anchor" id="line-79"></span></p><pre>NameVirtualHost *<br><span class="anchor" id="line-80"></span><VirtualHost *> <br><span class="anchor" id="line-81"></span> ServerName <a href="http://www.domain.org">www.domain.org</a><br><span class="anchor" id="line-82"></span> ServerAlias <a href="http://domain.org">domain.org</a><br><span class="anchor" id="line-83"> </span> DocumentRoot /var/www/domain.org/htdocs<br><span class="anchor" id="line-84"></span></VirtualHost><br><span class="anchor" id="line-85"></span> <br><span class="anchor" id="line-86"></span><VirtualHost *> <br><span class="anchor" id="line-87"></span> ServerName <a href="http://wiki.domain.org">wiki.domain.org</a><br><span class="anchor" id="line-88"></span> Alias /wiki/ "/usr/share/moin/htdocs/"<br><span class="anchor" id="line-89"> </span> Alias /favicon.ico "/var/www/htdocs/favicon.ico"<br><span class="anchor" id="line-90"></span> ScriptAlias / "/usr/share/moin/mywiki/moin.cgi/"<br><span class="anchor" id="line-91"></span></VirtualHost> <br><span class="anchor" id="line-92"></span></pre><span class="anchor" id="line-93"></span><span class="anchor" id="line-94"></span><p class="line874">Add this to /etc/apache2/conf/commonapache2.conf <span class="anchor" id="line-95"> </span><span class="anchor" id="line-96"></span></p><p class="line867"><span class="anchor" id="line-97"></span></p><pre><Directory /usr/share/moin/htdocs/><br><span class="anchor" id="line-98"></span> Order deny,allow <br><span class="anchor" id="line-99"></span> Allow from all<br><span class="anchor" id="line-100"></span></Directory><br><span class="anchor" id="line-101"></span><br><span class="anchor" id="line-102"></span><Directory /usr/share/moin/domain.org/> <br><span class="anchor" id="line-103"></span> Order deny,allow<br><span class="anchor" id="line-104"></span> Allow from all<br><span class="anchor" id="line-105"></span></Directory><br><br></pre>I'm still getting the same error. I've also changed the /moinmoin directory to be owned by apache instead of root, but that has not had any affect either. <br><br>Any ideas?<br><br>Thanks,<br><br>Shawn<br clear="all"><br>-- <br><br>"...to raise a signal means to turn the light on; ... Responding to a <br>signal means turning the light off (and, under System V, hoping the<br>bulb won't blow when it's next turned on)..."<br><br> --- Dan Bernstein ------=_Part_191776_28318790.1158076850752-- -- gentoo-user@gentoo.org mailing list