I cant finish Apache2 install, also cannot remove it. It has blocked my dpkg, now I cant get no installations in or out. I even tried distro upgrade, but it did still has broken dpkg..
How to fix this and get normal Apache2 running?
Just for the heck of it:
gundars@SR528:~$ sudo apt-get remove apache2-common
Reading package lists...
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).
I installed apache2 on my local machine, and when typing "which apache2" it returns:
"/usr/sbin/apache2".
And when trying setting path for apache2 by using the following command:
"sudo apache2 -settingpath /usr/sbin/apache2"
It failed!
Hello,
I'm trying to install the websvn package on Ubuntu Server 12.10, but I get an error message that it's conflicting with apache2-mpm-worker, and it suggests removing it. I don't want to remove apache2-mpm-worker since I think it's working well for my PHP configuration.
Are there any alternatives?
Thanks,
Sammy
Referenced CVEs:
CVE-2009-1890, CVE-2009-1891
Description:
===========================================================
Ubuntu Security Notice USN-802-1 July 13, 2009
apache2 vulnerabilities
CVE-2009-1890, CVE-2009-1891
================================================
I'm interested only in running mailman on localhost and would like access to the web interface, as per https://help.ubuntu.com/community/Mailman, but am getting 404:
root@dur:~#
root@dur:~# ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman -v
`/etc/apache2/sites-enabled/mailman' -> `/etc/mailman/apache.conf'
root@dur:~#
root@dur:~# service apache2 restart
* Restarting web serv
I updated from to 12.10 I came from 12.04, but since then I can't restart Apache2.
#service apache2 start
* Starting web server apache2
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not permitted)
apache2: Syntax error on line 214 of /etc/apache2/apache2.conf: Could not open
configuration file /etc/apache2/httpd.conf: No such file or directory Action 'start' failed.
The Apache
Description:
===========================================================
Ubuntu Security Notice USN-802-2 August 19, 2009
apache2 regression
https://launchpad.net/bugs/409987
===========================================================
A security issue affects the following Ubuntu releases:
Ubuntu 6.06 LTS
Ubuntu 8.04 LTS
Ubuntu 8.10
U
Hi all,
I want to remove Apache2 so I can try nginx instead. I did $ apt-get remove apache2.