[OGo-Users] Fedora 5 & OpenGroupware
Adam Tauno Williams
users@opengroupware.org
Mon, 25 Jun 2007 19:29:07 -0400
> I Posted the question about Internal server error - misconfiguration
> in httpd.conf file on the OGo forum.
> http://en.opengroupware.info/viewtopic.php?f=2&t=784&p=9079#p9079
-------------------------------
I Changed the Network properties, httpd.conf file and I restarted these
services: postgresql, httpd and ogo-webui.
When I typed this address httpd://ipaddress/OpenGroupware in the browser
I got an error:
Internal Server error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
-------------------------------
Is apache running?
Is ogo-webui running? (Not "Did you start it?" but "Is it actually
running?")
Are you running any firewall or other zany stuff like SELinux that will
prevent daemons from being able to communicate with each other? For
starters disable all that stuff.
Usually this "internal server error" means everything IS configured OK,
but that some part isn't running/started/available.
What is -
----------------------
<VirtualHost *:20000>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /usr/local/share/opengroupware.org-1.1/www
ServerName 10.1.8.70
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
----------------
- meant to accomplish? Was this configuration stanza provided by the
RPMs or did you add it? It seems very wrong.