comp.infosystems.www.authoring.cgi
  Home FAQ Contact Sign in
comp.infosystems.www.authoring.cgi only
 
Advanced search
August 2007
motuwethfrsasuw
  12345 31
6789101112 32
13141516171819 33
20212223242526 34
2728293031   35
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2007 2006    
total
comp ... authoring.cgi Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: Teen scared, awaiting transfer to state prison         


Author: Michael Yardley
Date: Aug 5, 2007 03:22

On Aug 3, 9:35 pm, "_ G O D _" TELUS.NET> wrote:
> WA women inmates allege sex assaults
> Seattle, WA, USA
> The Washington state prison system is
> investigating allegations that four male
> guards at the main women's penitentiary
> sexually assaulted two inmates. ...http://seattlepi.nwsource.com/local/64=
20AP_WA_Inmate_Sex_Probe.html
>
> Prison closure postponed
> Escanaba, MI, USA
> "Michigan has the sixth largest prison system,
> a very high rate of recidivism, and long prison
> stays due to mandatory sentencing guidelines....http://www.dailypress.net=
/stories/articles.asp?articleID=3D12584
> ...
Show full article (7.82Kb)
no comments
  Test - ignore - modbot test         


Author: devnull
Date: Apr 5, 2007 10:46

test.
This message is a test for the modbot.

--
Sheila King
http://www.thinkspot.net/sheila/
http://www.k12groups.org/

--
PLEASE NOTE: comp.infosystems.www.authoring.cgi is a
SELF-MODERATED newsgroup. aa.net and boutell.com are
NOT the originators of the articles and are NOT responsible
for their content.

HOW TO POST to comp.infosystems.www.authoring.cgi:
http://www.thinkspot.net/ciwac/howtopost.html
no comments
  Re: Premature End of Script Headers Mystery         


Author: J. Moreno
Date: Oct 1, 2006 17:15

nick@asgard.webthing.com () wrote:
> In article <1159526947.209033.142720@i3g2000cwc.googlegroups.com>,
> "matt" hawaii.rr.com> writes:
>> So, I'm migrating a site from my test-server (Powerbook running
>> Apache/Darwin BSD) to my web host and all my CGI scripts are giving me
>> that error. The header error is also the only error that's showing up
>> in the error_log.
>
> And in the suexec log?
>
>> file permissions (775)
>
> Too permissive. A security-minded server will refuse to run it.
>
> Also check other 'usual suspects' such as SELinux.

I recently saw a similar problem, where the server was refusing to run a
script because the DIRECTORY it was in was world-writeable (how the
directory became world writable is another question....).
Show full article (0.79Kb)
no comments
  Premature End of Script Headers Mystery         


Author: matt
Date: Sep 29, 2006 10:37

Hello all,

So, I'm migrating a site from my test-server (Powerbook running
Apache/Darwin BSD) to my web host and all my CGI scripts are giving me
that error. The header error is also the only error that's showing up
in the error_log.

I've checked all the usual suspects:

file permissions (775)
syntax (perl -Tc is clean)
malformed headers (using CGI.pm->header(), so not likely)
script runs fine from command line on web server (which I believe rules
out binary transfer and carraige returns)

The site is on a managed server which has an automated setup process,
so its highly unlikely that this is a bad ScriptAlias directive.

Any thoughts?

Matt
Show full article (0.95Kb)
2 Comments
  CGI Problem. Help!!!         


Author: Maverick
Date: Sep 27, 2006 16:50

Hi All,

I am new to CGI, I thought you people might be able to help me:

My HTML code:
--------


CGI Multiplication Example

http://localhost/cgi-bin/mult.cgi" METHOD="GET">

Please specify the multiplicands










--------
Show full article (1.94Kb)
1 Comment
  403 No variable substitutions in template         


Author: jrobertstevens
Date: Sep 26, 2006 11:51

The template file is found at
http://www.blendedsystems.com/cgiemail/productinfo.txt

The page using it is http://www.blendedsytems.com/newcont.html

As far as I can see (after several days of staring at the screen), the
variables in the html page match the variables in the template.

When I use the page, I get:

Form was not processed due to an error.
403 No variable substitutions in template
/home/blended/public_html/cgiemail/productinfo.txt
cgiemail 1.6

Where have I screwed up?

--
PLEASE NOTE: comp.infosystems.www.authoring.cgi is a
SELF-MODERATED newsgroup. aa.net and boutell.com are
NOT the originators of the articles and are NOT responsible
for their content.

HOW TO POST to comp.infosystems.www.authoring.cgi:
http://www.thinkspot.net/ciwac/howtopost.html
2 Comments
  cgiemail template problems         


Author: Jane Knox
Date: Aug 20, 2006 20:42

Hi there, thanks for the reply. I did try using "productcode" for the
value, but it didn't return anything at all. Here's the line from the
html page with the form on it:

Aca's
Betty Davis



The only thing that changes in that line above is the name,
Aca'sBettyDavis becomes one of 1199 other names. This line is repeated
1200 times with a different name in there.

This is the email template that I'm using:

What is your name? [yourname]
What is your email address? [email]
What is your telephone number? [telnumber]

African Violets Ordered:

[productcode]

What I really need this form to do is to return the name of the violet
that they've checked off. It could be one checkbox or 1200 checkboxes,
just depends on the person doing the ordering.
Show full article (2.00Kb)
1 Comment
  cgiemail template problem         


Author: Jane Knox
Date: Aug 18, 2006 21:46

Okay, I have cgiemail set up at my host, and it works. But, I have a
template and an html order form with over 1200 check boxes, each check box
is a different product, and what I want to do is have the template email
what products the customer checks off. I have everything set up, and it
work except for one thing. No matter what items are checked off all I get
in the email is the work "checked". That's it, no product name.

Can anyone help?
Thanks in advance for any advise on this problem. It's been driving me
nuts for several days now, and I just know it something stupid that I'm
missing.

--
PLEASE NOTE: comp.infosystems.www.authoring.cgi is a
SELF-MODERATED newsgroup. aa.net and boutell.com are
NOT the originators of the articles and are NOT responsible
for their content.

HOW TO POST to comp.infosystems.www.authoring.cgi:
http://www.thinkspot.net/ciwac/howtopost.html
1 Comment
  Re: cgi-email problem...         


Author: Bill Segraves
Date: Aug 11, 2006 21:17

"Joe TG" <joe.cole1@gmail.com> wrote in message
news:1155341194.107378.312700@p79g2000cwp.googlegroups.com...
> So, is there a problem with security in the CGI-Email script, or just
> with my template?

JOE!

You're sending a question to thousands of people, with no clue as to the
context. How about using the quoting that Google provides for you?

The problem with your template is/was that you used a user-provided email
address in the To: header. Don't do that!!!!!!!
--
Bill Segraves

--
PLEASE NOTE: comp.infosystems.www.authoring.cgi is a
SELF-MODERATED newsgroup. aa.net and boutell.com are
NOT the originators of the articles and are NOT responsible
for their content.

HOW TO POST to comp.infosystems.www.authoring.cgi:
http://www.thinkspot.net/ciwac/howtopost.html
no comments
  Re: cgi-email problem...         


Author: Bill Segraves
Date: Aug 11, 2006 17:37

"Joe TG" <joe.cole1@gmail.com> wrote in message
news:1155337587.786036.19790@p79g2000cwp.googlegroups.com...
> I changed the cgi-bin/cgiemail/... to cgi-echo, which sets it to test
> mode, nothing actually gets sent.
>

But you didn't delete the offending template, which is still live.
> Alright, everyone, please take 10 deep breaths before flaming me about
> spam. The form has not been live for more than 10 minutes at a time.
>

No one is flaming you about spam. We're simply pointing out to you that what
you're doing is a very bad thing to do.
> I searched Google with my problems before. Like I have said, I am a
> noob. (as ALL of you were at one time.)
>
> I came to Google groups with my problem, expecting to receive help.
>

No, you came to thousands of people who are Usenet users. The fact that
Google groups also post to and archive Usenet newsgroups is irrelevant.
Show full article (2.75Kb)
no comments
 
1 2 3