Hi > I'm looking at migrating Apache 1.3x vhost server to new machine running > Apache 2 vhosts;
It might depend alos on what else you are running. What perl or pyhton modules if any? I was running mod_perl and used some perl modules and DirectoryIndexing broke and other things. >From slug post by me dated: Thu, 16 Nov 2006 "Basically for version 1.999 of mod_perl with apache2 the DirectoryIndex directive is broken. Apparently perl gets the request for the directory before mod_dir gets a chance to tack on index onto the end of it. " Also some perl modules are not yet ported to apache2 so take care. Install Apache 2.0 alongside Apache 1.3 on a different port and see if all works. Mike Lake -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
