Re: [EMAIL PROTECTED] Error when issuing a 302 from a CGI

2006-07-28 Thread Jerry McAllister
> > 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

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Jerry McAllister
> > 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 > >

Re: [EMAIL PROTECTED] Starting Apache

2006-07-12 Thread Jerry McAllister
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

Re: [EMAIL PROTECTED] Starting Apache

2006-07-12 Thread Jerry McAllister
> > 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

Re: [EMAIL PROTECTED] Documentroot does not redirect...

2006-04-13 Thread Jerry McAllister
> > > 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

Re: [EMAIL PROTECTED] Redirects in .htaccess or virtual hosts

2006-04-04 Thread Jerry McAllister
> > 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

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Jerry McAllister
> > --=_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

Re: [EMAIL PROTECTED] Premature end of script headers

2006-02-23 Thread Jerry McAllister
> > 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