[OGo-Users] RE: What version of Ogo for Zidelook?

Adam Tauno Williams users@opengroupware.org
Thu, 07 Jun 2007 16:02:47 -0400


--=-I89WRVLlNwZQZz8O6WGN
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On Thu, 2007-06-07 at 21:46 +0200, Lars Schimmer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> Adam Tauno Williams wrote:
> >>> I use the debian nighlty build (trunk) on a debian etch.
> >>> As long as you don=C2=B4t upgrade every night, it is "stable" enough =
to use it.
> >>> Right now I try to install the ZideLook package, but there are some
> >>> small issues with the installer script and debian etch/apache2.
> >>> I expect them to be solved in a very short time.
> >>   Regarding the installer script : what do I need to do to correct the
> >> config problem?
> >=20
> > What specifically is the problem?
>=20
> Install of zidelook server on debian etch - debian.version is 4.0, the
> install script asks just for 3.0 or 3.1.
> So it won=C2=B4t install on etch.

Don't know anything about that (since I don't use Debian).

> And it wants apache, we use apache2.

Shouldn't be a big deal to configure it manually.  All zidelook wants is
an Apache that listens on port 8050 and connects the appropriate URLs to
the ZideLook ZideStore via ngobjweb.  Maybe you can just stick these in
a vhost entry (I've been meaning to try that but have never gotten
around to it).

-----
# ~skyrix5/Library/WebServer/zidestore.conf

# Apache ZideStore configuration file

Alias /images/ /opt/skyrix/skyrix5/WOApps/ZideStore.woa/WebServerResources/

# Evolution
<LocationMatch "^/ev*">
  SetHandler ngobjweb-adaptor
  SetAppPort 23005
</LocationMatch>

# Exchange
<LocationMatch "^/exchange/*">
  SetHandler ngobjweb-adaptor
  SetAppPort 23005
</LocationMatch>

# Exchange Public Folders
<LocationMatch "^/public*">
  SetHandler ngobjweb-adaptor
  SetAppPort 23005
</LocationMatch>

# Exchange Personal Folders
<LocationMatch "^/personal*">
  SetHandler ngobjweb-adaptor
  SetAppPort 23005
</LocationMatch>

# ZideStore
<LocationMatch "^/zidestore*">
  SetHandler ngobjweb-adaptor
  SetAppPort 23005
</LocationMatch>




--=-I89WRVLlNwZQZz8O6WGN
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBGaGRnLRePpNle04MRAviuAJ9ZShEviV2MFMefbg+nexTvSqSmawCfXeSo
dZhSqv6gr8QrKD2OndILKmU=
=GyAW
-----END PGP SIGNATURE-----

--=-I89WRVLlNwZQZz8O6WGN--