Hello I'm running httpd 2.2.15 series on CentOS 6.4 and has a number of virtual hosts working before the installation of ISPConfig 3. Afterwards the virtual hosts no longer work and display the default page. Any ideas why this happens?
The server has to be empty (fresh install) when you want to install ISPConfig on it. Please see perfect setup guides on ispconfig.org for detailed instructions.
till, Mind elaborating on the purpose of 000-ispconfig.conf? I've moved this file outside of the expected directory and my old virtual hosts are working - so is ISPConfig as far as I can tell.
This file contains important security settings and the IP address configuration for the vhosts that were managed by ispconfig, so dont remove it.
Got it. I re-instituted the file and added a directory block for the directory of the original virtual hosts below: Code: <Directory /> AllowOverride None Order Deny,Allow Deny from all </Directory> Everything (seems to) works.