Ismael Touama wrote: > > Ok that resolve ! *YEAH* > > The real problem was in fact... > the first line of index.htm. > I had to change > #!/usr/local/bin/perl asp > in > #!/usr/bin/perl asp >
These lines are only necessary if you are executing Apache::ASP scripts in CGI mode. These have no effect when executing scripts in a mod_perl environment as that line is just ignored. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
