[Resolved] Ubuntu 12.04.3 LTS 32 bit Resolving www.litespeedtech.com

Status
Not open for further replies.
#1
I had this problem while installing litespeed on Ubuntu 12.04.3 LTS 32 bit
Code:
cd /usr/local/src
wget http://www.litespeedtech.com/packages/4.0/lsws-4.2.4-std-i386-linux.tar.gz

Resolving www.litespeedtech.com (www.litespeedtech.com)... failed: Temporary failure in name resolution.
Then i could not execute the following lines to run the litespeed

Code:
tar zxvf lsws*.tar.gz && cd lsws*
./install.sh
I have zpanel. Now i want to install litespeed.

Please help me resolve this ?

Thanks
 
Last edited by a moderator:
#3
Problem solved !!

Code:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
Then
Code:
sudo apt-get update
Solved this problem


Thanks !!
 
Last edited by a moderator:
#4
@NiteWave
Can you help me resolve this ?
Code:
level:ERROR (at litespeed home)

[config:vhost:site1.com:context:/cgi-bin/] Path for context location is invalid: /usr/local/lsws/site1/cgi-bin/

Thanks
 
Last edited by a moderator:
Status
Not open for further replies.
Top