You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Unreal Admins > Unreal > Unreal Server - General Chat

Reply
Thread Tools Display Modes
  #1  
Unread 28th September, 2002, 12:32 PM
Aimak Aimak is offline
Killing Spree
 
Join Date: Aug 2002
Location: Spaniard in Netherlands
Posts: 49
Default

I post this here because it can

I'm not sure any whether I have found this on my own or read it somewhere. Anyway, the important is that this quick fix seems to work for both UT and UT2003 WebAdmin.

In ut203_demo folder there is a folder called extras where you can find the file Ip_passthru.pl. This file should be run as root and allows to forward all incoming web connections (port 80) to any port you have set in your .ini (server.ini, ut2003.ini, whatever).

Edit the file and change the following lines:

my $daemonize = 1; # can be changed on cmdline. << puts the program in the background.
my $wanted_uid = 99; # "nobody" on my box.
my $wanted_gid = 98; # "nobody" on my box.
my $server_port = 80; # port we listen on. 80 is standard HTTP.
my $passthru_port = 8080; # port to connect to for passthrough. << This port must be the same than in your .ini file

So now run the program and try conencting ...
http://[server-ip]:80/ServerAdmin/
http://[server-ip]:80/SemiWebAdmin/

It works for me
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:23 AM.


 

All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.