On 9/8/13 11:07 PM, Yehuda Katz wrote:
apache2ctl -S
Thanks, Yes, it's listening:
000.000.000.28:80 is a NameVirtualHost
default server firstdomain.com
(/etc/apache2/sites-enabled/edcmeals-conf:11)
port 80 namevhost firstdomain.com
(/etc/apache2/sites-enabled/edcmeals-conf:11)
Ubuntu moves some of the configuration around in the default installation,
so you need to make sure you are putting things where it expects if you
installed from apt.
The first thing to check is if apache is listening for those vhosts. Look
at the output of `apache2ctl -S` for your vhosts (you mig
Hello,
I'm having a problem matching virtual hosts.
I am using this reference:
http://httpd.apache.org/docs/2.2/vhosts/examples.html
(Specifically the part: "Name-based hosts on more than one IP address.")
An example (snippet) of my config (ubuntu 12.04) is:
I have an installation of apache 2.2 (Ubuntu 12.04LTS) and mediawiki 1.21.
I am trying to get short URLs working. I've configured mod-rewrite
before on other systems and I can't find anything wrong with any of the
various setups I've tried, but mod_rewrite is being silently ignored.
Here's my m