Hi there,

On Wed, 1 Nov 2000, Antti Linno wrote:

> Sorry about the fuzzyness, but what I ment was, my cgi is not working
> properly(after post I get the answers for some old search word, not the
> one I sent to cgi) and I'm asking advice how to avoid caching

I don't know that it's 'caching' that's the problem, it sounds like
you have not configured things properly.

> or how to alter configuration so that I wouldn't need
> Apache::Registry and other stuff, but still execute cgi scripts.

Look in the Guide, in the section about configuration.  Look for

ScriptAlias /foo/ /path/to/foo/

or

Alias /foo/ /path/to/foo/
SetHandler cgi-handler

which is the same thing.  That is the Apache directive you need to tell
Apache not to use mod_perl for your scripts in /paht/to/foo/.

I looked quickly at you site but as it's in a language I don't
understand it didn't make much sense.  I did a search and indeed the
results made no sense either. :)

Looking at the source of the pages someone has obviously put a lot of
work into it, I guess it used to work OK before you installed mod_perl.

Is that right?

73,
Ged.


Reply via email to