
Hershel Robinson wrote:
root@host [~]# service httpd status
Not Found
The requested URL /server-status was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. _________________________________________________________________
Apache/1.3.33 Server at host.mzshosting.com Port 80 root@host [~]# rpm -q httpd httpd-2.0.51-2.9
This looks pretty weird. RPM says apache 2.0.51 is installed, but when you ask for its status you get some sort of HTML answer from an apache 1.3.33 server... Fedora Core 2 comes with apache2 by default and I guess that the OTRS RPM expects to find apache2 as well. However, it looks like your server has apache2 installed, but it's not using it. Instead 1.3.33 is running. I guess your server provider messed with the OS quite a bit. You might want to ask them what's up with apache1.3/apache2. Nils Breunese.