martin langhoff wrote:
> 
> ... it made no difference ... :(
> 
> Drew Taylor wrote:
> > I believe all you need to add is "return OK;" after your print
> > statement. Without that, Apache doesn't know what the status of the
> > request should be.

Doh. I missed what Tim caught. I believe Apache will assume an "OK" if
you don't explicitly return a status code. Thus your code _should_ work
after changing "unless" to "if". Can anyone check what Apache defaults
to if no status code is returned? I'm guessing it's "OK". 

However, I'd still add a return OK after the print. :-)

-- 
Drew Taylor
Software Engineer
Phone: 617.351.0245
Fax 617.350.3496
OpenAir.com - Making Business a Breeze!
Open a free account today at www.openair.com

Reply via email to