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?

----- Original Message -----
From: "pearl" <[EMAIL PROTECTED]>
To: <hlds@list.valvesoftware.com>
Sent: Sunday, July 24, 2005 9:34 AM
Subject: RE: [hlds] Setting Up HTTP Server


Make sure the above folder also is also set to 755

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Jim
Verzonden: zondag 24 juli 2005 18:19
Aan: hlds@list.valvesoftware.com
Onderwerp: Re: [hlds] Setting Up HTTP Server

Okay I attempted what you mentioned and the following is what I found..

Directory index forbidden by rule:
/home/virtual/site96/fst/var/www/html/cstrike/
[Sun Jul 24 09:03:24 2005]

How would I make this available to the users?  Current Permissions are
755.

Excuse my ignorance on this.. the fustrations have been growing with
something that would seem so simple.... I think it is basically a lack on
my
part of knowing how to configure the Web Server directory structure.


----- Original Message -----
From: "Hackmett" <[EMAIL PROTECTED]>
To: <hlds@list.valvesoftware.com>
Sent: Saturday, July 23, 2005 4:48 PM
Subject: Re: [hlds] Setting Up HTTP Server


Hi,

Please post what information the apache log (should be
/var/log/apache/error.log) gives you. Then look into the server log for
errors.

Do not forget to put all files that need to be downloaded on the
gameserver and also on the webserver.

You also should compress your files with bz2, looking into the log shows
that the client always tries to download a compressed version of a file.
syntax: "bzip2 -zkv --best filename"

If possible it is imo always a good idea to create a new apache-vhost and
a subdomain instead of using directories under your sites rootdir.

This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
SRCDS - Server.

I aquired an HTTP service to host my Custom objects to eliminate the
pull
on the Game server. I then FTP'd all the strutures required maps,
materials, etc. to a folder "/var/www/html/cstrike/"

so the site would now pull as follows:

http://{Site}/cstrike/maps/cs_beirut2.bsp

Then I turned on the sv_downloadurl in the Server.cfg file:

sv_downloadurl "http://{site}/cstrike/";

as a final test I renamed the object cs_beirut2.bsp in my client and
attempted to connect to the server to test this and ended up with a
message disconnecting due to missing map/maps/cs_beirut2.bsp,
disconnecting.

Okay where did I go astray here. I did attempt through a browser to
attached to a txt file at the location and found it fine at
"http://{site}/cstrike/maps/sample.txt";

Any help would be appreciated.

Jim
--


_______________________________________________
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




_______________________________________________
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