Can you give me the full list of php/apache config options
Sure here is what I did:
Apache-1.3.12:
./configure --prefix=/var/lib/apache --sysconfdir=/etc/httpd --datadir=/home/httpd --logfiledir=/var/log/httpd --enab
le-module=most --enable-shared=max --disable-rule=WANTHSREGEX
MySQL-3.22.32:
./configure
PHP-3.0.16:
./configure --with-apxs=/var/lib/apache/bin/apxs --with-config-file-path=/etc/httpd --with-mysql --with-system-regex
(with the bloody apxs fix (faq4.11🙂)
I don't know what makes it segfault cause I've got another page using almost the same "background" code working fine. All I use are some inclued/require with some if/else links nothing heavy.
I don't care (I think) how thing are compiled static/dyn. as this is just my test box but I need apache - mysql - php working end of story.
So any suggestions on how I could improve my .configs are welcome.
(php is so fun when it's working)