Install the IIS CGI module: Control Panel, Programs and Features, Turn Windows Features On or Off...
Enable CGI in IIS:
- Open IIS Manager
- Select server
- Double click ISAPI and CGI Restrictions
- Click Edit Feature Settins...
- Check Allow unspecified CGI modules (or enter the specific ones you want)
- Select site
- Open Handler Mappings
- request path: *.pl
- executable: C:\strawberry\perl\bin\perl.exe "%s" %s
- name: CGI script
No comments:
Post a Comment