public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Shawn Singh" <callmeshawn@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Help Configuring MoinMoin Wiki
Date: Tue, 12 Sep 2006 12:00:50 -0400	[thread overview]
Message-ID: <7225537e0609120900g3ee0a46cx89f776c8bd5fb589@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 3766 bytes --]

                 reply	other threads:[~2006-09-12 16:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7225537e0609120900g3ee0a46cx89f776c8bd5fb589@mail.gmail.com \
    --to=callmeshawn@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox