in reply to Perl script to handle requests to a http://.../path/*
Webserver foo isn't my thing, but as noone else has mentioned this. Can't you add something like index.pl to the DirectoryIndex configuration option in the Apache httpd.conf file and have it invoke a script of that name (from the named directory) if a path is supplied without a specific document being named?
You have to also enable the .pl as a CGI handler, but presumably this is already done.
Thinking about it, maybe the "I don't have root access" stops you from taking this option, but I'm not sure, so I'll post this anyway.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl script to handle requests to a http://.../path/*
by BigLug (Chaplain) on Sep 12, 2003 at 03:41 UTC |