What's in your /etc/httpd/conf/extra/httpd-php-handlers.conf ?
well, actually i was hoping to find such a file but its not there
great addition to the /extra folder though
edit:
Code:
mrhat:/usr/local/directadmin/custombuild/configure/ap2/conf/extra# ls -l
total 68
-rwxr-xr-x 1 root root 2 Apr 6 21:45 directadmin-vhosts.conf
-rwxr-xr-x 1 root root 334 Apr 6 21:45 httpd-alias.conf
-rwxr-xr-x 1 root root 2825 Apr 6 21:45 httpd-autoindex.conf
-rwxr-xr-x 1 root root 1649 Apr 6 21:45 httpd-dav.conf
-rwxr-xr-x 1 root root 2344 Apr 6 21:45 httpd-default.conf
-rwxr-xr-x 1 root root 1214 Apr 12 21:32 httpd-deflate.conf
-rwxr-xr-x 1 root root 1103 Apr 6 21:45 httpd-info.conf
-rwxr-xr-x 1 root root 5040 Apr 6 21:45 httpd-languages.conf
-rwxr-xr-x 1 root root 696 Apr 9 20:58 httpd-manual.conf
-rwxr-xr-x 1 root root 3534 Apr 6 21:45 httpd-mpm.conf
-rwxr-xr-x 1 root root 2156 Apr 6 21:45 httpd-multilang-errordoc.conf
-rwxr-xr-x 1 root root 10111 Apr 9 20:54 httpd-ssl.conf
-rwxr-xr-x 1 root root 812 Apr 6 21:45 httpd-userdir.conf
-rwxr-xr-x 1 root root 1670 Apr 6 21:45 httpd-vhosts.conf
edit2
its missing here to:
Code:
http://files.directadmin.com/services/customapache/beta/custombuild/configure/ap2/conf/extra/
or is it generated on the fly ?
edit3:
doesn't look like it, since there is no mentioning of *php-handlers* in the whole custombuild/ folder..
edit4:
hmm, just did a ./build update and this is what i got:
Code:
mrhat:/usr/local/directadmin/custombuild# ls -l build
-rwxr-xr-x 1 root root 91005 Apr 15 21:00 build
mrhat:/usr/local/directadmin/custombuild# ./build
./build: line 1: autoconf: command not found
./build: line 331: [: -ge: unary operator expected
./build: line 3254: syntax error near unexpected token `;'
./build: line 3254: ` if [ "${PHPOPT}" = "1" ] && [ "${DEFPHP}" != "5" ]; then; then'
edit5:
BTW, why dont you just drop the options.conf file and let everything be done with ./build ?
eg.
./build all d
stands for apache2+php5+proftpd
./build ap2 php4-cgi php5-cli dovecot proftpd
stands apache2 with php4/5, dovecot and proftpd
./build ap2 php4-cli proftpd
you got the point
also, is Zend compiled-in by default ?