Back to Table of Contents

Modify AddHandler

In order for Internet Services to be able to respond to perl scripts you must modify the AddHandler document found in the Internet Services folder

Edit the AddHandler Document (Windows)

Add the following lines to your AddHandler document, changing the drive letter if you have installed ActivePerl on a drive other than C: drive.

<AddHandler pl>
Site: *
exec: c:\perl64\bin\perl.exe
</AddHandler>

Edit the AddHandler Document (Macintosh)

Add the following lines to your AddHandler document.

<AddHandler .pl>
Site: *
exec: /usr/bin/perl
</AddHandler>