[EMAIL PROTECTED] images download incompletely

2005-07-31 Thread Mikhail Simkin
Images download incompletely: can this be due to Apache settings? After I moved my website, which was previously housed at university webserver to web hosting provider called Netfirms I noticed that on one of my webpages persistently 2-3 images (out of 12) are incompletely downloaded. After

Re: [EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Sean Conner
It was thus said that the Great Chase once stated: > > Assuming someone types "www.somedomainname.com/somefilename.htm" into > the location field in their favorite browser... > > A browser would never request like this would it: > > GET /somefilename.htm > > ?? > > > Since so many webs

Re: [EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Dan Goodes
On Sun, 31 Jul 2005 at 21:40, Chase wrote: > Is the GET request always rooted at "/" ? Actually, I tell a lie. The format of a request COULD be GET http://www.somedomainname.com/somefilename.htm HTTP/1.1 although this form of request is likely only when talking to a proxy server. Have a read of

Re: [EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Chase
Is the GET request always rooted at "/" ? In other words, is the browser itself responsible for figuring out what the full path to file is, if, for instance, the user clicks on a relative link? - Chase On Jul 31, 2005, at 9:33 PM, Dan Goodes wrote: On Sun, 31 Jul 2005 at 21:11, Chase w

Re: [EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Dan Goodes
On Sun, 31 Jul 2005 at 21:11, Chase wrote: > Assuming someone types "www.somedomainname.com/somefilename.htm" into > the location field in their favorite browser... > > A browser would never request like this would it: > > GET /somefilename.htm > > ?? > > > Since so many websites are using sh

[EMAIL PROTECTED] "GET /somefilename.htm" ... Would a browser do this?

2005-07-31 Thread Chase
Assuming someone types "www.somedomainname.com/somefilename.htm" into the location field in their favorite browser... A browser would never request like this would it: GET /somefilename.htm ?? Since so many websites are using shared ip addresses, don't requests made by browsers, just

Re: [EMAIL PROTECTED] Is it possible to use SetEnv to change MaxKeepAliveRequests value?

2005-07-31 Thread Joshua Slive
On 7/31/05, Jeff <[EMAIL PROTECTED]> wrote: > HI, > > For example, > > SetEnvIfNoCase Referer somewhere MaxKeepAliveRequests=1 > If not, anyway to do something like this? See: http://httpd.apache.org/docs/2.0/env.html#special Joshua.

Re: [EMAIL PROTECTED] C Compiler

2005-07-31 Thread Nick Jones
> On 7/31/05, don tobias <[EMAIL PROTECTED]> wrote: > > Iam very new to this list and to Apache in > general. I have been trying > > to install Apache on my Linux system but I get a > message that a valid C > > compiler cannot be found on my system. Can anyone > tell me where and how > > I can ge

Re: [EMAIL PROTECTED] C Compiler

2005-07-31 Thread Mike Fuller
depends on your flavor of linux On 7/31/05, don tobias <[EMAIL PROTECTED]> wrote: > Iam very new to this list and to Apache in general. I have been trying > to install Apache on my Linux system but I get a message that a valid C > compiler cannot be found on my system. Can anyone tell me where an

[EMAIL PROTECTED] C Compiler

2005-07-31 Thread don tobias
Iam very new to this list and to Apache in general. I have been trying to install Apache on my Linux system but I get a message that a valid C compiler cannot be found on my system. Can anyone tell me where and how I can get this compiler? Thank you, Don Tobias --

[EMAIL PROTECTED] Is it possible to use SetEnv to change MaxKeepAliveRequests value?

2005-07-31 Thread Jeff
HI, For example, SetEnvIfNoCase Referer somewhere MaxKeepAliveRequests=1 If not, anyway to do something like this? Thanks, - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.o

Re: [EMAIL PROTECTED] loadmodule depends on envoirnment varable?

2005-07-31 Thread Jeff
Thanks I've hacked the mod_limitipconn to read env variable myself. - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Sunday, July 31, 2005 5:05 AM Subject: Re: [EMAIL PROTECTED] loadmodule depends on envoirnment varable? On 7/30/05, Jeff <[EMAIL PROTECTED]>