Re: Image problems

2002-04-19 Thread Rod Butcher
You need to tell Apache::ASP not to process image files or it will wreck them. I use this in the httpd.conf file to restrict ASP to .htm and .asp files :- SetHandler perl-script PerlHandler Apache::ASP regards, Rod === Corporate confidentiality statement goes he

Re: ASPs don't open

2002-04-11 Thread Rod Butcher
You need to relate .asp to a handler in the Apache conf file e.g :- AddType text/html .asp SetHandler perl-script PerlHandler Apache::ASP regards, Rod === Corporate confidentiality statement goes here. - Original Message - From: "Kari Suomela" <[EMAIL

Re: Installing from scratch Apache + mod_perl + Apache::ASP (+maybe others) on unix

2002-02-06 Thread Rod Butcher
This is exactly what I was alluding to in my previous post, and even professionals are being driven mad, despite reading the Guide (which despite being complete is still mysterious, it comes across as having a mission statement to contain everything rather than to be useful, sorry). My .05 is that