Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

using activeperl in iis

Featured Replies

I would like to use perl with iis.

I installed activeperl and made sure it works.

I can double click on a perl script and it runs.

Now I'm trying to learn IIS.

But I am really not sure where to start.

I could install apache and use it but I think I should take the time and learn IIS as well.

Here is what I know

Under "Application Configuration" under "Mappings" tab there is an entry [.pl C:\Perl\bin\perl.exe "%s" %s GET, HEAD, POST] that active perl added

I added a file test.pl to the c:\inetpub\wwwroot directory but when I point a web browser at it is says it is not found any other htm files I add to the directory work just fine.

my test.pl looks as follows

#!c:\perl\bin\perl.exe

print "Content-type: text/html\n\n";

print "Hello world";

and when executed looks as expected

Content-type: text/html

Hello World

It doesn't appear to be executing from IIS

I'm not sure where I need to put the perl scripts actually. In apache I know I needed them in the cgi-bin directory.

Ok I figured it out :-)

In the "Web Service Extentions" area I found the "Perl CGI Extention" was prohibited I just changed that to Allowed and walla everything works now :-)

Edited by jeff.sadowski


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.