[Ilugc] Moin-Moin setup help..

  • From: sivaramsk@xxxxxxxxxxxxx (Sivaram)
  • Date: Fri Feb 16 11:25:04 2007


Hi All,

I am trying to setup a wiki with moinmoin. I have installed and 
configured moin based on the install docs. When I try to access the wiki
the web server is throwing a 403 Forbidden error.

My configuration:

1. wiki folder is placed in my home directory
        ~siva/share/moin/First with permissions
as siva:siva. moin.cgi has executable permission.

2. Entry at /etc/httpd/conf/httpd.conf

#Added for MoinMoin
Alias /moin_static160/ "/usr/local/share/moin/htdocs/"
<Directory "/usr/local/share/moin/htdocs/">
    AllowOverride AuthConfig
    Order deny,allow
    Allow from all
</Directory>
scriptAlias /mywiki "/home/siva/share/moin/First/cgi-bin/"
<Directory "/home/siva/share/moin/First/cgi-bin/">
    AllowOverride AuthConfig
    Order deny,allow
    Allow from all
</Directory>

I am trying to access the file with url
http://127.0.0.1/mywiki/.

Can someone point out the mistake i'm doing??

-- 
regards,
siva.


Other related posts: