Last modified: 2010-05-15 15:33:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3451, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1451 - dont works on port different from 80
dont works on port different from 80
Status: RESOLVED WORKSFORME
Product: MediaWiki
Classification: Unclassified
Redirects (Other open bugs)
1.4.x
PC Windows 2000
: Normal blocker with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://limp.iceberg-m.ru:81/wiki/
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-02-02 11:17 UTC by Ivan
Modified: 2010-05-15 15:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ivan 2005-02-02 11:17:13 UTC
try to run mediawiki on windows 2000 server with BigApache
http://www.bigapache.org/ on port 81.
all installed without errors
now I'm try to open index page, but it automaticly redirect me from port 81 to 80
http://limp.iceberg-m.ru/wiki/index.php
not the
http://limp.iceberg-m.ru:81/wiki/index.php

ps 
sorry for my english
Comment 1 JeLuF 2005-02-02 22:45:33 UTC
I did some tests and it works for me on my own site.
Can you provide some infos about your setup, e.g. your LocalSettings.php?
Comment 2 Ivan 2005-02-03 06:49:25 UTC
(In reply to comment #1)
> Can you provide some infos about your setup, e.g. your LocalSettings.php?

<?php

# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.

$IP = "C:\\BigApache\\www\\wiki";
ini_set( "include_path", ".;$IP;$IP/includes;$IP/languages" );
require_once( "DefaultSettings.php" );

# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );

if ( $wgCommandLineMode ) {
	if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
		die( "This script must be run from the command line\n" );
	}
} else {
	## Compress output if the browser supports it
	if( !ini_get( 'zlib.output_compression' ) ) @ob_start( 'ob_gzhandler' );
}

$wgSitename         = "Politehmustdie";

$wgScriptPath	    = "/wiki";
$wgScript           = "$wgScriptPath/index.php";
$wgRedirectScript   = "$wgScriptPath/redirect.php";

## If using PHP as a CGI module, use the ugly URLs
# $wgArticlePath      = "$wgScript/$1";
$wgArticlePath      = "$wgScript?title=$1";

$wgStylePath        = "$wgScriptPath/stylesheets";
$wgStyleDirectory   = "$IP/stylesheets";
$wgLogo             = "$wgStylePath/images/wiki.png";

$wgUploadPath       = "$wgScriptPath/images";
$wgUploadDirectory  = "$IP/images";

$wgEmergencyContact = "123@123";
$wgPasswordSender	= "123@123";

$wgDBserver         = "localhost";
$wgDBname           = "wikidb";
$wgDBuser           = "wikiuser";
$wgDBpassword       = "wikidb";

## To allow SQL queries through the wiki's Special:Askaql page,
## uncomment the next lines. THIS IS VERY INSECURE. If you want
## to allow semipublic read-only SQL access for your sysops,
## you should define a MySQL user with limited privileges.
## See MySQL docs: http://www.mysql.com/doc/en/GRANT.html
#
# $wgAllowSysopQueries = true;
# $wgDBsqluser        = "sqluser";
# $wgDBsqlpassword    = "sqlpass";

$wgDBmysql4 = $wgEnablePersistentLC = true;

## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
# $wgDisableUploads		= false;
$wgUseImageResize		= true;
# $wgUseImageMagick = true;
# $wgImageMagickConvertCommand = "/usr/bin/convert";

## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
# $wgUseTeX			= true;
$wgMathPath         = "{$wgUploadPath}/math";
$wgMathDirectory    = "{$wgUploadDirectory}/math";
$wgTmpDirectory     = "{$wgUploadDirectory}/tmp";

$wgLocalInterwiki   = $wgSitename;

$wgLanguageCode = "ru";
$wgUseLatin1 = false;


$wgProxyKey = "5c8fe892303706fb68a3ce7b6bc28486963a72056e2ee658fe23745a277501";

## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
# $wgDefaultSkin = 'monobook';

## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your
license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used

?>
Comment 3 Ivan 2005-02-03 12:57:38 UTC
May be I can define domain adress by me self ? where I can do it ?
Comment 4 JeLuF 2005-02-04 08:05:05 UTC
You can set $wgServer in your LocalSettings.php to http://limp.iceberg-m.ru:81/
If this doesn't help you'll have to check your apache settings for other
redirects or rewrites.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links