Sudden mod_perl weirdness
v not allowed here [Wed Jun 20 07:45:19 2001] [alert] [client 209.17.79.38] /usr/local/www/users/jpmktg/html/.htaccess: SetHandler not allowed here Thanks in advance, Isaac
Problem with Apache::ASP
Title: Problem with Apache::ASP Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. If I form my statements like this: <% if($foo eq ‘bar’){ %> bar <% } %> <% elsif($foo eq ‘bar2’){ %> bar2 <% } %> I get syntax errors. syntax error at