[Moin-user] New user needs help

Thomas Waldmann tw-public at gmx.de
Fri Mar 21 11:45:57 EDT 2008



> adaptivefarm/
> 
>                 bin/
> 
>                                 moin.cgi

>    ScriptAlias /adaptivebooks
> "/usr/local/share/moin/adaptivefarm/cgi-bin/moin.cgi"

bin or cgi-bin?

BTW, using host based farming (*.example.org/PageName) is easier than
path based (example.org/*/PageName).


> wikis = [
> 
>     ("adaptivebooks", r"^adaptiveaerospace.com/adaptivebooks.*$"),
> 
>     ("adaptiveprojects", r"^adaptiveaerospace.com/adaptiveprojects.*
> $"),
> 
> ]
> 
>  
> 
> I call the adaptivebooks wiki with the URL :
> 
> https://www.adaptiveaerospace.com/adaptivebooks
> 

You forgot the www. in your regexes.

I usually use r"^(www\.)?......" so it works with and without www..


> "No wiki configuration matching the URL found!"

Yeah, true, but fixable. :)







More information about the Moin-user mailing list