I apologize for asking what may be simpleton questions but here goes:
1. Can I direct a script to another server that I know will work? (A
friends site page will have path link, my site will have counter cgi file)
--------------------------------
Directory is:
cgi-bin
htdocs
2. Path is ../cgi-bin/counter.cgi ? i.e.
<!--#exec cgi="/../cgi-bin/counter.pl"-->
------------------------------------
3. I need to use this next line (directory directory will be in htdocs)
so this: $data_dir = "/path/to/a/data/directory/";
is this: $data_dir = "/directory/"; ?
4. I'm using leap ftp. How can I find if the server has perl? The html
files go in several directories up from the root. My friend said to "just
make a cgi-bin" but it doesn't work after cgi-files are uploaded there. I
chmod directory and cgi to 755. I know problems could very well be me, but
I'm trying...alas.
Thanks for any help,
John
1. Can I direct a script to another server that I know will work? (A
friends site page will have path link, my site will have counter cgi file)
--------------------------------
Directory is:
cgi-bin
htdocs
2. Path is ../cgi-bin/counter.cgi ? i.e.
<!--#exec cgi="/../cgi-bin/counter.pl"-->
------------------------------------
3. I need to use this next line (directory directory will be in htdocs)
so this: $data_dir = "/path/to/a/data/directory/";
is this: $data_dir = "/directory/"; ?
4. I'm using leap ftp. How can I find if the server has perl? The html
files go in several directories up from the root. My friend said to "just
make a cgi-bin" but it doesn't work after cgi-files are uploaded there. I
chmod directory and cgi to 755. I know problems could very well be me, but
I'm trying...alas.
Thanks for any help,
John