Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 44748

Summary: Mysqltool and 90_mysqltool.conf
Product: Gentoo Linux Reporter: Rob Kruus <crowbar>
Component: New packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: mysql-bugs
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rob Kruus 2004-03-15 09:04:12 UTC
The index.cgi script will not run with the default 90_mysqltool.conf.  I'm running apache-2.0.48-r4.  The following attachement solved the problem (or see below).  No mod_perl or anything installed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Echos the contents of index.cgi to the screen

Expected Results:  
mysqltool login page.

90_mysqltool.conf

<IfDefine MYSQLTOOL>
  <IfDefine PERL>
  PerlRequire /etc/apache2/conf/modules.d/mysqltool.pl
  </IfDefine>
  <Directory /var/www/localhost/htdocs/mysqltool>
    Options ExecCGI
    <Files *.cgi>
###      SetHandler perl-script
      SetHandler cgi-script
      <IfDefine PERL>
      PerlHandler MysqlTool
      </IfDefine>
    </Files>
  </Directory>
</IfDefine>
Comment 1 Stuart Herbert (RETIRED) gentoo-dev 2004-04-23 08:17:29 UTC
Package: dev-db/mysqltool-0.95-r3

I've committed a fix for this bug.  It should appear on your local rsync mirror in about an hour.  Could you test it please, and let me know if it works for you or not?

Many thanks,
Stu
Comment 2 Rob Kruus 2004-04-25 12:04:09 UTC
Yup works here now.  Sorry for the delay.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-25 12:11:48 UTC
closing