okay with an issue in the sourceDS config. If I sound confused I am
totally... I checked my Server Cfg file and everything seems right, Server
(HTTP) I can hit the files with a browser and be asked if I want to save the
file.

Steam Client I disconnect..   Does anyone have SRCDS with sv_downloadurl
working..???

Here is my Server.cfg file and a .res file as I attempt to get the files
required for a custom map.

// Set the Host Name
hostname "CT-Dummies.net"

// Set the rcon password
rcon_password "XXXXXXXXXXX BLANKED OUT XXXXXXXXXXXXX"

// Exec files on startup
exec autoexec.cfg
exec terrastat.cfg
exec mani_server.cfg

// Server Logging
log on
mp_logdetail 1


// Server Variables
mp_timelimit 15
mp_autokick 1
mp_autoteambalance 1
mp_c4timer 45
mp_flashlight 1
mp_footsteps 1
mp_forcecamera 0
mp_freezetime 6
mp_friendlyfire 1
mp_hostagepenalty 4
mp_limitteams 0
mp_roundtime 5
mp_tkpunish 1
sv_maxspeed 320
mp_allowspectators 1
mp_startmoney 4000
mp_chattime 10
sv_voiceenable 1
sv_alltalk 0
decalfrequency 60
mp_falldamage 1

// cheat and fun modes
sv_cheats 0

// Set Server Rates
fps_max 600
sv_maxrate 2000
sv_maxupdaterate 1000
sv_minrate 1000

//HTTP Server
sv_downloadurl "http://www.ct-dummies.net/my_cstrike/";
sv_allowupload 1
sv_allowdownload 1

// Enable/Disable LAN mode
sv_lan 0

// Contact & Geo
sv_contact [EMAIL PROTECTED]
sv_region 1

----------------------   Res File   -------------------
"resources"
{
"maps/cs_beirut2.bsp" "file"
"maps/cs_beirut2.nav" "file"
"maps/cs_beirut2.txt" "file"
"maps/cs_beirut2.res" "file"
}


Jim




----- Original Message -----
From: "Hackmett" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, July 24, 2005 1:15 PM
Subject: Re: [hlds] Setting Up HTTP Server


Hi,

that has imo nothing to do with your problem.
Directory index means that you try to enter the domain and have no
index.htm or so in this directory and the apache creates a file-list

You can test this by enabling the Idexes Option for this directory:
in httpd.conf:
<Directory "/home/virtual/site96/fst/var/www/html/my_cstrike/maps/">
   Options Indexes
</Directory>

But this should not be needed.
If there is no request to the webserver at all your problem seams to be in
the SourceDS config.

this is the latest message I am seeing in the Error logs for HTTP
Server???

[client 69.226.117.201] Directory index forbidden by rule:
/home/virtual/site96/fst/var/www/html/my_cstrike/maps/

----- Original Message -----
From: "Hackmett" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, July 24, 2005 11:32 AM
Subject: Re: [hlds] Setting Up HTTP Server


Hi,

check the apache access-log if there is any request for the files at
all.

btw:
Downloading missing files from the gameserver also didn't work on my
servers when http download was configured.

it's MIME required on a Windows based Web Server???

My host is based on UNIX / Lynx based... What I find strange in this is
the
objects can be seen via web browser and downloaded. But from the game
it
does not pull.

Quick thought, does the client remember past downloads? As I was
testing
this, I took a custom map in my client and renamed it to something
else.
When I attempted to down load, it failed immediately. When I removed
the
res
and any additional objects, then it trickled but still failed on the
BSP.

If this is any help. The trickle was from the game server for all other
objects the bsp was attempted from the web server. Now what I found
additionally intresting is if the object is not found on the HTTP
server
than the download should revert back to the game server to retrieve the
object.


----- Original Message -----
From: "Chris K" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, July 24, 2005 10:26 AM
Subject: Re: [hlds] Setting Up HTTP Server


I created a MIME type on mine for .bz2 files and also compress most
map files. Would this help?

On 7/24/05, Jim <[EMAIL PROTECTED]> wrote:
I do have the folder set to 755 and just attempted another test. I
put
a
single map BSP. on the web server. The .res file was on the game
server,
All
the resources trickled from the Game Server the .BSP map also had a
.BZ2
there as well.

If I use a web browser I can see the file and download it via the web
browser. But going from steam's sv_downloadurl it failed again.

Other suggestions?

_______________________________________________

--

greetz

[Team America] Hackmett

Freedom is not free

www.tawp.de


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds



--

greetz

[Team America] Hackmett

Freedom is not free

www.tawp.de


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to