apache 2.0 is now the default
This commit is contained in:
parent
10dbfb56c0
commit
b0ae354c4e
3 changed files with 13 additions and 2 deletions
|
|
@ -5,6 +5,8 @@
|
|||
= Fixed bug [ 910145 ] htmlArea - insert image not working (Len Kranendonk /
|
||||
Andreas Graf).
|
||||
- Bugfix 914825 / 912203: Bug in template system (LenK).
|
||||
- Apache 2.0 is now the default web server for WebGUI. See gotcha.txt for
|
||||
details.
|
||||
|
||||
6.0.0
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,15 @@ versions. Be sure to heed the warnings contained herein as they will
|
|||
save you many hours of grief.
|
||||
|
||||
|
||||
6.0.1
|
||||
--------------------------------------------------------------------
|
||||
* Apache 2.0 is now the recommended web server for WebGUI. As such
|
||||
sbin/preload.perl has been defaulted for use with mod_perl
|
||||
2.0. If you are still using Apache 1.3, don't worry, WebGUI
|
||||
will still work great for you. You just need to edit
|
||||
sbin/preload.perl to match your environment.
|
||||
|
||||
|
||||
6.0.0
|
||||
--------------------------------------------------------------------
|
||||
* As part of the upgrade process our scripts will attempt to
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ $ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";
|
|||
#----------------------------------------
|
||||
# Enable the mod_perl environment.
|
||||
#----------------------------------------
|
||||
use Apache::Registry (); # Uncomment this for use with mod_perl 1.0
|
||||
#use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0
|
||||
#use Apache::Registry (); # Uncomment this for use with mod_perl 1.0
|
||||
use ModPerl::Registry (); # Uncomment this for use with mod_perl 2.0
|
||||
|
||||
|
||||
#----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue