Apache mod_perl Problem ? Help!
    Ben Boulanger 
    ben at blackavar.com
       
    Mon Dec 23 09:52:23 EST 2002
    
    
  
On Mon, 2002-12-23 at 09:18, Vince McHugh wrote:
> How do we re-compile the www.necs.biz apache to
> include mod_perl ????
You don't really need mod_perl - it's just an accelerator.  Check the
first line of the CGI to ensure that it reads something like:
	#!/usr/bin/perl
where /usr/bin/perl is the location of your perl binary.
Secondly, make sure this CGI is in the appropriate spot on the webserver
(/cgi-bin/) - there's a binary (suexec, I believe) that can whack cgi's
in other places - if anyone knows why this is, I'd love to hear it.
Ben
    
    
More information about the gnhlug-discuss
mailing list