Re: no login screen on Redhat9
Chris Herrnberger <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.discuss.general |
|---|---|
| Message-ID | <200402130614.10811.chris123__23456.0727411465$1076670810@magma.ca> |
On February 13, 2004 05:13 am, Norbert Eschle wrote: Greetings Norbert: Please use the user forum for technical questions. Address provided in post. Discuss is a general list..;) > [opengroupware@linux gnu-fd-nil]$ ./OpenGroupware -WOPort 20000 > -WOHttpAllowHost linux.business-agility.com Check your init script. > Feb 13 09:01:40 OpenGroupware [7753]: SNS disabled. > > Feb 13 09:01:42 OpenGroupware [7753]: |OpenGroupware| CTI Dialers: > > Feb 13 09:01:45 OpenGroupware [7753]: |OpenGroupware| SKYRiX instance > initialized .. > > Feb 13 09:01:45 OpenGroupware [7753]: |OpenGroupware| WOHttpAdaptor > listening on address <InetSocketAddress: *:20000> > > Feb 13 09:02:11 OpenGroupware [7753]: <0x089C1434[NGHttpRequest]> got 2 > values for cookie 'OpenGroupware', using first only. perhaps clearing cookies in your browser cache may address the dual cookies > Feb 13 09:02:11 OpenGroupware [7753]: |OpenGroupware| > <OpenGroupware[0x08131D3C]: name=OpenGroupware> instance failed to > restore session (ctx=<0x089D1434[WOContext]: 001402c9293089d1434 > app=OpenGroupware sn=none eid= rqeid=>): do you have the watchdog running? (re: WOWatchDocEnabled Yes in your start script....see below) > redirecting to: http://localhost:20000/OpenGroupware > > linux.business-agility.com - - [13/Feb/2004:09:02:11 GMT] "GET > /OpenGroupware HTTP/1.1" 302 346 0.026 - - 140K > > Feb 13 09:02:11 OpenGroupware [7753]: <0x089C155C[NGHttpRequest]> got 2 > values for cookie 'OpenGroupware', using first only. hmm..nice, cookies doesnt seem to matter here. > Feb 13 09:02:11 OpenGroupware [7753]: <<Main>>D component has no > template (rm=<<class LSWResourceManager>[0x08580E74]: path=>). I think your init script is not set properly (see below) > linux.business-agility.com - - [13/Feb/2004:09:02:11 GMT] "GET > /OpenGroupware HTTP/1.1" 200 0 0.058 - - 104K Apache config file: -------------------------------------------- #OGo Virtual Host LoadModule ngobjweb_module /usr/lib/opengroupware/WebServer/ngobjweb_1.3.27.so <VirtualHost xx.xx.xx.xx> ServerAdmin [email protected] ServerName xx.com ServerAlias *.xx.com <LocationMatch "^/OpenGroupware/*"> SetHandler ngobjweb-adaptor SetAppPort 20000 # SNSPort 127.0.0.1:20000 # User for skyrix load balancer </LocationMatch> <Directory "/opt/opengroupware.org/WebServerResources"> Order allow,deny Allow from all </Directory> Alias /OpenGroupware.woa/WebServerResources /opt/opengroupware.org/WebServerResources <LocationMatch "^/ev*"> SetHandler ngobjweb-adaptor SetAppPort 23000 </LocationMatch> # Exchange public folders URL <LocationMatch "^/zidestore/*"> SetHandler ngobjweb-adaptor SetAppPort 23000 </LocationMatch> Alias /zidestore/so/images /opt/opengroupware.org/WOApps/ZideStore.woa/WebServerResources #Alia /ArticleImages/ /opt/opengroupware.org/news # News Alias Alias /ArticleImages /opt/opengroupware.org/news </VirtualHost> --------------------------- Init script: -------------------------- # Configuration section OGO_DIR=/opt/opengroupware.org # Add network hosts and use if you need for testing. I just set to 127.0.0.1 below AND USE APACHE. #HOSTS="'{127.0.0.1,$HOSTNAME,localhost}'" HOSTS="127.0.0.1" OGO_BIN="$OGO_DIR/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware" OGO_ARGS="-WOPort 20000 -WOHttpAllowHost $HOSTS -OGoMinimumActiveSessionCount 0 WOWatchDocEnabled Yes -LSNewsImagesUrl '/ArticleImages' -LSNewsImagesPath '$OGO_DIR/news' LSConnectionDictionary '{databaseName = ogo; hostName = 127.0.0.1; password = ""; port = 5432; userName = ogo}' LSAdaptor PostgreSQL72 LSModelName OpenGroupware.org_PostgreSQL" ZID_BIN="$OGO_DIR/WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore" ZID_ARGS="-WOPort 23000 -WOHttpAllowHost $HOSTS -SxExplain YES -WOCachingEnabled YES -WOHttpTransactionUseSimpleParser YES" OGO_PID_FILE=/var/run/ogo.pid ZID_PID_FILE=/var/run/zid.pid LOG=/var/log/ogo.log # end configuration section --------------------------------------------------------------------------------- Please review the install instructions for redhat systems available at http://opengroupware.org/en/install/index.html Enjoy /ch -- OpenGroupware.org Discussion [email protected] http://mail.opengroupware.org/mailman/listinfo/discuss