Hi.
I wanted to simulate the way my pages would look before I put them on a server so I installed Apache and actve perl to locally host the pages and setup CGI scripts so I can access it as I would on the net. I'm using Win ME, and succesfully access my site as
I have been running simple cgi scripts with success by replacing (#!/usr/bin/perl) with (#!C:\Perl\bin\perl.exe) but the more complicated scripts that require me doing (chmod and similar commands on directories or files) don't work. How do I run those commands.
also there are a few things I'm having trouble with.
1. I can't FTP to my site.
2. How do I run commands like (whereis sendmail or which perl).
3. Whats the default username and password for ftp or telnet.
4. How do I telnet to localhost.
thanks
I wanted to simulate the way my pages would look before I put them on a server so I installed Apache and actve perl to locally host the pages and setup CGI scripts so I can access it as I would on the net. I'm using Win ME, and succesfully access my site as
I have been running simple cgi scripts with success by replacing (#!/usr/bin/perl) with (#!C:\Perl\bin\perl.exe) but the more complicated scripts that require me doing (chmod and similar commands on directories or files) don't work. How do I run those commands.
also there are a few things I'm having trouble with.
1. I can't FTP to my site.
2. How do I run commands like (whereis sendmail or which perl).
3. Whats the default username and password for ftp or telnet.
4. How do I telnet to localhost.
thanks