Re: [EMAIL PROTECTED] No Form data being passed to Scripts

2006-08-21 Thread Ian P Blackburn
Hi Nick Is there any reason why it works under apache 1.3 but not under apache 2 on the same box ? cheers Ian Blackburn Nick Kew <[

Re: [EMAIL PROTECTED] No Form data being passed to Scripts

2006-08-21 Thread Nick Kew
On Monday 21 August 2006 15:37, Ian P Blackburn wrote: > Hi > > The html form tag is : > > > > The korn shell script bom_report.ksh reads in the parameters from stdin > using the unix function "read" which reads input from standard input > and then assigns it to a variable, > > read Arg1 That's l

Re: [EMAIL PROTECTED] No Form data being passed to Scripts

2006-08-21 Thread Ian P Blackburn
cc Subject Re: [EMAIL PROTECTED] No Form data

Re: [EMAIL PROTECTED] No Form data being passed to Scripts

2006-08-21 Thread Joshua Slive
On 8/21/06, Ian P Blackburn <[EMAIL PROTECTED]> wrote: I have a utility I have deployed to a HP-UX webserver which has both Apache 2 & Apache 1.3. The utility accepts parameters populated on a html form which is submitted and the values of this form is used to run a ksh script. However, when th

[EMAIL PROTECTED] No Form data being passed to Scripts

2006-08-21 Thread Ian P Blackburn
Hi I have a utility I have deployed to a HP-UX webserver which has both Apache 2 & Apache 1.3. The utility accepts parameters populated on a html form which is submitted and the values of this form is used to run a ksh script. However, when this html page is loaded using Apache 2 there are no