Difference between revisions of "Talk:MoinMoin install"

From Organic Design wiki
(For removal of course)
(Removed now)
 
Line 2: Line 2:
 
:Two reasons, sometime ago I installed MoinMoin and now I want to remove it. Also BioConductors [http://wiki.fhcrc.org/bioc/DeveloperPage wiki] is MoinMoin and I use it occasionally. I have no interest in learning MoinMoin in any detail otherwise. MoinMoin reconfigures the Apache configuration to create an alias, this can interfere with MediaWiki installs if you accidentally give MW the same aliased directory
 
:Two reasons, sometime ago I installed MoinMoin and now I want to remove it. Also BioConductors [http://wiki.fhcrc.org/bioc/DeveloperPage wiki] is MoinMoin and I use it occasionally. I have no interest in learning MoinMoin in any detail otherwise. MoinMoin reconfigures the Apache configuration to create an alias, this can interfere with MediaWiki installs if you accidentally give MW the same aliased directory
 
In /etc/httpd/httpd.conf
 
In /etc/httpd/httpd.conf
     Alias /wiki/ "/usr/local/share/moin/htdocs/"       
+
     Alias /moin/ "/usr/local/share/moin/htdocs/"       
     ScriptAlias /mywiki "/usr/local/share/moin/mywiki/moin.cgi"  
+
     ScriptAlias /moin "/usr/local/share/moin/mywiki/moin.cgi"  
--[[User:Sven|Sven]] 09:29, 1 Apr 2007 (NZST)
+
this was what was interfering, so all I need to do now is rmove the offending lines and restart apache to remove the aliases. --[[User:Sven|Sven]] 09:57, 1 Apr 2007 (NZST)

Latest revision as of 21:57, 31 March 2007

Why the hell you installing that, best to focus your time and energy on MW... --Nad 09:16, 1 Apr 2007 (NZST)

Two reasons, sometime ago I installed MoinMoin and now I want to remove it. Also BioConductors wiki is MoinMoin and I use it occasionally. I have no interest in learning MoinMoin in any detail otherwise. MoinMoin reconfigures the Apache configuration to create an alias, this can interfere with MediaWiki installs if you accidentally give MW the same aliased directory

In /etc/httpd/httpd.conf

   Alias /moin/ "/usr/local/share/moin/htdocs/"      
   ScriptAlias /moin "/usr/local/share/moin/mywiki/moin.cgi" 

this was what was interfering, so all I need to do now is rmove the offending lines and restart apache to remove the aliases. --Sven 09:57, 1 Apr 2007 (NZST)