I am in the process of migrating my existing MediaWiki installation over to a new server running CentOS 5.2. I have the following installed on the new server:
MediaWiki 1.13.4 PHP 5.1.6 MySQL 5.0.45 MediaWiki is installed under /var/www/html/intranet. The full URL to the main page on the old site is http://intranet.company.com/wiki-it/index.php/Main_Page. The new one should be same except for intranet2.company.com... I am using another application on this server that uses apache. When I browse to http://intranet2.company.com/wiki-it/index.php/Main_Page, it brings up the other application. I have the following in my /etc/httpd/conf.d/perl.conf file: <VirtualHost 10.9.10.212> ServerName rtnew.company.com ServerAdmin [email protected] DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 PerlRequire /opt/rt3/bin/webmux.pl <Directory /opt/rt3/share/html> Order allow,deny Allow from all SetHandler perl-script PerlResponseHandler RT::Mason </Directory> </VirtualHost> Do I need to add to this file or create a new conf file under /etc/httpd/conf.d so that my new MediaWiki page comes up (http://intranet2.company.com/wiki-it/index.php/Main_Page)? What needs to go in there? Thanks for any help. Shannon _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
