gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: Arch usage case studies


From: James Blackwell
Subject: Re: [Gnu-arch-users] Re: Arch usage case studies
Date: Wed, 21 Jan 2004 20:36:42 -0500

> [BTW, another gripe I have about the URLs is that they all have
> `/moin.cgi/moin.cgi' in the middle -- is that really necessary?  If so, can
> it at least be reduce to a single `/moin.cgi'?]

I've tried a couple times to fix it without success. The wiki does weird
things, depending on what url_prefix is set to. 

The pertinant part of http.conf:

<VirtualHost *>
        Servername wiki.sourcecontrol.net
        DocumentRoot /usr/share/moin/htdocs
        ErrorLog /var/log/apache/wiki.sourcecontrol.net
        CustomLog /var/log/apache/wiki.sourcecontrol.net common
        Alias /moin.cgi/ "/var/www/wiki/"
        <Directory /var/www/wiki/>
                DirectoryIndex moin.cgi
                AddHandler cgi-script .cgi
                AllowOverride None
                Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
    </Directory>
</VirtualHost>


The pertinant part of moin_config.py :

# basic options (you normally need to change these)
sitename = 'Arch'
interwikiname = ''
data_dir = './data/'
url_prefix = '/moin.cgi'
logo_url = url_prefix + '/img/moinmoin.gif'

address@hidden:/var/www/wiki# ls -F
applets/  css/  data/  img/  moin.cgi*  moin_config.py  {arch}/

address@hidden:/usr/share/moin/htdocs# ls -F
applets/  css/  img/  index.html


-- 
James Blackwell      Using I.T. to bring more             570-407-0488
Owner, Inframix      business to your business     http://inframix.com

GnuPG (ID 06357400) AAE4 8C76 58DA 5902 761D  247A 8A55 DA73 0635 7400




reply via email to

[Prev in Thread] Current Thread [Next in Thread]