>
> I have a tiny CGI program written in C that's like this :
>
> # include
> main()
> {
> printf("HTTP/1.1 302 Found\n");
> printf("Location: http://www.unimep.br\n\n";);
> }
>
> Running it at the prompt, it will print of course :
>
> HTTP/1.1 302 Found
> Location: http://www.unimep.b
>
> On Tuesday 25 July 2006 12:43, Gerard Seibert wrote:
> > Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system.
> >
> > I recently installed 'postfixadmin' on to my system. The documentation
> > said to insert the following into the httpd.conf file:
> >
> >
> > Options Indexes
> >
jerry
> Thanks.
>
> On 7/12/06, Jerry McAllister <[EMAIL PROTECTED]> wrote:
> > >
> > > Rob,
> > >
> > > Thanks for your quick response. I checked and I do not have a directory
> > > /var/log/httpd. In var/log I do have lots of
>
> Rob,
>
> Thanks for your quick response. I checked and I do not have a directory
> /var/log/httpd. In var/log I do have lots of log files - adduser,
> auth.log, cron, dmesg.today, ftp.log, lastlog, maillog,
> messages,mount.today, ppp.log, sendmail, setuid.today, slip.log, userlog
> and wtm
>
>
> Here is my HTTPD.CONF file, the VirtualHost is at the bottom.
> (www.testsite.org)
>
> I have compared it to a httpd.conf file on another server that runs fine and
> neither me nor my colleague can see any differences...
Well, I don't see anything wrong with it offhand, although I am not
>
> Hi,
>
> I have a redirect question. In the .htaccess file we use on one of our
> servers we want about 400 redirects of the form
>
> Redirect /anyplace/anyfile /anotherplace/anotherfile
>
> And this for about 20 virtual hosts ( so 20 .htaccess files)
>
> I have searched everywhere, but apa
>
> --=_Part_22734_12110787.1141118677219
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> I installed var on a seperate /var partition. and I need mysite to have thi=
> s
> recomended access control.
>
> chown -R
>
> Fedora Core 4
> Apache 2.0.54
>
> I seem to be having this same problem. I read the manual at:
>
> http://httpd.apache.org/docs/2.0/howto/cgi.html#writing
>
> and created the "first.pl" file. when I run "./first.pl" from the command
> line, all it prints is:
>
> Content-type: text/html