* [gentoo-user] Help Configuring MoinMoin Wiki
@ 2006-09-12 16:00 Shawn Singh
0 siblings, 0 replies; only message in thread
From: Shawn Singh @ 2006-09-12 16:00 UTC (permalink / raw
To: gentoo-user
[-- 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 --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-12 16:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 16:00 [gentoo-user] Help Configuring MoinMoin Wiki Shawn Singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox