CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Posts
    114

    Win98, Perl, and Apache all screwing with me!

    I use Apache and Windows 98, just to test scripts before uploading them. I was looking at this script the sorts arrays. I put it in the directory and saved it as sort.cgi. Now, when I look at it, it asks me if I want to download it. It's the only CGI script I have that does that....why? I didn't think you could set persmissions in Windows. Also, I unchecked the box that says "ask me everytime", but I want it to ask me everytime, anyway to get that back?

  2. #2
    Join Date
    Feb 2001
    Location
    teh INTARWEB
    Posts
    542
    Hi,

    Which Perl product are you using? Apache on Windows needs to be configured to know that it has to run perl.exe to execute your program. If you installed ActivePerl, read its docs (it has a very good help file) on how to configure Apache to run perl scripts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured