Koozali.org: home of the SME Server

httpd failed to start

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
httpd failed to start
« on: November 16, 2005, 06:38:18 AM »
I was working on a clients SME 6.0-01 server that has been modified with the SME Plus package. I had to preform a re-boot due to a wan change, and noticed that httpd did not restart. I can not access server manager from a local workstation, but can using a tunnel through putty.

message logs shows

Nov 16 00:24:45 server httpd: Syntax error on line 884 of /etc/httpd/conf/httpd.conf:
Nov 16 00:24:45 server httpd: Invalid command 'PerlModule', perhaps mis-spelled or defined by a module not included in the server configuration
Nov 16 00:24:45 server httpd: httpd startup failed

That section of my httpd.conf is as follows

###ModIndex Indexer  Directives

alias /ModIndex /opt/ModIndex/
alias /ModIndex_Files /opt/ModIndex/

PerlModule Apache::ModIndex <- Line 884
<Location /ModIndex>
  SetHandler perl-script
  PerlHandler Apache::ModIndex
</Location>


<Directory /opt/ModIndex>
    AllowOverride None
    order deny,allow
    deny from all
    allow from all
</Directory>


I have compared that section against a server that is running properly, and can find no differences between a functional server, and this server. My client is not dead in the water, and is not even aware that there is a problem, but I would like to get it resolved.


any ideas as to where to start?

Thanks in advance


Bob
If you think you know whats going on, you obviously have no idea whats going on!

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: httpd failed to start
« Reply #1 on: November 17, 2005, 08:34:07 AM »
Quote from: "crazybob"
I was working on a clients SME 6.0-01 server that has been modified with the SME Plus package.
...


You should start with the maintainers of the SME Plus package.

Offline crazybob

  • *****
  • 894
  • +0/-0
    • Stalzer R&D
httpd failed to start
« Reply #2 on: November 30, 2005, 06:34:28 AM »
Thanks for pointing me in the right direction Charlie. Re-loaded modindex and that fixed it.


Bob
If you think you know whats going on, you obviously have no idea whats going on!