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 ) 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 ; 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 ; 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 ; 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 ; Tue, 12 Sep 2006 16:00:51 +0000 (UTC) Received: by wx-out-0506.google.com with SMTP id s19so2075701wxc for ; 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" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Help Configuring MoinMoin Wiki 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 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 * ServerName www.domain.org ServerAlias domain.org DocumentRoot /var/www/domain.org/htdocs 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/" Add this to /etc/apache2/conf/commonapache2.conf Order deny,allow Allow from all Order deny,allow Allow from all 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:

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-- -- gentoo-user@gentoo.org mailing list