|
From: Chris N. <pu...@po...> - 2001-04-23 14:37:40
|
At 19:12 -0500 2001.04.22, unixdown wrote: >I am having troubles setting a handler for .pl that will work for both >scripts already on my server and also bender. >Here is what I am noticing. > >If no handler is set for ".pl" my usual perl scripts work fine but bender >prints in plain text >If handler is set to "AddHandler perl-script .pl" slashcode will run, but >my other scripts will print double headers. >if handler is set to "AddHandler cgi-script .pl" slashcode will not run, >but my other scripts will run correctly. > >Any ides on how to set this so that all my scripts will be happy? Try moving the AddHandler perl-script .pl stuff to your virtual host section, in /usr/local/slash/site/SITE/SITE.conf. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |