How to install DirectAdmin in Amazon EC2?

chun1617

Verified User
Joined
Oct 7, 2009
Messages
14
I am trying to install DirecAdmin in Amazon EC2 (Centos 5.5)
But when the install was finish, it can't not to restart httpd service
After installation is complete, there will not be prompted the DirectAdmin login data.
May I ask how to install DirectAdmin in the EC2?
 
Would you say this link? I have tried to install DirectAdmin reference this link

But when I do the following steps, I can not continue. SSH will prompt somthing error.
Code:
# cd /usr/local/directadmin/scripts; while [ true ]; do sed -i 's/--bind-address=\$IP//; s/--bind-address=\${3}//;' *.sh > /dev/null > 2&>1; sleep 10; done & sh setup.sh 11111 22222 vpslux.com eth0:0 1.1.1.1
 
What error?

Each ; character is the same as a line break; if necessary run each setin (between the ; characters separately, to see where the error comes from.

Jeff
 
When I finished adding "# ifconfig eth0:0 inet 1.1.1.1 netmask 255.255.255.255 up" (IP has been change to EC2 static IP), and start the installation, At "Connecting to www.directadmin.com|66.51.122.131 |: 443 ... "this stage, has been unable to connect.

Is it because the eth0:0's Bcast have not set the IP with eth0 of the same?
And how can I modify Bcast IP?
 
Back
Top