Tagged Questions
1
vote
3answers
73 views
How does aptitude determine what version of a package/application to install? i.e. Apache 2.2 vs 2.4
So I wasted several days dealing with a lame Apache2 bug that was fixed in Februry 2012. I couldn't figure out why I was experiencing the bug still until I discovered my version Apache2 was a 2.2.x ...
2
votes
2answers
55 views
Differences between “apache”'s installations
Using Ubuntu 12.04, are there any differences between installing Apache httpd using sudo apt-get install apache2 (as the guide of Ubuntu says - https://help.ubuntu.com/12.04/serverguide/httpd.html
) ...
1
vote
1answer
143 views
apt-get sub-process returned an error code (1)
I recently removed apache2 from my linode ubuntu server with:
apt-get --purge remove apache2
Then tried to install it again (apt-get install apache2). But since then, I can't use apt-get anymore, I ...
0
votes
1answer
139 views
How to download source, modify source, recompile and build .deb package?
I have to customize my Apache2 suExec module to ensure some special environment variables getting passed through suExec.
How to download the source code form Debian package apache2-suexec, modify ...
-1
votes
1answer
52 views
prevent apt dependency from being satisfied (permanently)
I want to install mailman (just to use it's mail archiving feature) but Ubuntu wants to pull down a load of extra dependencies.
sudo apt-get install mailman
Reading package lists... Done
Building ...
0
votes
1answer
176 views
Resolving unmet dependancy in ubuntu 10.04
I am geeting the folowing error when i tried installing beanstalkd (sudo apt-get install beanstalkd) and I even tried -f option but none helped what can id do
Reading package lists... Done
Building ...
0
votes
1answer
656 views
Issues installing apache debian
I'm having issues installing apache2, and pretty much everything in general, I'm using debian.
I run sudo apt-get install apache2 and then it returns
root@debian:~# apt-get install apache2
Reading ...
1
vote
1answer
760 views
apache 2.4 on debian squeeze via apt
Is there a source like dotdeb.org which offers the apache 2.4 packages for Debian squeeze? I'm looking for Apache modules. I want to install the modules from this source and then the actual version of ...
0
votes
1answer
962 views
apache 2.4 with php on debian squeeze
I've just compiled and installed apache 2.4 on my debian squeeze machine. It was the first time I've compiled it on my own. My next step should be installing mod_php for the server. Now I was thinking ...
3
votes
2answers
2k views
How do I install a newer version of Apache2 if apt-get does not automatically find it?
I've installed apache2 on my ubuntu machine using the apt-get package manager. It installed apache 2.2.16. I'd like to upgrade to the latest (or at least a newer version) of apache2 but apt-get ...
1
vote
1answer
679 views
Applications not installing due to unmet dependencies
I was running Apache on Linode. I recently shifted to Lighttpd and removed apache, now whenever I try to install any application I get the following error.
ivineet:~# apt-get install subversion
...
0
votes
3answers
593 views
Using apt-get fails due to improperly configured dav_svn.conf file?
We're working on updating one of our internal development servers (running an older version of Ubuntu, 8 or 9 I'd guess), and are encountering errors when upgrading/installing packages using apt-get. ...
1
vote
5answers
90 views
Debian Potato (or atleast I think) unable to find apache2-utils
So I handed over an old linux box which has Debian Linux. I do'nt know which exact release it is. /etc/debian_version reveals testing/unstable. Based on a rough idea of when the server was put in ...
1
vote
2answers
364 views
Can't install PHP after apt-get dist-upgrade
I had a server with perfectly running for months classical LAMP installation on Ubuntu 8.04:
Linux localhost 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linux
DISTRIB_ID=Ubuntu
...
0
votes
1answer
58 views
Help Upgrading Apache2 using apt-get
I have an old Ubuntu server (dapper) running apache 2.0.x that I need to upgrade. I want to upgrade apache to the latest version of 2.0 and not upgrade to apache 2.2.
If I do an sudo apt-get install ...
0
votes
1answer
900 views
Ubuntu: unable to install libapache2-svn
I get the following error when installing libapache2-svn on ubuntu 9.04.
root@....:~/install_scripts# apt-get install libapache2-svn
Reading package lists... Done
Building dependency tree
Reading ...
2
votes
2answers
1k views
I can't get rid of apache2
It's obvious that I am a newbie with server administration; my goal is to reach the knowledge needed to working with web services.
I played with my Debian server, and I messed up apache2; Now I want ...
1
vote
2answers
823 views
sudo apt-get install apache2 does not fetch apache
Trying out sudo apt-get install apache2, this is what I get:
root@x27:/home/test# sudo apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state ...
0
votes
1answer
1k views
How to install apache on AWS ubuntu instance?
I've tried a few standard Ubuntu instances on Amazon's Web Services (AWS), but I can never find the apache package using apt-get.
Thanks,
Aidan.
1
vote
1answer
693 views
debian and apache2 install
I just logged in to my newly purchased VPS server that used debian and tried to install apache2, here what happens as a root:
vs12-101:/# apt-get install apache2
Reading package lists... Done
...
1
vote
4answers
2k views
how to upgrade already installed apache2 on debian (lenny)
I have an debian lenny box up and running with apache2 2.11.6 (this was testing stream some month agotesting some)
Now on testing stream is 2.12.1 I want to upgrade my apache2, but not the other ...