Wiki content at FAQ Changed by someone at IP 203.120.68.67 :
@@ -1,6 +1,6 @@
=head1 AxKit Frequently Asked Questions
-=head2 I have strage problems -
+=head2 I have strange problems -
when I repeatedly load one of my pages, sometimes a bug appears, sometimes it
doesn't. Or, my page is somehow remembering values from a previous request.
@@ -12,7 +12,7 @@
=head2 Upon startup of Apache I get the error: "Can't locate loadable object
for module Apache::Log in @INC"
-AxKit uses Apache::Log for its logging in some places. This gives us some
extra flexibility. However it is not built into mod_perl by default - you need
to compile it in explicitly. The simplest way to do this is to just compile all
the extra bits of mod_perl:
+AxKit uses Apache::Log for its logging in some places. This gives us some
extra flexibility. However, it is not built into mod_perl by default - you need
to compile it in explicitly. The simplest way to do this is to just compile all
the extra bits of mod_perl:
# in the modperl directory
perl Makefile.PL EVERYTHING=1