I am converting an NT hosted website to use a SSL connection.
The present site generates its web pages by running perl scripts in the cgi-bin directory and reads and writes files from the files directory. My inclination is to move the cgi-bin and files directories as subdirectories under the /secure directory, then from my non-secured index.htm redirect to the secured pages by "/secure/cgi-bin/generateHTML.pl" or must I .
Are there any inherient problems when one perl script calls another sitting in the secure area or needs to access files in the secure area? Is this the proper structure or should the files directory be kept out of the /secured area?
Thanks
The present site generates its web pages by running perl scripts in the cgi-bin directory and reads and writes files from the files directory. My inclination is to move the cgi-bin and files directories as subdirectories under the /secure directory, then from my non-secured index.htm redirect to the secured pages by "/secure/cgi-bin/generateHTML.pl" or must I .
Are there any inherient problems when one perl script calls another sitting in the secure area or needs to access files in the secure area? Is this the proper structure or should the files directory be kept out of the /secured area?
Thanks