Find the answer to your Linux question:
Results 1 to 2 of 2
hi, linux newbie here i have installed redhat 9 with apache 2.0.40 but since we need to upgrade it to 2.0.43 to make it compatible with tomcat jk2mod i upgraded ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    2

    syntax error on httpd

    hi,

    linux newbie here

    i have installed redhat 9 with apache 2.0.40
    but since we need to upgrade it to 2.0.43 to make it
    compatible with tomcat jk2mod

    i upgraded the apache to 2.0.43
    the installation procedure that i did was
    remove httpd directory
    wget the apache2.0.43
    tar .....
    ./configure --prefix=/etc/httpd --enable-so
    make
    make install
    /etc/init.d/httpd start

    with this procedure i am getting an error
    Code:
    Starting httpd: Syntax error on line 356 of /etc/httpd/conf/httpd.conf:
    Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration
    i honestly dont know the meaning of the error
    hope you could help me fix this.

    thanks!

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What does line 356 of your httpd.conf look like?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...