I spent all day getting apache2 to work and what a major pain in the rear that was.
I had to:
Upgrade to Edge
Upgrade to Apache 2.2 / PHP 5.2.0
Recompile - fail - Easy apache downloads a script that is hardcoded to 5.1.6
Recompile - fail - compile scripts think my host are 0.0.0.0 and missed adding :80 to the server hostname
Recompile - fail - %i
The next time i chose to compile and rebuild the apache config and once it rebuilt the apache config (before it finished compiling) i ran httpd -t and fixed the apache.conf until it stopped failing and voila. that worked!
I downgraded and uprgaded several times and got apache to work several times but no php.. for some reason edge is hardcoded to 5.1.6 so keep that in mind if you try it yourself.
I had to:
Upgrade to Edge
Upgrade to Apache 2.2 / PHP 5.2.0
Recompile - fail - Easy apache downloads a script that is hardcoded to 5.1.6
Recompile - fail - compile scripts think my host are 0.0.0.0 and missed adding :80 to the server hostname
Recompile - fail - %i
The next time i chose to compile and rebuild the apache config and once it rebuilt the apache config (before it finished compiling) i ran httpd -t and fixed the apache.conf until it stopped failing and voila. that worked!
I downgraded and uprgaded several times and got apache to work several times but no php.. for some reason edge is hardcoded to 5.1.6 so keep that in mind if you try it yourself.