[Moin-user] Permissions problem

Robert Schumann robert at cantab.net
Fri Mar 3 02:31:06 EST 2006


On Fri, 2006-03-03 at 11:19 +0100, Andre Meyer wrote:
> On 3/3/06, Gisbert Amm <gia at webde.de> wrote:

> 
>  
> 
>         > Now, I have my moin wiki running at
>         http://python.openspace.nl/spysemoin
>         > but it doesn't look like it should. Is there a css file
>         missing or so?
>         
>         Probably this one (Alias and ScriptAlias are the same in
>         httpd.conf)?:
>         
>         http://moinmoin.wikiwikiweb.de/MoinMoin/InstallDocs, see "CSS
>         files do
>         not work" (last heading on the page)
> 
> 
> I saw this info, but that is NOT the case.
> 
> I have the following at the end of httpd.conf:
> 
> # MoinMoin Wiki
> 
> Alias /wiki/ "/usr/share/moin/htdocs/"
> <Directory "/usr/share/moin/htdocs/">
>    Order deny,allow
>    Allow from all
> </Directory>

Have you set 
   url_prefix = '/wiki'
in wikiconfig.py?

Viewing the source of your page, the CSS file being asked for is
   href="/spysemoin/modern/css/common.css"
which obviously is not going to get the right file.

Robert.


> 
> ScriptAlias /spysemoin "/usr/local/var/moin/spyse/cgi-bin/moin.cgi"
> <Directory "/usr/local/var/moin/spyse/cgi-bin">
>    Order deny,allow
>    Allow from all
> </Directory>
> 
> 
> 
> 
> 





More information about the Moin-user mailing list