Setting up test environment on Mac OSX, running Apache 2, mySQL. Joomla works fine for me and with other extensions I have installed.
I have symbolic links allowed.
I have looked at all you tutorials and read the manuals, and still cannot get my first site to install.
I have a subdomain (slave.novusweb.com) pointing to our server (slave is not the actual name). In the New Site window, I entered slave as the site ID and slave.novusweb.com:9999 in the URL window, since we only allow port 9999 from the outside.
In the apache conf file, I have the following:
<VirtualHost *:80>
ServerAdmin
hostmaster@novusweb.com
DocumentRoot "/Library/WebServer/Documents/cctest1"
ServerName slave.novusweb.com
ServerAlias slave.novusweb.com
ErrorLog "/private/var/log/apache2/slave.novusweb.com-error_log"
</VirtualHost>
Nothing is entered in the Deployed directory field (I have tried {site_dir} as well), since I'm under the impression that if I want to keep the slave sites in the same directory as the site, I don't have to put anything there.
Whenever I then go to
slave.novusweb.com:9999, I get the main site home page, not the installer.
I've checked to make sure permissions and ownership are valid.
The main site URL would be dev.novusweb.com:9999 (the actual port number is different for security reasons).
What am I missing?