On 3/3/06, <b class="gmail_sendername">Gisbert Amm</b> <<a href="mailto:gia@webde.de">gia@webde.de</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Andre Meyer wrote:<br>><br>> Finally, I have solved the problem with permissions on my machine: the<br>> problem was that SELinux on Fedora prevented the cgi script from running!<br><br>I'd really be interested in some more detail: How did SELinux actually
<br>hamper the execution of the CGI script?</blockquote><div><br>
<br>
I am not sure about the details, but since it's been disabled the cgi
works. A colleague of mine discovered this when trying to get MediaWiki
(sorry ;-) ) running and realised that calls to ImageMagick did not
work (for creating thumbnails).<br>
 </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> Now, I have my moin wiki running at <a href="http://python.openspace.nl/spysemoin">
http://python.openspace.nl/spysemoin</a><br>> but it doesn't look like it should. Is there a css file missing or so?<br><br>Probably this one (Alias and ScriptAlias are the same in httpd.conf)?:<br><br><a href="http://moinmoin.wikiwikiweb.de/MoinMoin/InstallDocs">
http://moinmoin.wikiwikiweb.de/MoinMoin/InstallDocs</a>, see "CSS files do<br>not work" (last heading on the page)</blockquote><div><br>
<br>
I saw this info, but that is NOT the case.<br>
<br>
I have the following at the end of httpd.conf:<br>
<br>
# MoinMoin Wiki<br>
<br>
Alias /wiki/ "/usr/share/moin/htdocs/"<br>
<Directory "/usr/share/moin/htdocs/"><br>
   Order deny,allow<br>
   Allow from all<br>
</Directory><br>
<br>
ScriptAlias /spysemoin "/usr/local/var/moin/spyse/cgi-bin/moin.cgi"<br>
<Directory "/usr/local/var/moin/spyse/cgi-bin"><br>
   Order deny,allow<br>
   Allow from all<br>
</Directory><br>
<br>
</div><br></div><br>