|
|
 |
| |
| |
This document will answer your questions about our SSL certificate options. |
|
| |
 |
| Question: |
|
Does this system have a Perl interpreter installed? If so, what version(s) of Perl are available. |
| |
| Answer: |
|
Yes. We are running the latest release of ActiveState Perl. This should also be backwards compatible with anything you might have that uses an older version. |
| |
| Question: |
|
What is the magic script comment line to make a Perl script file execute? (e.g., #!/usr/bin/perl) In Windows and IIS, how do I call a Perl CGI script from my Web pages? |
| |
| Answer: |
|
On Windows and IIS, files will execute by their file extensions, i.e., .pl and .cgi. The IIS web server automatically executes files with these predefined extensions. |
| |
| Question: |
|
Are my scripts required to reside in a special directory? If so, what is it called (e.g., cgi-bin, cgi, htbin etc) Are there any directory names I cannot use? |
| |
| Answer: |
|
No. Just let us know what directories you are using and what permissions (executable, writable, etc.) you will need on any specific files or directories. Scripts will run natively from ANY directory without permission changes. Executables (.exe) are not permitted on these server for security purposes. |
| Question: |
|
What operating system does the Web server use? |
| |
| Answer: |
|
Windows 2000 Server with IIS 5 or Windows 2003 with IIS 6.0 |
| |
| Question: |
|
Can I use the SSI #exec command on this Web server? |
| |
| Answer: |
|
#exec directive is always disabled for security reasons. |
| |
| Question: |
|
Do I need to change anything to activate the SSI feature (e.g., modify a .htaccess file etc.)? |
| |
| Answer: |
|
No. |
| |
| Question: |
|
Do my files need a special extension to use SSI (e.g., .shtml)? |
| |
| Answer: |
|
Yes. Please use .shtml or .shtm for SSI. |
| |
|
|
|
|