|
|
`Apache::Registry': Can't locate Apache/Registry.pm @INC |
| I am trying to have WebGUI up and running on Win XP These are the versions info Apache/2.0.52 (Win32) PHP/5.0.3 mod_perl/1.999.21 Perl/v5.8.4 Server at 192.168.2.19 Port 100 Pulled the webgui-latest.tar.gz from this website. I have already bugzilla installed in the same system. So could not use the All-in-one Win32 installer. Had to use the steps provided from http://www.webgui.nl/windows_installation Error Log shows the error message in the subject. Copying and pasting below my httpd.conf file <stuff snipped by wg-fom@gwy.org>
NameVirtualHost 192.168.2.19:100
<VirtualHost 192.168.2.19:100>
ServerName rengucha.loc
ServerAlias www*.rengucha.loc
Documentroot "C:/www/WebGui/www"
<Directory "C:/www/WebGUi/www">
AddHandler perl-script .pl
PerlHandler Apache::Registry
PerlSendHeader On
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
renguchaATgmailDOTcom, wg-fomATgwyDOTorg | |
| Simply change Apache::Registry to ModPerl::Registry in both httpd.conf and preload.perl. Note: This is a known issue with mod_perl2 and apache2. wg-fomATgwyDOTorg | |
| [Append to This Answer] |
| Next: |
|
| ||||||||