On 24 Nov 2007, at 11:26, CraigT wrote:
1) How can I preload a dll. I preload language modules (Perl) in a startup
file executed in the HTTPD file.
I think this is the place, but I don't know how to do code it.

I'm not exactly sure what you're asking here, but you might need the LoadFile directive.

2) How can I load a Javascript file into a .CGI file residing in the cgi-bin directory. I can't load .JS files from anyplace into a .CGI file in this directory. I can load .JS files into .HTML files in the root however. I'm thinking that an adjustment in the HTTPD file is necessary, but I need
some guidance.

Again, this doesn't make much sense. What does it mean to load a javascript file in to a cgi script?

Perhaps you're using a script tag in your cgi script's html that expects to be able to request a javascript file that's in the cgi-bin directory? That typically won't work, as traditionally the name cgi- bin refers to directories that contain only executable cgi scripts.

--
noodl


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to