| Previous · Next | |
| User | Message |
|
jiggie
|
Date: 6/22/2006 12:58 pm · Subject: New WRE-060 Install · Rating: 31
[warn] NameVirtualHost *:81 has no VirtualHosts followed instructions on https://www.plainblack.com/wre/installing.. it fails after the ./rc.webgui start and i get the above error. [root@intranet2 sbin]# ./rc.webgui start --- (Edited on 6/22/2006 12:58 pm [GMT-0500] by jiggie) ---
___Update___ Now i did [root@intranet2 sbin]# perl testEnvironment.pl Operating System ......................... Linuxish
now is going to get some packages, can i stop this or let it finish. i still get [root@intranet2 sbin]# ./rc.webgui start --- (Edited on 6/22/2006 1:24 pm [GMT-0500] by jiggie) --- |
| Back to Top |
Rate [ | ]
|
|
jiggie
|
Date: 6/22/2006 3:48 pm · Subject: Re: New WRE-060 Install · Rating: 26
root@intranet2 sbin]# perl testEnvironment.pl
[oracle@intranet2 sbin]$ perl preload.perl --- (Edited on 6/22/2006 3:49 pm [GMT-0500] by jiggie) --- --- (Edited on 6/22/2006 3:55 pm [GMT-0500] by jiggie) ---
Here is the preload.perl conf file !/usr/bin/perluse strict; my $webguiRoot; BEGIN { $webguiRoot = "/data/WebGUI"; # Edit to match your WebGUI installation directory. unshift (@INC, $webguiRoot."/lib"); } $|=1; print "\nStarting WebGUI ".$WebGUI::VERSION."\n"; $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 --- (Edited on 6/22/2006 3:56 pm [GMT-0500] by jiggie) --- |
| Back to Top |
Rate [ | ]
|