Mailing List Archive

0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX (fwd)
Forwarded message:
Re: 0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX (fwd) [ In reply to ]
At 12:56 PM 8/31/95 -0700, you wrote:
>Forwarded message:
>>From sanders@austin.bsdi.com Thu Aug 31 11:50:02 1995
>Message-Id: <199508311849.NAA26544@austin.bsdi.com>
>To: apache-bugs@apache.org
>Subject: 0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX
>From: Tony Sanders <sanders@bsdi.com>
>Organization: Berkeley Software Design, Inc.
>Date: Thu, 31 Aug 1995 13:49:57 -0500
>Sender: sanders@austin.bsdi.com
>
>0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX
>Seems like that should be a compile time option.

I have to agree with this. There is no /usr/tmp in Linux. If somone
does have it it's either linked to /var/tmp, or just plainly /tmp.

Should be either in the Makefile, or httpd.h file.


--
Aram W. Mirzadeh, MIS Manager, Qosina Corporation
http://www.qosina.com/~awm/, awm@qosina.com
Apache httpd server team http://www.apache.org
Re: 0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX (fwd) [ In reply to ]
>Date: Thu, 31 Aug 1995 16:05:58 -0400
>From: "Aram W. Mirzadeh" <awm@qosina.com>
>
>At 12:56 PM 8/31/95 -0700, you wrote:
>>Forwarded message:
>>To: apache-bugs@apache.org
>>Subject: 0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX
>>From: Tony Sanders <sanders@bsdi.com>
>>
>>0.8.11 http_main.c has hardcoded path: /usr/tmp/htlock.XXXXXX
>>Seems like that should be a compile time option.
>
>I have to agree with this. There is no /usr/tmp in Linux. If somone
>does have it it's either linked to /var/tmp, or just plainly /tmp.

Damn. I changed it to /usr/tmp (from /tmp) at rst's suggestion because
of problems with tmpfs and file locking on SunOS; yet under SunOS
apache does not do file locking.

What should the default location be?

David.