|
-
Nov 22nd, 2002, 06:41 AM
#1
Thread Starter
Don't Panic!
Easy or not so - Perl and Domino Server
Hi,
I have a domino server with perl on it. If I use the command line and run .pl files, they run.
My problem:
I cannot seem to run pl files from webpages. I am using the simple "Hello from ActivePerl!" example pl
Is the following hte correct syntax?
http://<domino server name/cgi-bin/example.pl
I have browsed several forums but no one seems to have an answer. Any tutorial pages on domino to cgi scripting would be a bonus....
Thanks in advance
Vince
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Dec 3rd, 2002, 02:48 PM
#2
New Member
I have not used a Domino server before, but I am familiar with ActiveState Perl. Is your Domino server set up to be a web server? (Can it serve up a page without using path) The other thing to check is to see if the server in its configuration recognizes .pl as an executable type. When using the command line you are actually running perl.exe. When a web server gets a request for a .pl script it needs to know (via configuration) to start perl.exe and pass to it the script path and name.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|