Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Install neon-0.26.3. on a OpenBSD server Post 302123401 by sysgate on Monday 25th of June 2007 11:48:08 AM
Old 06-25-2007
As a start, you should read the "README" file, probably it will contain installation instructions. I will search later for such at my archives.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how do i install gnome under openbsd?

Right, its a basic one here. I have installed openBSD version 3.1, and gotten Xfree working, after many trial and errors. my next big problem is installing Gnome. I've unTAR'd it to /usr/bin, and, if i remember rightly, a few other places as well. how do i get the console/anything to recognise that... (4 Replies)
Discussion started by: rmford
4 Replies

2. BSD

openBSD 4.4 server stuff questions

Hi! i have installed openBSD 4.4 on i386 and i use it as simple web server. Apache 1.3 manages web server. The problem is that i want to make safe file transfer via SFTP. I know that it uses openSSH... 1) does i need to enable anything else than openSSH and SFTP? 2) where can i find openSSH... (2 Replies)
Discussion started by: wolf3d
2 Replies

3. Fedora

How i can install Driver ATI on OpenBSD 4.8 & HARD

hi guys i am using fedora 14 but today moving to OpenBSD4.8 and remove all part hard :mad: but easy install programs pkg_add program :b: now How i can install Driver ATI on OpenBSD 4.8 ? and i am use "lspci" show hardware but not work openbsd & how i can create part my home size... (0 Replies)
Discussion started by: OpenBSD1986
0 Replies

4. UNIX Desktop Questions & Answers

Unable to install OpenBSD 4.9

I'm unable to install OpenBSD 4.9 boot disk after having burnt the "install49.iso" file. On boot, it says: "CD-ROM : 90 Loading OpenBSD/4.9/i386 CDBOOT" and keeps repeating these two lines. Any solutions? Thank you. (1 Reply)
Discussion started by: ihavequestions
1 Replies
NE_SET_REQUEST_E(3)						neon API reference					       NE_SET_REQUEST_E(3)

NAME
ne_set_request_expect100 - function to enable Expect: 100-continue support SYNOPSIS
#include <ne_request.h> void ne_set_request_expect100 (ne_request *request, int flag); DESCRIPTION
An extension introduced in the HTTP/1.1 specification was the use of the Expect: 100-continue header. This header allows an HTTP client to be informed of the expected response status before the request message body is sent: a useful optimisation for situations where a large message body is to be sent. The ne_set_request_expect100 function can be used to enable this feature by passing the flag parameter as any non-zero integer. Warning Unfortunately, if this header is sent to a server which is not fully compliant with the HTTP/1.1 specification, a deadlock occurs resulting in a temporarily "hung" connection. neon will recover gracefully from this situation, but only after a 15 second timeout. It is highly recommended that this option is not enabled unless it is known that the server in use correctly implements Expect: 100-continue support. SEE ALSO
ne_request_create(3). AUTHOR
Joe Orton <neon@webdav.org>. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWneon | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+ NOTES
Source for Neon is available on http://opensolaris.org. neon 0.25.5 20 January 2006 NE_SET_REQUEST_E(3)
All times are GMT -4. The time now is 06:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy