On 27/11/2007, CraigT <[EMAIL PROTECTED]> wrote:
> I'm not sure what 'top posting' is.    Am I doing something wrong?

http://catb.org/jargon/html/T/top-post.html

> I had tried to load the C DLLs from several places like the Perl/lib
> directory.   Apache will not start and I get no error messages.

You still haven't cleared up what these files are for. If they're cgi
binaries, as one would expect given their presence in a directory
called 'cgi-bin', try running them on the command line. You should see
a Content-Type: line followed by whatever content they generate. If
you don't see that, then they're not cgi binaries and you should ask
whoever provided them for installation instructions.

> I get no Apache error messages when the .JS file does not load (using
> <script src=).    The only error I get is a browser (IE) error message of
> 'Object expected.'.

That would indicate that there's either an error serving those files
(see the error log as mentioned previously), or that they're not
javascript files.

The following tools might help to see what's being served:

http://wiki.apache.org/httpd/WatchingHttpHeaders

-- 
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