From: Kevin R. P. <kp...@ya...> - 2002-09-03 00:36:16
|
Hi all! I just modified apache to use mod_perl for IDS (0.82). Everything is working fine except when I choose an image size other than "original", I get a horribly pixelated seemingly 8-bit image. The only change I made (besides compiling and installing mod_perl-1.27 via CPAN) are to httpd.conf: <Files index.cgi> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI Order deny,allow Allow from all </Files> I read thru all back-posts, and didn't see anything describing my problem, although I read lots that said IDS pre B1.0 *won't* work with mod_perl...'course, I started playing with this before I read the backposts....seems it works Ok after all! Images are loading twice as fast now! Anyone have any ideas? BTW, the /admin/index.cgi script was really flakey running under mod_perl, so I just renamed it admin.cgi so it would run with straight perl. If interested, website is at http://www.kpacek.com Click on "photos" on the left. Below is some possibly usefull info. Thanks, -krp # /usr/local/apache/bin/httpd -v Server version: Apache/1.3.26 (Unix) Server built: Sep 2 2002 18:53:56 # perl -v This is perl, v5.8.0 built for sun4-solaris __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com |