Siduction Forum

Siduction Forum => Software - Support => Topic started by: michaa7 on 2014/01/08, 19:44:04

Title: apache2 config broken, someone using apache2 localy for testing?
Post by: michaa7 on 2014/01/08, 19:44:04
I am using apache2 *localy* as a test environment on my WS. It used to work fine but when I tried it today (after some month not using it) the config seems broken.
I use /etc/hosts as DNS and /etc/apache2/conf-available/httpd.conf for the virtual hosts. As said, it used to work, but today I only get:
QuoteIt works!

This is the default web page for this server.

The web server software is running but no content has been added, yet.


As the configured paths for all my now not working VHosts didn't change there must be some basic change in apache2 itself. Has httpd.conf become obsolete? What else am I missing?
Title: Re: apache2 config broken, someone using apache2 localy for testing?
Post by: piper on 2014/01/09, 13:10:27
I have no problems with apache2, which is needed for mythweb (mythtv), although I don't use it for a virtual host.

Disregard if you already know this stuff

http://wiki.apache.org/httpd/DistrosDefaultLayout#Debian.2C_Ubuntu_.28Apache_httpd_2.x.29:

and make sure you tried

a2enmod rewrite
a2enmod deflate
a2enmod headers
a2enmod auth_digest
Title: Re: apache2 config broken, someone using apache2 localy for testing?
Post by: cas on 2014/01/10, 00:22:21
Quote from: michaa7 on 2014/01/08, 19:44:04
(after some month not using it) the config seems broken.

some config changed because of upgrade 2.2 -> 2.4
https://httpd.apache.org/docs/current/upgrading.html
Title: Re: apache2 config broken, someone using apache2 localy for testing?
Post by: michaa7 on 2014/01/13, 18:43:04


some config changed because of upgrade 2.2 -> 2.4
https://httpd.apache.org/docs/current/upgrading.html (https://httpd.apache.org/docs/current/upgrading.html)

That's what caused the problems. But it took me some hours too figure out which settings in my configuration I had to change. Unforunately I first found some wrong new settings somewhere in the net :-(
Now working again. Thanks.