I was stuck re-compiling Apache today to enable support for mod_proxy so I could pass requests through our existing webserver seamlessly to our new PHP5-sporting webserver. Of course I decided to make some other “optimizations” along the way with our Apache configuration, so I ended up breaking everything.
Recompiling Apache threaded of course required that I recompile PHP so it had thread support, and recompiling PHP meant I had to re-tackle the problem of Oracle support in PHP which has always been quite shady anyway.
To make a long story short, one of the things I needed to know was which parameters to pass into each ./configure command. PHP’s handy-dandy phpinfo(); page shows you the configure command used, but I didn’t know off hand how to find out which parameters Apache had been built with.
After poking around in the Apache root directory, I found my answer. Apparently the Apache configure command saves a pretty format of itself every time it’s compiled. On our box at work, I found it in <server_root>/build/config.nice - I presume it’s in a similar location for everyone.
For anyone wondering, yes, I did get mod_proxy up and running, and everything works like a charm. I’ll probably toss together another quick entry tomorrow about our specific use case, since I had to piece together all the information I found from dozens of different sites, none of which seemed to have the whole picture.
In the mean time, happy compiling!
What’s with the Vista SP1 Delay?
Vista SP1 was RTM earlier this month, and they announced a laid-back release schedule.
Their plans for slowly rolling it out to end users sound great, but I have to wonder why Microsoft doesn’t plan on releasing SP1 to IT Pros through TechNet until it’s publicly available for users to download.
This seems like negating the entire point of the TechNet community if you ask me. It’s there so its members can get their hands on essentially all of Microsoft’s software for testing and pre-deploy purposes. Several Windows 2008 Server builds have been on TechNet, and it was available for full download the day it went RTM. Why, then, is Vista’s service pack different?
Update: Per the rumors, the release schedule for SP1 has indeed been changed, so that technical users get updates sooner than expected.
I still don’t understand why we’re waiting for TechNet. If nothing else, those users should get it at the same time VL customers do - they’re likely one and the same people.
I was waiting to rebuild my Vista box at home1 until SP1 was available, but it looks like that’s still going to take too long. Maybe I’ll move ahead with my plan to make that box a Windows 2008 Server and using my Ubuntu laptop as my primary machine…