|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Cgi-bin not showing up in ftp/secure ftp/Windows Explorer
I followed the steps in this tutorial to set up a cgi-bin that would handle all my perl scripts and in the IIS manager:
http://www.visualwin.com/Perl/ In the IIS manager, the directory shows up no problem, but when I try to see the directory in any other program, It doesn't show up. I can't see it in Windows Explorer, Secure and regular FTP or anything. I'm a total newbie so be kind! Thanks, Clem C |
|
#2
|
|||
|
|||
|
Ok - found some tutorials and as far as to creating my cgi-bin virtual directory and pointed to a physical directory. In this case the virtual cgi directory is located in the D:Websites/mywebsite/cgi-bin and the directory it points to is located here: D:Websites/mywebsite/test/perl_scripts.
When I put a small test page in this dirctory (D:Websites/mywebsite/test/perl_scripts/test.pl) directory and try to view it on the web it says the page cannot be found. Here's the perl script I am trying to view: Code:
#!C:\Perl\bin\perl.exe print "Content-type: text/html\n\n"; print "test!!!!"; What am I missing here? Thanks for your time! |
|
#3
|
|||
|
|||
|
Sorry, I hate cgi and have never used it with IIS, at least not in the last 5 years. ASP and PHP make dynamic programming much easier than cgi. The IIS documentation does have sections on how to set up and configure cgi, on the web server open your browser to http://localhost/iishelp
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Cgi-bin not showing up in ftp/secure ftp/Windows Explorer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|