[Ilugc] Moin-Moin setup help..

  • From: codeshepherd@xxxxxxxxx (Deepan)
  • Date: Fri Feb 16 13:07:31 2007

On Fri, 2007-02-16 at 11:16 +0530, Sivaram wrote:

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??


what does the log files say? first set a static location to scriptAlias,
and see if you get to that location via http, 
-- 
-----------------------------------------------
Regards
Deepan Chakravarthy N
http://www.codeshepherd.com/
http://sudoku-solver.net/

Deciphering the source code of life...
 

Other related posts: