Code:
mrhat:/usr/local/directadmin/custombuild# ./build
*** Cannot find /usr/local/directadmin/custombuild/autoconf-2.61.tar.gz. Aborting ***
edit:
Code:
wget http://files.directadmin.com/services/custombuild/autoconf-2.61.tar.gz
mrhat:/usr/local/directadmin/custombuild# ./build
*** Cannot find /usr/local/directadmin/custombuild/autoconf-2.61.tar.gz. Aborting ***
wget http://files.directadmin.com/services/custombuild/autoconf-2.61.tar.gz
Im using the old version and now I get next:
bash-2.05b# Syntax error on line 23 of /usr/local/directadmin/data/users/nean/httpd.conf:
User cannot occur within <VirtualHost> section
And also a errors for apache conf files in users directory. Like Port is changed with Listen etc...
Is this script working on freebsd or not ?
Regards
nzyme, yes, you should run build_update for it, it's fixed in 1.0rc1 (but it is not released yet). How everything else is working?
default_php=4
php4_cli=yes
php4_cgi=no
php5_cli=no
php5_cgi=yes
apache_ver=2.2
dovecot=no
# Writing data to httpd-php-handlers.conf
echo -n "" > ${PHP_HANDLERS_HTTPD}
if [ "${PHPOPT}" = "1" ] || [ "${PHPOPT}" = "4" ]; then
echo "<IfModule mod_php4.c>" >> ${PHP_HANDLERS_HTTPD}
if [ "${PHPOPT}" = "1" ] && [ "${DEFPHP}" = "4" ]; then
echo "AddHandler application/x-httpd-php .inc .php .php4 .phtml" >> ${PHP_HANDLERS_HTTPD}
elif [ "${PHPOPT}" = "1" ] && [ "${DEFPHP}" != "4" ]; then
echo "AddHandler application/x-httpd-php .inc .php4 .phtml" >> ${PHP_HANDLERS_HTTPD}
elif [ "${PHPOPT}" = "4" ]; then
echo "AddHandler application/x-httpd-php .inc .php .php4 .phtml" >> ${PHP_HANDLERS_HTTPD}
fi
echo "AddHandler application/x-httpd-php-source .phps" >> ${PHP_HANDLERS_HTTPD}
echo "</IfModule>" >> ${PHP_HANDLERS_HTTPD}
fi
[Tue Apr 17 15:32:52 2007] [error] [client xxx.xxx.xxx.xxx] File does not exist: /var/www/htdocs/index.php
Code:mrhat:/usr/local/directadmin/custombuild# ./build *** Cannot find /usr/local/directadmin/custombuild/autoconf-2.61.tar.gz. Aborting ***
Still this error!, just download and install new machine ... (Debian 3.1)
No it's not. Its been said many times you need one CLI version of PHP.
Thanks,
Grant