BeBits Information Developer Central Submit Application Your Account Web Links Contact Us
BeBits
Please support our sponsors!
Martin's Server Suite
Talkback
 Go back to the Martin's Server Suite page
 Post a new Talkback comment!
Client error...
 By xelectrox - Posted on January 4, 2007 - 10:58:56   (#21156)
 Current version when comment was posted: 1.6.1/1.6.1
From what I can see from the supplied log output your client sends a bad request to the server ('GE').

2 bytes are missing in the request sent from the client (browser). The correct request string should read 'GET /'. The server checks for the root directory before checking if the HTTP method is implemented (currently GET and HEAD).
What client are you using and what is your last AddVirtual in the configuration file?

You are welcome to connact me on ICQ or MSN (look for the contact information in the documentaation or on my homepage).

192.168.1.20 [Thu, 04 Jan 2007 04:52:42] GE
Should read:
192.168.1.20 [Thu, 04 Jan 2007 04:52:42] GET /

cannot get snug to work.
 By bbjimmy - Posted on January 3, 2007 - 23:08:36   (#21154)
 Current version when comment was posted: 1.6.1/1.6.1
500 Internal Error
No virtual directory was found. Check configuration.

Generated by Snug/1.6.1



192.168.1.20 [Thu, 04 Jan 2007 04:52:42] GE 500 317


no matter how I set the web root it cannot find it.

using ZETA 1.21

OS/2
 By xelectrox - Posted on December 30, 2006 - 14:37:24   (#21136)
 Current version when comment was posted: 1.6.1/1.6.1
Actually, I didn't know that OS/2 could be set to be case sensitive. But the thing about the configuration files is that DOS type text files have a carriage-return, line-feed combination at the end of each line. While UNIX type text files do not. This could be 'fixed' by using the tr command on the command prompt. But it is not necessary for YAFS and Snug HTTP server as they both can handle both DOS and UNIX type text files. But it will make the files more readable in a text editor on BeOS.

Case sensitive
 By kancept - Posted on December 30, 2006 - 14:32:43   (#21135)
 Current version when comment was posted: 1.6.1/1.6.1
OS/2 can be case sensitive, you just have to tell it to be, which most users do not. So all in all, it won't matter in this case. :-)

Thanks for the feedback!
 By xelectrox - Posted on December 30, 2006 - 13:26:21   (#21134)
 Current version when comment was posted: 1.6.1/1.6.1
I entered 338 kB instead of 388 kB, this is fixed. I also added information on what is updated in this version. Thanks for the feedback! Also remember that this package is a multi-plattform package and is as default made for DOS (DOS, OS/2 and Windows). This only means that configuration files can look strange in your text editor. There is really no need to convert the DOS text files to UNIX type text files but can be done and is mentioned in the instruction manual for Snug HTTP server.

what is new?
 By AlienSoldier - Posted on December 30, 2006 - 08:54:04   (#21133)
 Current version when comment was posted: 1.6.1/1.6.1
file size of the archive seem lower, can't see mor so far.

Case sensitivity...
 By xelectrox - Posted on August 21, 2006 - 05:31:16   (#20474)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
The configuration files and account files are as default compatible with DOS (as well as Windows and OS/2). This is mentioned in the instructions manual. In Linux, UNIX and BeOS the account names are case sensitive, in DOS they are not. All versions of YAFS and Snug can read DOS types of the ini files. However, they become easier to read in BeOS by running tr in the terminal (see installation section in the instruction manual). I decided that making the files compatible with 3 out of 4 binaries would make things easier for most users. and I consider BeOS (and Linux and UNIX) users more advanced than other users.

Anonymous.ini
 By xelectrox - Posted on August 21, 2006 - 05:22:10   (#20471)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
Anonymous.ini is in no way hardcoded and can be changed, renamed and whatever... Change the capital A to an a if necessary. The latest release is changed to anonymous.ini. The anonymous account can even be deleted if necessary. Thanks for the feedback!

I think whats not being communicated very well here is...
 By MYOB - Posted on August 21, 2006 - 05:04:29   (#20470)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
BeOS is fully case sensitive, Windows isn't and I don't remember OS/2 being (been a long time since I used it as my main OS). This could be causing the issues with initial letters the others are reporting

re anonymous
 By ModeenF - Posted on August 21, 2006 - 02:35:26   (#20466)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
if you in the code has Anonymous.ini

if other system are using big letter and we must use small then use you can use this #ifdef __BEOS__

like this
#ifdef __BEOS__
= anonymous.ini
#else
= Anonymous.ini
#end if

anonymous
 By xelectrox - Posted on August 21, 2006 - 00:24:42   (#20465)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
I've seen different names for Anonymous and anonymous in different operating systems. I will rename the default Anonymous.ini to anonymous.ini. Anonymous.ini is more like a starting point for creating new accounts. Allthough its configuration is a typical anonymous account. Thanks!

filenames
 By bbjimmy - Posted on August 20, 2006 - 18:48:52   (#20464)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
In BeOS anonymous.ini and Anonymous.ini are different files. mosyt ftp clients use anonymous but the file included was Anonymous.ini ... the user was not found.

DOS .ini files for the FTP server.
 By xelectrox - Posted on August 20, 2006 - 15:53:04   (#20459)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
Thanks for the feedback! The cr/lf end of lines in the ini files are there to be compatible with the included binaries for DOS, WIN32 and OS/2. The solution for this can be found in http://xelectrox.homeip.net/files/MSS/Snug/docs/install.htm (also included in MSS.zip). In short, run tr -d '\r' < snug.ini > BeOS.ini from the terminal to remove all cr/lf. I don't understand the last part of the comment about the anonymous account. Please tell me more and I will try to fix it.

DOS .ini files for the FTP server.
 By bbjimmy - Posted on August 20, 2006 - 14:56:54   (#20458)
 Current version when comment was posted: Snug HTTP server 1.6.0 / YAFS 1.6.0
One needs to remove the DOS cr/lf end of lines for the ini files to work in BeOS .... and Anonymous.ini does not match anonymous.ini for an anonymous log in.

 
The Green Board
  Recent Downloads  -  # 699
Total Downloads  -  # 3,307
Total Views  -  # 2,686
User Ratings  -  N/A
  FTP Servers
Web Servers
1.  QEMU - 9.62
2.  ScummVM - 9.50
3.  cpu_fix - 9.42
4.  Jukebox - 9.36
5.  Haiku AGP busm... - 9.35
6.  vim6 - 9.31
7.  Transmission - 9.27
8.  Beezer - 9.25
9.  BeeF - 9.25
10.  HandBrake - 9.24
1.  Realtek RTL8139... - 273
2.  BeOS 5 Personal... - 229
3.  ATI Rage 128 Pr... - 201
4.  Ati Radeon Grap... - 191
5.  Broadcom 440x 1... - 126
6.  USB Serial driver - 122
7.  DjVu Viewer - 109
8.  Ensoniq AudioPCI... - 89
9.  Intel Extreme Gr... - 79
10.  Sound Blaster Pr... - 74
You are not logged in.
 Login or create an account...
Hosted by NetConnect

 
Unless otherwise noted, everything is copyright © 1999-2002 Fifth Ace Productions, LLC. All Rights Reserved.
For more legal trivia, take a gander at our
Legal Stuff page and our Privacy Statement.
Fifth Ace Productions