I have ran through all the steps and everything appears to run fine.
I am installing Matrix 3.20.3 on Ubuntu Intrepid using the instructions on this website…
http://matrixstuff.blogspot.com/2009/01/installing-mysource-matrix-on-ubuntu.html
So basically all my files are identical to those on this website.
All seams to work okay during install but i get a 404 when i browse to MyIP/_admin
If i browse just to MyIP i get “it works” which suggests to me that apache is not using my matrix install as the default, but i am not sure.
Can someone help me please?
Not too sure about Ubuntu Interpid install but have you done the host config?
nano /etc/hosts
101.0.0.0 (Example IP) www.example.com example
Update Hostname
/etc/init.d/hostname.sh
When I missed this part i got the 404 with the Debian 5.0 install
What's in your
nano /etc/apache2/httpd.conf
file?
Did you make sure to add your virtual hosts to apache?
[quote]What's in your
nano /etc/apache2/httpd.conf
file?[/quote]
ServerName 174.143.254.53
[quote]Did you make sure to add your virtual hosts to apache?[/quote]
how do i go about this?
And finally in reply to tbaatar
My hosts file is up to date.
Thanks very much for all your replies, hopefully we can get this working.
paul
Have you been following the installation instructions on the Matrix website? http://matrix.squiz.net/resources/installation
Please make sure that you are following these steps, as they list the apache alias' that need to be added.
Ahh, of course!
The instructions i was following used a separate site-available file.
When i added what i had in the second one to the default file it burst into life.
Thanks to everyone who helped me
Paul
Enjoy!