sweeeetOh.. "AddType" should be renamed with "AddHandler", I'll fix it ASAP.
like the ips.conf ?About the directadmin-vhosts.conf file - it's being rewritten during the install
hmm, ok. Im trying it again now. Still with php4 as the default.Everything should work without problems, as I said - just change AddType to AddHandler in "IfModule mod_php4.c" part
6 - I compiled apache 2.2 but the /etc/httpd/conf/ips.conf is in 1.x format causing apache to go down the moment I add any account, still trying to figure out how to fix this (do I go back in customapache and run the convert script?)
apache_ver=2.0 in /usr/local/directadmin/conf/directadmin.conf
/edit
you got this and your ips.conf is still in 1.x format?
suPHP_AddHandler x-httpd-php5
default_php=5
php4_cli=yes
php4_cgi=no
php5_cli=no
php5_cgi=yes
apache_ver=2.2
Changelog:
* Version number has been changed to 0.1.
* Edited showHelp() function.
* Everything is listed in ABC now.* "-e /usr/local/mysql/include/mysql.h" has been changed to "-d /usr/local/mysql/include", it should fix issues with "--with-mysql" option.
* suphp option has been added.
* Note for experienced users has been added (for y option).
* Added functions for experienced users.
* Added few fixes for doPhp function.
* Changed the way how httpd-suphp.conf is being written.
* Added suphp option.
* php4-cli, php5-cli, php4-cgi, php5-cgi functions have been added for experienced users. (for these who use both php4 and php5 and want to update only one of them if new version is released).
* Added some checks for doPhp4, doPhp4_suphp, doPhp5 and doPhp5_suphp functions.
* Changed DOVECOT_VER to 1.0rc30.
* Changed CURL_VER to 7.16.2.
trying to build with these options on CentOS 4 x86_64:
Code:default_php=4 php4_cli=yes php4_cgi=no php5_cli=no php5_cgi=yes apache_ver=2.2
anyone have it working yet?