PDA

View Full Version : SSI a file in cgi-bin


Kiyoubinbou
05-11-2001, 06:37 PM
I want to use SSI to include a file produced by a cgi script. The problem is that the file is produced in the cgi-bin -- which restricts access! I can't view the file from a browser *or* SSI it.

Oddly enough, I had this working about two months back...

Is there any way to fix this?

RandMan
05-11-2001, 07:12 PM
Couldn't you just modify the CGI script to make the file outside your bin? That way SSI could grab it.

Kiyoubinbou
05-11-2001, 07:28 PM
I suppose I'll have to... I was just looking for a quick fix ;p

The only reason im looking for a fix is all, is that everything was working 2 months ago. I think I had sent in a support ticket about this back then... I've forgotten the solution, if it existed...

Oh well, things change!
*goes off to hack the script*