Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44748 - Mysqltool and 90_mysqltool.conf
Summary: Mysqltool and 90_mysqltool.conf
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 09:04 UTC by Rob Kruus
Modified: 2004-04-25 12:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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