Re: render correct appointment link
Helge Hess <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.discuss.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, please use the users list for support questions! You cannot use the Apache proxy with OGo directly. Either use: /--------\ /--------\ /-----\ | Apache | <- mod_proxy -> | Apache | <- mod_ngobjweb -> | OGo | \--------/ \--------/ \-----/ if this is required by your firewall setup (that is, in case you cannot patch the frontend Apache), or, better, just: /--------\ /-----\ | Apache | <- mod_ngobjweb -> | OGo | \--------/ \-----/ If you do as documented, the lonks will work ... regards, Helge On Oct 27, 2003, at 5:13 PM, Stephan Drescher wrote: > hi, > The problem is that everything works quite wel, except that the > automatic > Link-address is rendered useless. I tried to config > apacheproxy/startscript > instead of localhost with the real hostname or virtual hostname , > which did > not improve matters (502 proxy error in this case). > > e.g.: > in your email the participants recieve: > ....clip... > Appointment view > Start: Tuesday, 2003-10-28 11:00 MET > Enddate: Tuesday, 2003-10-28 12:00 MET > Title: test > Location: > Creator: Stephan Drescher > participants: Stephan Drescher > Comment: no comment > Link: > http://localhost:20000//OpenGroupware/wa/LSWViewAction/ > viewAppointment?dateId=22500 > ....clip... > > but i need: > http://virtual.host.name/OpenGroupware/...... > > configuration: > ************************ > use of the apache proxy: > <VirtualHost x.x.x.x> > ServerName bla.x.nl > ProxyPass /OpenGroupware http://localhost:20000/OpenGroupware > ProxyPassReverse /OpenGroupware > http://localhost:20000/OpenGroupware > ..... > </VirtualHost> > > *********************** > starting ogw with: > ....clip.... > HOMEDIR=/usr/lib/opengroupware.org > DAEMON=$HOMEDIR/WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/ > OpenGroupware > NAME=opengroupware > PORT=20000 > HOSTNAME='localhost' > USER=opengroupware > OPTIONS="-WOPort $PORT -OGoMinimumActiveSessionCount 0 -WOHttpAllowHost > $HOSTNAME" > LOG=/var/log/opengroupware/ogw.log > > test -f $DAEMON || exit 0 > source $HOMEDIR/OpenGroupware.org.sh > ...clip... > > thanks for any suggestions > --stephan > -- > OpenGroupware.org Discussion [email protected] > http://mail.opengroupware.org/mailman/listinfo/discuss > -- OpenGroupware.org => http://www.opengroupware.org/ -- OpenGroupware.org Discussion [email protected] http://mail.opengroupware.org/mailman/listinfo/discuss