PDA

View Full Version : SSL Help


Scorpio
01-14-2001, 09:45 PM
I got a quick question mebbe someone could help me with. I might be missing something simple here, but how do you make images work with scripts in the cgi-ssl directory?

Like this one:
https://xbarnplans.MerchantQuest.net/cgi-ssl/order.cgi

Thanks...

Brian
01-14-2001, 09:56 PM
Your cgi-ssl is much the same as the cgi-bin, and thus will not allow any images in there. You will need to place the images in another directory.

-Brian

Justin
01-15-2001, 03:00 AM
Brian is correct, but remember that to avoid complaints from the browser, the images do have to be in an SSL directory.

------------------
Justin Nelson
SFE Software (http://www.sfesoftware.com)

Scorpio
01-15-2001, 03:02 PM
So, the images can't go in the ssl directory, but have to go in the ssl directory... ???????

I tried putting them in cgi-ssl/images, but that didn't work either. So if I put them anywhere in the ssl directory the images don't work an' if I don't they're not secure.

Does this mean I just can't use images with this script???

dank
01-15-2001, 03:37 PM
cgi-ssl is the secure version of cgi-bin, and images generally cannot be served from the cgi-bin (FQ's servers view anything in the cgi-bin as executable).[nbsp][nbsp]You will want to put your images in the Secure_Server folder, which is comparable to www (unsecure).

Dan

Scorpio
01-21-2001, 01:16 PM
Got it, thx a bunch!