apache won't start after installing DA

antpeks

Verified User
Joined
Jun 29, 2006
Messages
26
Location
Antwerpen
HI all,

I have installed DA with the following options:

Code:
Do you want to have PHP4 or PHP5 as default? (4/5): 4
Please enter 'yes' or 'no':no
Do you want to have PHP4? (yes/no): yes
Do you want to have PHP4 as CLI or CGI? (cli/cgi): cgi
Do you want to have the php.ini (PHP configuration file) rewritten? (yes/no): y
For the next question, the usual file is the dist (distribution) version.What t
pe of php.ini (PHP configuration file) do you want to have? (dist/recommended):
Do you want to have Zend Optimizer? (yes/no): yes
Do you want to be able to update/instal MySQL using CustomBuild? (yes/no): yes
Which version of MySQL do you want to have? (4.1/5.0: 4.1
Which version of Apache do you want to have? (1.3/2.0/2.2): 1.3
Do you want to be able to install/update phpMyAdmin using CustomBuild? (yes/no)
 yes
Do you want to be able to install/update SquirrelMail webmail using CustomBuild
 (yes/no): yes
Do you want to be able to install/update RoundCube webmail using CustomBuild? (es/no): yes
Do you want to install PHP mail() header patch together with PHP? (yes/no): yes
Do you want to install Dovecot? (yes/no): yes
Do you want to be able to update Exim configuration file (exim.conf) using CustomBuild? (yes/no): yes
Do you want to be able to install/update ProFTPD using CustomBuild? (yes/no): y
Do you want to clean everything (run './build clean' every time) running Custom build? (yes/no): yes
Which fileserver do you want to use (1 is located in USA, 2 - Europe)? (1/2): 2


during the install i get this error:

Code:
PHP 4.4.8 Installed.
Writing data to /etc/httpd/conf/extra/httpd-suphp.conf
Done.
Rewriting all users httpd.conf files, please wait...
In debug mode
Debug set to level 10
root priv set: uid:0 gid:0 euid:0 egid:0
pidfile written
staring queue
done queue
Restarting apache.
Stopping httpd:                                            [FAILED]
Starting httpd: fopen: No such file or directory
httpd: could not open document config file /usr/local/directadmin/data/users/adm
in/httpd.conf
                                                           [FAILED]



and i am getting the following error in the httpd error_log

Code:
[Thu Mar  6 19:18:11 2008] [error] mod_ssl: Init: Unable to read server certificate from file /etc/httpd/conf/ssl.crt/server.crt (OpenSSL library error
[Thu Mar  6 19:18:11 2008] [error] OpenSSL: error:0D06B08E:asn1 encoding routines:ASN1_D2I_READ_BIO:not enough data

After the installation apache is not running, and it can't be started

Can somebody please help.

Peter
 
Last edited:
Code:
touch /usr/local/directadmin/data/users/admin/httpd.conf
 
touch /usr/local/directadmin/data/users/admin/httpd.conf

Code:
touch: cannot touch `/usr/local/directadmin/data/users/admin/httpd.conf': No suc
h file or directory

I wonder was is going wrong
 
no i didn' delete the admin account, today i he ordered a resh CENT OS 5 installfrom my dedi provider, and started the install once again, i took the same options, php 4 by deault as CGI php 5 as cli, apache 1.3.

I didn't work, i have da running on http://nl1.joy-scape.com:2222/ but apache isn't running, and Direct admin is showing cannot find file: /usr/local/bin/php

If someon has a clou, if a server login is needed please pm me
 
Last edited:
Back
Top