I am not certain where to get assistance on this issue.  I've searched
the Web, and the Mailing List Archives, nothing appears to answer this
question:

Undefined subroutine &gnudip::pgerror called at
/usr/local/gnudip/lib/doreq.pm line 758.
[Fri Aug 29 11:13:28 2003] [error] [client 66.93.61.117] Premature end
of script headers: /usr/local/gnudip/cgi-bin/gnudip.cgi

This the error I get in error_log.

My common_httpd.conf looks like this:

Alias /gnudip/html/ /usr/local/gnudip/html/
Alias /gnudip/cgi-bin/ /usr/local/gnudip/cgi-bin/

<Directory /usr/local/gnudip/cgi-bin/>
 Options Indexes FollowSymLinks  ExecCGI
 AllowOverride All
 allow from all
</Directory>

<Directory /usr/local/gnudip/html/>
 Options -Indexes FollowSymLinks MultiViews
 AllowOverride All
 Order allow,deny
 Allow from all
</Directory>


<IfModule mod_perl.c> PerlModule Apache::Registry

   #set Apache::Registry Mode for /perl Alias
   <Location /perl/*.pl>
       SetHandler perl-script
       PerlHandler Apache::Registry
       Options -Indexes ExecCGI
       PerlSendHeader On
   </Location>

 Alias /gnudip/html/ /usr/local/gnudip/html/
 Alias /gnudip/cgi-bin/ /usr/local/gnudip/cgi-bin/

<Location /gnudip/cgi-bin/>
    Options Indexes FollowSymLinks  ExecCGI
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options +ExecCGI
    PerlSendHeader On
</Location>

   #set Apache::PerlRun Mode for /cgi-perl Alias
   <Location /cgi-perl/*.pl>
       SetHandler perl-script
       PerlHandler Apache::PerlRun
      Options -Indexes ExecCGI
       PerlSendHeader On
   </Location>

       PerlModule HTML::Mason
       <Directory /opt/www/freeside>
       <Files ~ (\.cgi)>
           AddHandler perl-script .cgi
           PerlHandler HTML::Mason
       </Files>
       <Perl>
           require "/usr/local/etc/freeside/handler.pl";
       </Perl>
       </Directory>

</IfModule>

Suggestions?

--
Albert E. Whale, CISSP - Sr. Security, Network, and Systems Consultant
--------------------------------------------------------------------------------
http://www.abs-comptech.com & http://www.No-JunkMail.com
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
No-JunkMail.com - SPAM Stops Here.
Founding Board of Directors of Pittsburgh FBI - InfraGard






------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- GnuDIP Mailing List http://gnudip2.sourceforge.net/gnudip-www/#mailinglist

Reply via email to