Hi Martin,

tanks for the answer, here you get the SOGo.conf: I try to start the apache
as root, but today i get the following message:

--------------------
apache2: Syntax error on line 228 of /etc/apache2/apache2.conf: Syntax
error on line 5 of /etc/apache2/conf.d/zz010_psa_httpd.conf: Could not open
configuration file
/opt/psa/admin/conf/generated/13347815590.68893200_server.include: No such
file or directory
Action 'configtest' failed.
The Apache error log may have more information.
 failed!
--------------------

Alias /SOGo.woa/WebServerResources/ \
      /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
      /usr/lib/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
           /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2

<Directory /usr/lib/GNUstep/SOGo/>
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

<LocationMatch
"^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif$
  SetHandler default-handler
</LocationMatch>

## Uncomment the following to enable proxy-side authentication, you will
then
## need to set the "SOGoTrustProxyAuthentication" SOGo user default to YES
and
## adjust the "x-webobjects-remote-user" proxy header in the "Proxy" section
## below.
#<Location /SOGo>
#  AuthType XXX
#  Require valid-user
#  SetEnv proxy-nokeepalive 1
#  Allow from all
#</Location>

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost Off

# When using CAS, you should uncomment this and install
cas-proxy-validate.py
# in /usr/lib/cgi-bin to reduce server overloading
#
# ProxyPass /SOGo/casProxy http://localhost/cgi-bin/cas-proxy-validate.py
# <Proxy http://localhost/app/cas-proxy-validate.py>
#   Order deny,allow
#   Allow from your-cas-host-addr
# </Proxy>

ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0

<Proxy http://127.0.0.1:20000/SOGo>
## adjust the following to your configuration
  RequestHeader set "x-webobjects-server-port" "4223"
  RequestHeader set "x-webobjects-server-name"
"lds62-112-145-54.my-simplyroot.$
  RequestHeader set "x-webobjects-server-url" "
http://lds62-112-145-54.my-simpl$
## When using proxy-side autentication, you need to uncomment and
## adjust the following line:
#  RequestHeader set "x-webobjects-remote-user" "%{REMOTE_USER}e"

  RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"
  RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e
env=REMOTE_HOST

  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all
</Proxy>

## We use mod_rewrite to pass remote address to the SOGo proxy.
# The remote address will appear in SOGo's log files and in the X-Forward
# header of emails.
RewriteEngine On
RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]






2012/4/19 Martin Rabl <martin.r...@rablnet.de>

> How did you start apache? As root or with sudo? And, IMHO there is maybe a
> second aluas definition in an other config file, which was read before the
> SOGo.conf
>
> Greetings,
>    Martin
>
>
> ---
> Martin Rabl
>
> Am 19.04.2012 um 00:20 schrieb <mika.haapama...@googlemail.com>:
>
> > Hi Guys,
> >
> > i have unbelievable problems with the installation ov sogo...
> > I have an Server with plesk, its a root ds server from simplyroot...
> >
> > Actually i cant start Apache 2, i get every time i try to start apache
> the
> > following thing
> >
> > Restarting web server: apache2[Thu Apr 19 00:19:42 2012] [warn] The Alias
> > directive in /etc/apache2/conf.d/SOGo.conf at line 2 will probably never
> match
> > because it overlaps an earlier Alias.
> > [Thu Apr 19 00:19:42 2012] [warn] The Alias directive in
> > /etc/apache2/conf.d/SOGo.conf at line 4 will probably never match
> because it
> > overlaps an earlier Alias.
> > [Thu Apr 19 00:19:42 2012] [warn] NameVirtualHost *:80 has no
> VirtualHosts
> > [Thu Apr 19 00:19:42 2012] [warn] The Alias directive in
> > /etc/apache2/conf.d/SOGo.conf at line 2 will probably never match
> because it
> > overlaps an earlier Alias.
> > [Thu Apr 19 00:19:42 2012] [warn] The Alias directive in
> > /etc/apache2/conf.d/SOGo.conf at line 4 will probably never match
> because it
> > overlaps an earlier Alias.
> > [Thu Apr 19 00:19:42 2012] [warn] NameVirtualHost *:80 has no
> VirtualHosts
> > (98)Address already in use: make_sock: could not bind to address
> 0.0.0.0:80
> > no listening sockets available, shutting down
> > Unable to open logs
> > Action 'start' failed.
> > The Apache error log may have more information.
> > failed!
> >
> > PLEASEEE!!! HELP MEEEE :(( all my Websites cant be fount, after the
> > installation of sogo...
> > --
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to