Hi all,

I built an Apache 1.3.26 binary with PHP 4.2.1 support for AIX. When I used this binary on another system, it worked great, the only thing that bothered me is when I created a test page using the phpinfo() function, the "System" field has the hostname of the machine I created the binary on. Do I need to change a setting somewhere, I looked in php.ini, no luck.

Thanks in advance.

Mouncef

    I will not bet my hand, but maybe it's written inside the apache binary
    during its compilation ? (so, you're stuck without a new compilation
    on the other host)

      Why not just try and recompile it on the other box and see for yourself? It'll only take you like less then 5 minutes =)?

        When I recompile it, it works. The problem is my boss needs a binary of Apache/PHP (I have no idea why!!!). I guess I'm just gonna have to deal with it for now.

          Based on my experience, if you're using the old file phpinfo(), it will store the old configuration. One way to do it is remove the file and create it again or rename the file.
          Hope this helps ... 🙂

          Mike

            Write a Reply...