strange Apache vhost problem
-
Hi Folks,
Maybe it’s lack of sleep – I’ve done this lots of times before, but this time something strange is happening.LAMP stack on Debian.
Multiple wordpress sites, each in it’s own directory under /var
Vhost setup by IP number
– add IP:port to /etc/apache2/ports.conf
– create /etc/apache2/sites-enabled/<foo>
– setup IP address, ServerName, etc.
But… after enabling the site, and trying to go to http://<site>/wp-admin/install.php – I seem to be going to one of my other sitescurl -v tells me that I’m going to the right IP, but..
– http://<site>/wp-admin/install.php tells me that my database is already set up and allows me to log in – and I get to an existing site’s admin dashboard
– http://<site> gives me a blank page (not the other site)
curl -v also tells me that:
X-Pingback: http://www.greaterdemocracy.org/xmlrpc.php (the WRONG site)Obviously, I’m missing something in my vhost or my wordpress setup, but what????
The topic ‘strange Apache vhost problem’ is closed to new replies.