Re: Problem when logging in without password

2001-03-09 Thread F. Heinrichmeyer
I got it! The error vanishes when i comment out the line ErrorDocument 401 /aktuell/password.html in httpd.conf -- Fritz Heinrichmeyer mailto:[EMAIL PROTECTED] FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany) tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh -

Re: Problem when logging in without password

2001-03-09 Thread Gerald Richter
> > ErrorDocument 403 /aktuell/sorry.html > Options ExecCGI MultiViews Does the same occur without the ErrorDocument and the MultiViews ? Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Using Lingua::Ispell in Embperl

2001-03-09 Thread Gerald Richter
> I am trying to integrate a spell checker into my website, and the > Lingua::Ispell CPAN module looks like it will do what I need. I can > successfully test the module offline, in a perl script, but when I use > the same code in an Embperl page it fails. I see from the module > documentation that

Re: Using Lingua::Ispell in Embperl

2001-03-09 Thread Marcus R. Popetz
At 09:38 AM 3/9/01, Neil Gunton wrote: >And when I run this code, each time I get another zombie process: >(output from ps -aux) > >nobody2296 0.0 0.0 0 0 ? Z11:50 0:00 [aspell ] >nobody2351 1.8 0.0 0 0 ? Z12:32 0:00 [aspell ] I don't know about the code failing, b

Using Lingua::Ispell in Embperl

2001-03-09 Thread Neil Gunton
I am trying to integrate a spell checker into my website, and the Lingua::Ispell CPAN module looks like it will do what I need. I can successfully test the module offline, in a perl script, but when I use the same code in an Embperl page it fails. I see from the module documentation that it calls

Problem when logging in without password

2001-03-09 Thread Fritz Heinrichmeyer
Here is the config file for the a directory. Problem: If someone clicks at the link without beeing authenificated, the server returns no data. If someone is accidentally authentificated already, everything is fine. ErrorDocument 403 /aktuell/sorry.html Options ExecCGI MultiViews Director