Hi everyone I posted a message a week ago regarding my difficulty in getting axkit to work. Any suggestions/help would be appreciated. The link to my last posting is:
http://axkit.org/cgi-bin/ezmlm-cgi?3:mss:4340:200207:niockapgieldehjjdfpg Essentially, I've installed all the latest stuff (see previous posting) and my current /etc/httpd/httpd.conf setup is: .... # Load mod_perl DSO LoadModule perl_module libexec/libperl.so # Include mod_perl config Include /etc/httpd/mod_perl.conf ..... <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.plx index.pl index.xml index.xsp </IfModule> .... <IfModule mod_mime.c> ... AddHandler axkit .xml AddHandler axkit .xsp AddHandler axkit .dkb <IfModule> .... <VirtualHost *> ServerName axkit.localdomain DocumentRoot /home/httpd/sites/axkit.org <Directory /home/httpd/sites/axkit.org> SetHandler perl-script PerlHandler AxKit allow from all </Directory> CustomLog /var/log/httpd/axkit.org_access.log common ErrorLog /var/log/httpd/axkit.org_error.log </VirtualHost> WITH /etc/httpd/mod_perl.conf : PerlModule Apache::PerlRun PerlModule AxKit #AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT AxAddStyleMap application/x-xpathscript Apache::AxKit::Language::XPathScript AxDebugLevel 10 I've even tried "SetHandler axkit" instead of SetHandler perl-script PerlHandler AxKit Galeon simply displays the raw xml page and netscape prompts to save the file. I tried adding Thanks in advance Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
