Connect failure to the first URL

Hi,


I have finally installed MySource matrix and I want to connect to the page to logon on which I think is "http://IPAddress/__admin" is this correct?

When I try to connect to this page I get an error saying "the requested URL was not found on your server"



I have checked the etc/httpd/conf/httpd.conf file and it contains the following entries in the virtual hosts section:


Use name-based virtual hosting.

#

#NameVirtualHost *:80



#

VirtualHost example:

Almost any Apache directive may go into a VirtualHost container.

The first VirtualHost section is used for requests without a known

server name.

#

<VirtualHost *>

ServerAdmin webmaster@dummy-host.example.com

DocumentRoot /www/docs/dummy-host.example.com

ServerName dummy-host.example.com

ErrorLog logs/dummy-host.example.com-error_log

CustomLog logs/dummy-host.example.com-access_log common

Alias "/__data" "/var/www/html/mysource_matrix_3-2-1/data/public"

Alias "/__lib" "/var/www/html/mysource_matrix_3-2-1/core/lib"

Alias "/__fudge" "/var/www/html/mysource_matrix_3-2-1/fudge"

Alias "/" "/var/www/html/mysource_matrix_3-2-1/core/web/index.php"

</VirtualHost>



Are the entries correct do I need to change any thing else?

Could someone please asssit me in this last section which will allow me to logon to MySource Matrix.



Thanks again in advance

JILL

Actually, its just a single underscore for the _admin alias:


http://url_provided_during_install/_admin



If you provided an IP address during install, you can use that. You need to use the URL you specified, or else Matrix may behave erratically.



Also, if this server is only going to be serving Matrix sites, you don’t need the <VirtualHost> and </VirtualHost> config file directives.