Post new topic Reply to topic  [ 3 posts ] 
problems with SSI can anyone help? 
Author Message

Joined: Wed Jan 21, 2009 5:18 am
Posts: 1518
Post problems with SSI can anyone help?
ok here take a look at all this info I got here and tell me whats up:

____________________________________________

menu.pl file:

c:\perl\bin

$menu_file = "menu.txt";

print "Content-type: text/html\n\n";
open(FILE,"$menu_file");
while(<FILE>) {
print $_;
}
exit;

____________________________________________

On the .shtml page:

<!--#exec cgi="menu.pl"-->

and I tried this:

<meta name="hideHeader" content=""

<!--#exec cgi="menu.pl"-->

____________________________________________

File permissions:

menu.pl:

Administrator -- RWXDPO
SYSTEM -- RWXDPO
IUSR_DEDI404 -- RX
NETWORK -- RX
NETWORK SERVICE -- RX
IUSR_******* -- RWX
Everyone -- RX

menu.txt:

Administrator -- RWXDPO
SYSTEM -- RWXDPO
IUSR_****** -- RX
Everyone -- R
NETWORK SERVICE -- R
NETWORK -- R
IUSR_DEDI404 -- R


Thu Jan 29, 2009 9:40 am
Profile

Joined: Wed Jan 21, 2009 5:18 am
Posts: 1518
Post Re: problems with SSI can anyone help?
btw.. It's getting "Failed to execute CGI : Win32 Error Code = 2" on the .shtml page. The menu.pl, page.shtml and menu.txt are all in the same directory.


Thu Jan 29, 2009 9:40 am
Profile

Joined: Wed Jan 21, 2009 5:18 am
Posts: 1518
Post Re: problems with SSI can anyone help?
The error should mean file not found. So it's not finding your menu.pl. Make sure the paths are correct? I suggest you open a support ticket about this, at lease they have access to your account and can look at it for you.


Thu Jan 29, 2009 9:41 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  
cron
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forum/DivisionCore .