In your httpd.conf file how do you have it set up to handle the
directory you're working in?
Can you paste an example e.g.:
Alias /perl/ "/usr/local/apache2/perl/"
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options ExecCGI
Or whatev
Hi Aaron,
I'm sorry, I must not have expressed myself properly. I'm not having a
problem with parsing the data, I'm not getting any data to parse. The
server is not sending anything (CONTENT_LENGTH->0) to the STDIN of the
script nor is it setting the QUERY_STRING environment variable. I think
> -Original Message-
> From: Arnie & Georgia Stender [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 29, 2005 12:22 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Newbe needs help passing form data
>
> Hello,
> I am setting up my own Internet presence starting with
On 12/29/05 12:22 PM, "Arnie & Georgia Stender" <[EMAIL PROTECTED]>
wrote:
> Hello,
> I am setting up my own Internet presence starting with DNS and HTML
> servers. I am teaching myself (as much as possible) how to write HTML
> from scratch. Below you will find the server $ENV variables whi