DIYMacServer » Apache

3 posts

64 Bit Apache?

started at 25 Aug 2008
started by BigMadKev
last reply from BigMadKev
  • 25 Aug 2008
    #

    When you install Apache on Leopard as per your instructions is this in 64 Bit Mode? If no how do I ensure that I have Apache 2.2.9 Installed in 64 Bit Mode?

    Many THanks

  • 06 Sep 2008
    #

    Try to add the following compiler flag

    CFLAGS="-arch x86_64" \
    ./configure --enable-layout=DIYMacServer \
    --enable-mods-shared=all \
    --with-ssl=/usr \
    --with-mpm=prefork \
    --disable-unique-id \
    --enable-ssl \
    --enable-dav \
    --enable-cache \
    --enable-proxy \
    --enable-logio \
    --enable-deflate \
    --with-included-apr \
    --enable-cgi \
    --enable-cgid \
    --enable-suexec

    and try it again.

  • 07 Sep 2008
    #

    Thanks richard this has done the trick!

Reply

You must log in to post.