* Phillip Smith (mailing list) <[EMAIL PROTECTED]> [2003-01-20T08:37-0800]: > The box I'm using is running FreeBSD4.5 with the following: > Apache/1.3.26 (Unix), AxKit/1.6 mod_perl/1.27, and PHP/4.1.1.
Are those up-to-date on patches? Apache 1.3.27 was a security release, if memory serves. mod_perl 1.27 should be fine, but an unpatched PHP 4.1.1 has security problems. > I installed AxKit and mod_perl from the Ports collection, which seemed > the most obvious and easy approach. I put the necessary directives in > my httpd.conf file and restarted everthing possible to ensure all was > up-and-running. I run Apache on FreeBSD compiled manually from source, which has worked well for me. The ports tree may compile mod_perl as a DSO, which could cause issues. > [Tue Jan 14 14:22:43 2003] [warn] [client 207.35.180.174] [AxKit] Can't > create cache direc > tory '/opt/axkit/cachedir': No such file or directory # mkdir /opt/axkit/cachedir And ensure Apache can write to it. For my small sites, I keep the cache dir on a memory filesystem. > [Tue Jan 14 14:22:43 2003] [error] [client 207.35.180.174] [AxKit] > [Error] Load > of 'Apache::AxKit::Language::Sablot' failed with: AxKit::load_module > failed: Can > 't locate XML/Sablotron.pm in @INC (@INC contains: You need to install XML::Sablotron, and the C libraries for sablotron. XML::LibXSLT is another option; same perl module/C library install deal. -- Jeremy Mates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
