|
From: unixdown <uni...@un...> - 2001-04-23 00:14:22
|
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? Thanks zach |