Date: Sun, 24 Aug 2003 18:02:56 -0500 From: "Joey Teel" <joeyteel@earthlink.net> To: "'paul beard'" <paulbeard@mac.com>, "'questions'" <questions@freebsd.org> Subject: RE: mod_perl configuration questions Message-ID: <000101c36a93$deb3d4d0$0400a8c0@RUKI> In-Reply-To: <3F493F7A.4030007@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Joey Teel wrote: >=20 > > Weird, that's all I had to mine to get it working, though I probably > > have a rather oddball=20 > > setup anyway since I have mine set to call the mt.cgi file=20 > directly as > > the directory index file too. > >=20 > > Try calling the mt.cgi file directly, and see what happens since it > > looks like yours is setup to use > > an index.html file instead of calling the script directly. >=20 > If i call mt.cgi, I get the admin screen. >=20 > I think it might be best to rip the whole damn thing out and start=20 > over. > --=20 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c36a93$deb3d4d0$0400a8c0>