473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

question about #exec infosystems.www.authoring.html

panix.user.html, comp.infosystems.www.authoring.html
question about #exec

Are there any obvious errors in the html code below? All except the #exec
command function as would be expected, but there is no action from
exectst.cgi - a compiled c program that's shown under the html code.

This is being tested from one of panix.com's shell accounts which, I
beleive, will accept html code with an #exec command.

All suggestions welcome - Hul

--- html code
<html>
<head><title>Title for exectest</title></head>
<body>
exec test -
<!--#exec cgi="/htdocs/userdirs/ht/pcgi-bin/exectst.cgi"-->
</body>
</html>

--- c program
int main(int argc, char **argv)
{
printf("Content-type: text/html%c%c",10,10);
printf("EXECTST is complete\n");
exit(0);
}

--
- for email, put the word "keeper" in the subject line -
Jan 24 '06 #1
2 1178
Tim
On Tue, 24 Jan 2006 18:39:32 -0500, Hul Tytus sent:
Are there any obvious errors in the html code below? All except the
#exec command function as would be expected, but there is no action from
exectst.cgi - a compiled c program that's shown under the html code.

This is being tested from one of panix.com's shell accounts which, I
beleive, will accept html code with an #exec command.


You may have to name the file in a specific way (e.g. as a .shtml file),
or set the X (execute) bit on the file. That sort of question is best
answered by someone who knows about the configuration of your host's
webserver.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please destroy some files yourself.

Jan 26 '06 #2
Thanks Tim. The lack of a .shtml desigination caused the problem.

Hul

Tim <ti*@mail.localhost.invalid> wrote:
On Tue, 24 Jan 2006 18:39:32 -0500, Hul Tytus sent:
Are there any obvious errors in the html code below? All except the
#exec command function as would be expected, but there is no action from
exectst.cgi - a compiled c program that's shown under the html code.

This is being tested from one of panix.com's shell accounts which, I
beleive, will accept html code with an #exec command.

You may have to name the file in a specific way (e.g. as a .shtml file),
or set the X (execute) bit on the file. That sort of question is best
answered by someone who knows about the configuration of your host's
webserver. --
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to. This message was sent without a virus, please destroy some files yourself.


Jan 27 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ralph Freshour | last post by:
Is it possible to control the width of select dropdown lists? regardless of what text you type in? Thanks...
5
by: Alan Little | last post by:
According to the CSS guide at http://www.westciv.com/, absolute positioning "...lets a developer say where the top left hand corner of an element should be located with respect to its parent...
5
by: Jan Roland Eriksson | last post by:
Archive-name: www/stylesheets/newsgroup-faq Posting-Frequency: once a week Last-modified: 2004-07-26 Version: 2.00 URL: <http://css.nu/faq/ciwas-mFAQ.html> Maintainer: Jan Roland Eriksson...
6
by: Viken Karaguesian | last post by:
Hello all, Just a question: Is the text in an ALT attribute indexed by Google/search engines? I'm curious. I see a number of sites around the 'net that use rollover images as their navigation...
6
by: jan | last post by:
My apologies for being a javascript beginner and asking such a basic question. This is probably so easy that nobody ever mentions it. Tutorials and places that tell of basic commands never seem to...
9
by: Jeremy | last post by:
I apologize if this is the wrong group, but my usenet provider doesn't carry any CSS-specific groups, and people in this group are likely to be CSS experts anyhow. My question is this: In HTML,...
2
by: insideview | last post by:
How do I do something, where var x="-20%"; document.all("something").style.top=x normally, this would work -- document.all("something").style.top='-20%';
5
by: sean.stonehart | last post by:
I've got a menu written in Javascript I'm wanting to enable but I need for it to sit in the center of a 3 column table. The menu keeps anchoring itself to the top left of the display, which is not...
2
by: Hul Tytus | last post by:
comp.infosystems.www.authoring.html question about ssi's #exec Are there any obvious errors in the html or c code below? Without the #exec line in the html code, the text from pag1p1 and einst...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.