Hi,
I'm thinking about trying to run my Pi as a little webserver for a small project. Has anyone tried running apache, or is there anything more suitable for the Pi?
Which WebServer apache
6 posts
- Posts: 343
- Joined: Mon Nov 21, 2011 9:29 pm
Ok so I run the following and it fails because it's looking for the wrong version.
----------------------------------------------------------------------------------------------------------------------------------
pi@clu:~$ sudo apt-get install nginx
......blah blah blah
Do you want to continue [Y/n]? y
Err http://ftp.uk.debian.org/debian/ squeeze/main nginx armel 0.7.67-3+squeeze1
404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/pool/ma ... _armel.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
----------------------------------------------------------------------------------------------------------------------------------
If I look at the repository "nginx_0.7.67-3+squeeze2_armel.deb" exsists but "nginx_0.7.67-3+squeeze1_armel.deb " doesn't.
Why is my repository look for squeeze1 and not squeeze2?

----------------------------------------------------------------------------------------------------------------------------------
pi@clu:~$ sudo apt-get install nginx
......blah blah blah
Do you want to continue [Y/n]? y
Err http://ftp.uk.debian.org/debian/ squeeze/main nginx armel 0.7.67-3+squeeze1
404 Not Found
Failed to fetch http://ftp.uk.debian.org/debian/pool/ma ... _armel.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
----------------------------------------------------------------------------------------------------------------------------------
If I look at the repository "nginx_0.7.67-3+squeeze2_armel.deb" exsists but "nginx_0.7.67-3+squeeze1_armel.deb " doesn't.
Why is my repository look for squeeze1 and not squeeze2?
run apt-get update
- Moderator
- Posts: 1483
- Joined: Wed Dec 28, 2011 11:45 pm
and then
- Code: Select all
sudo apt-get upgrade