Hello everyone, I've installed OpenGroupWare on a Suse 10.2 box. Before that I installed Cyrus, Apache2.2.3 and Postfix. The mailflow is working just fine, Apache is working just fine. After installing OGo I can run OGo perfectly on the server by executing http://localhost/OpenGroupware/ My problem lies in accessing OGo from any location on the LAN with Apache working as frontend. I can access the document root of Apache just fine (http://webserver/ works), but when I redirect the browser to: http://webserver/OpenGroupWare I'm getting a 404, Not Found error message... As far as I can conclude this has something to do with my Apache configuration but I'm out of clues at the moment. I hope someone can help me look into the correct direction. Amongst others a file with the following text was added to the conf.d directory of /etc/apache2 # configuration needed to access the OGo webui # # explicitly allow access<DirectoryMatch /usr/local/share/opengroupware.org-([0-9a-zA-Z]{1}).([0-9a-zA-Z]{1,})/www> Order allow,deny Allow from all </DirectoryMatch>
# required aliases AliasMatch ^/OpenGroupware([0-9a-zA-Z]{1})([0-9a-zA-Z]{1,})\.woa/WebServerResources/(.*) /usr/local/share/opengroupware.org-$1.$2/www/$3 Alias /ArticleImages /var/lib/opengroupware.org/news # # hook up <IfModule ngobjweb_module.c> <LocationMatch ^/OpenGroupware> SetAppPort 20000 SetHandler ngobjweb-adaptor </LocationMatch> </IfModule>I think either the AliasMatch or the LocationMatch isn't working and this only from the LAN part, locally from the server it's working perfectly.
The access.log file from Apache shows only this: 192.168.1.70 - - [10/May/2007:21:37:46 +0200] "GET /OpenGroupWare HTTP/1.1" 404 1077 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Mnenhy/0.7.5.666" The error.log from Apache shows only this: [Thu May 10 21:37:46 2007] [error] [client 192.168.1.70] File does not exist: /srv/www/htdocs/OpenGroupWare I'm out of clues at the moment, maybe someone reading this can point me into the correct direction. Thanks for your help! Best regards, Marco van Eck --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx