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
-
>
> 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
> 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
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
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
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