Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2003 16:12:41 -0700
From:      paul beard <paulbeard@mac.com>
To:        'questions' <questions@freebsd.org>
Subject:   Re: mod_perl configuration questions
Message-ID:  <3F494669.9040704@mac.com>
In-Reply-To: <000101c36a93$deb3d4d0$0400a8c0@RUKI>
References:  <000101c36a93$deb3d4d0$0400a8c0@RUKI>

next in thread | previous in thread | raw e-mail | index | archive | help
Joey Teel wrote:

> By admin screen, you mean the screen where you access the blogs and
> modify them right?
> 
> That's what you're wanting it to do as long as everything else is
> working correctly.  All you need to do is modify your httpd.conf file to
> change the DirectoryIndex of movabletype to mt.cgi.
> 
> 
> Change your config to the one below and it should work (it's the same
> one you have already, just with the DirectoryIndex directive added):
> 
> <Location /movabletype/>
> DirectoryIndex mt.cgi
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options +ExecCGI
> PerlSendHeader On
> allow from all
> </Location>

So J Random Websurfer hits the static path I have aliased, and I 
go to the admin interface. I'll try that.

Thanks.

-- 
Paul Beard
<http://paulbeard.no-ip.org/movabletype/>;
whois -h whois.networksolutions.com ha=pb202

In West Union, Ohio, No married man can go flying without his spouse
along at any time, unless he has been married for more than 12 months.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F494669.9040704>