Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Moinmoin-1.9.6 cannot load 'page_front_page'
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
robinswan
Tux's lil' helper
Tux's lil' helper


Joined: 14 Oct 2005
Posts: 139

PostPosted: Wed Jan 30, 2013 4:07 pm    Post subject: Moinmoin-1.9.6 cannot load 'page_front_page' Reply with quote

I upgrade the moinmoin from 1.8.8 to 1.9.6, and move my existed pages to new instance,

my wikiconfig.py:
Code:

# ...
instance_dir = '/var/www/localhost/moinmoin_mywiki-1.9.6'
url_prefix_static = '/mywiki' + url_prefix_static
page_front_page = u"MyFrontPage"

 navi_bar = [
        # If you want to show your page_front_page here:
        # u'%(page_front_page)s',
        u'RecentChanges',
        u'FindPage',
        u'HelpContents',
    ]
# ...


my moin.cgi
Code:

sys.path.insert(0, '/var/www/localhost/moinmoin_mywiki-1.9.6')


my httpd.conf
Code:

ScriptAlias /mywiki /var/www/localhost/htdocs/mymoin/moin.cgi
<Directory /var/www/localhost/htdocs/cometmoin>
        AllowOverride All
</Directory>


then I use the browser to open "http://localhost/mywiki",
the moinmoin cannot auto redirect the url to "http://localhost/mywiki/MyFrontPage",
and can not browse to "Current Changes", "Find Page" and "HelpContent" page by the links in navigative bar.
but I can open the MyFrontPage by clicking the wiki logo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum