Hello all,
I'm pretty new to apache and wiki's and here's what I'm trying to do. I'm migrating a bunch of MoinMoin wiki's from an old RH 7.2 box to a new RHELWS 4.0 box.. running apache2. I keep getting a forbidden error when I try to access one of the wiki's.. basically the process is.. there's a main perl script that creates the wiki directory(works fine) but, when I click on one of the links.. the perl script wiki.pl tries to call a cgi script.. moin.cgi.. and that's when it fails.. cgi and perl both must be working fine because I loaded a test perl script and it works.. and the main wiki page gets built so im assuming cgi works.. the error I get is below..
[Thu Aug 11 10:20:56 2005] [error] [client 10.59.0.24] (13)Permission denied: ac
cess to /iona-wiki/ denied, referer: wiki.pl
I'm pretty sure all directorys are owned by nobody, and apache runs as nobody.. so im not sure whats going on. any ideas?
I'm pretty new to apache and wiki's and here's what I'm trying to do. I'm migrating a bunch of MoinMoin wiki's from an old RH 7.2 box to a new RHELWS 4.0 box.. running apache2. I keep getting a forbidden error when I try to access one of the wiki's.. basically the process is.. there's a main perl script that creates the wiki directory(works fine) but, when I click on one of the links.. the perl script wiki.pl tries to call a cgi script.. moin.cgi.. and that's when it fails.. cgi and perl both must be working fine because I loaded a test perl script and it works.. and the main wiki page gets built so im assuming cgi works.. the error I get is below..
[Thu Aug 11 10:20:56 2005] [error] [client 10.59.0.24] (13)Permission denied: ac
cess to /iona-wiki/ denied, referer: wiki.pl
I'm pretty sure all directorys are owned by nobody, and apache runs as nobody.. so im not sure whats going on. any ideas?