I am using Apache v. 1.3.22 in AIX 4.3.3 patch level 8.
I do not have a .../apache/src directory, just these:
bin, cgi-bin, conf, htdocs, httpd, icons, include, libexec, logs, man, proxy
Per my employer's requirements, there are "no compilers on machines that serve the public", ie. WWW servers.
All the installation instructions I've read seem to require recompiling Apache to include php modules.
Aside from getting access to another machine, installing gcc or another compiler, putting Apache and php on that machine, installing the latter, compiling the former, and then copying all the relevant trees to my WWW server, is there a more straightforward way to add php support to my currently-running Apache server?
I'd also like to mimimize downtime on the web server, of course...
Thank you!
henry