1. CGI vs Server

Okay, looking at the library of available CGI/Server code, I've got a 
question:

The server code (like from Kluss, Blue) would actually be used in place 
of Apache, right? Are these libraries "secure," like Apache is, or 
should that even be a concern? Advantages of using an open source 
EUPHORIA server vs. Apache would be that it is highly-customizable. 
Disadvantages would be...?

I've got a FreeBSD box set up that I can use as a server, as opposed to 
the host I have now where I couldn't run my own server (I'm guessing). 
So, what should I run on my box? Is Apache customizable enough that I 
should go with it?

Thanks!
-ck

new topic     » topic index » view message » categorize

2. Re: CGI vs Server

This is daniel kluss,
the server I made is pretty nice for example code,
and very stable for a file server, but the cgi is kinda slow, but it is in
apache too.
If I get a little encouragement, and free time I'll release the dos server,
with features:
long file names
atapi interface
builtin euphoria interpreter for cgi
fast tcp/ip through packet drivers
and all made in euphoria and asm

Daniel Kluss
xerox_irs at lvcm.com
xerox_irs at hotmail.com
codepilot at netzero.net

----- Original Message ----- 
From: "C. K. Lester" <euphoric at cklester.com>
To: "EUforum" <EUforum at topica.com>
Sent: Thursday, October 02, 2003 5:01 PM
Subject: CGI vs Server


>
>
> Okay, looking at the library of available CGI/Server code, I've got a
> question:
>
> The server code (like from Kluss, Blue) would actually be used in place
> of Apache, right? Are these libraries "secure," like Apache is, or
> should that even be a concern? Advantages of using an open source
> EUPHORIA server vs. Apache would be that it is highly-customizable.
> Disadvantages would be...?
>
> I've got a FreeBSD box set up that I can use as a server, as opposed to
> the host I have now where I couldn't run my own server (I'm guessing).
> So, what should I run on my box? Is Apache customizable enough that I
> should go with it?
>
> Thanks!
> -ck
>
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view message » categorize

3. CGI vs Server

Hi CK,

The web server that I wrote can be used as a stand-alone server,
as for security I have put code in to prevent people from getting to root=
=2E I=20
doubt very much if its performance comes close to Apache, it was only an=20
experiment to see if a web-based, platform-independant GUI could be made.

I'm now getting into Mandrake Linux and porting our main web-site softwar=
e=20
(www.yes-property.co.uk) onto it. When that is done I can spend more time
 on other projects like porting the server onto Linux.

Regards
PJB

new topic     » goto parent     » topic index » view message » categorize

4. Re: CGI vs Server

Daniel

Pls feel encouraged

-- 
David Jarvis

On 3 Oct 2003 at 13:36, codepilot at netzero.net wrote:

> 
> 
> This is daniel kluss,
> the server I made is pretty nice for example code,
> and very stable for a file server, but the cgi is kinda slow, but it is in
> apache too.
> If I get a little encouragement, and free time I'll release the dos server,
> with features:
> long file names
> atapi interface
> builtin euphoria interpreter for cgi
> fast tcp/ip through packet drivers
> and all made in euphoria and asm
> 
> Daniel Kluss
> xerox_irs at lvcm.com
> xerox_irs at hotmail.com
> codepilot at netzero.net
> 
> ----- Original Message ----- 
> From: "C. K. Lester" <euphoric at cklester.com>
> To: "EUforum" <EUforum at topica.com>
> Sent: Thursday, October 02, 2003 5:01 PM
> Subject: CGI vs Server
> 
> 
> > Okay, looking at the library of available CGI/Server code, I've got a
> > question:
> >
> > The server code (like from Kluss, Blue) would actually be used in place
> > of Apache, right? Are these libraries "secure," like Apache is, or
> > should that even be a concern? Advantages of using an open source
> > EUPHORIA server vs. Apache would be that it is highly-customizable.
> > Disadvantages would be...?
> >
> > I've got a FreeBSD box set up that I can use as a server, as opposed to
> > the host I have now where I couldn't run my own server (I'm guessing).
> > So, what should I run on my box? Is Apache customizable enough that I
> > should go with it?
> >
> > Thanks!
> > -ck
> >
> >
> > TOPICA - Start your own email discussion group. FREE!
> >
> >
> --^----------------------------------------------------------------
> This email was sent to: davidj at ultrasmart.org
> 
> 
> TOPICA - Start your own email discussion group. FREE!
> 
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: CGI vs Server

Hi Peter

Where can I find your web server. Is it for DOS?

-- 
David Jarvis


On 5 Oct 2003 at 11:16, peter at legend-i.demon.co.uk wrote:

> 
> 
> Hi CK,
> 
> The web server that I wrote can be used as a stand-alone server,
> as for security I have put code in to prevent people from getting to root. I 
> doubt very much if its performance comes close to Apache, it was only an 
> experiment to see if a web-based, platform-independant GUI could be made.
> 
> I'm now getting into Mandrake Linux and porting our main web-site software 
> (www.yes-property.co.uk) onto it. When that is done I can spend more time
>  on other projects like porting the server onto Linux.
> 
> Regards
> PJB
> 
> --^----------------------------------------------------------------
> This email was sent to: davidj at ultrasmart.org
> 
> 
> TOPICA - Start your own email discussion group. FREE!
> 
>

new topic     » goto parent     » topic index » view message » categorize

6. Re: CGI vs Server

my windows server is on nightangles.com
my dos server will be soon, like 5 hours ok
Daniel Kluss
----- Original Message ----- 
From: <davidj at ultrasmart.org>
To: "EUforum" <EUforum at topica.com>
Subject: Re: CGI vs Server


>
>
> Hi Peter
>
> Where can I find your web server. Is it for DOS?
>
> -- 
> David Jarvis
>
>
> On 5 Oct 2003 at 11:16, peter at legend-i.demon.co.uk wrote:
>
> >
> > Hi CK,
> >
> > The web server that I wrote can be used as a stand-alone server,
> > as for security I have put code in to prevent people from getting to
root. I
> > doubt very much if its performance comes close to Apache, it was only an
> > experiment to see if a web-based, platform-independant GUI could be
made.
> >
> > I'm now getting into Mandrake Linux and porting our main web-site
software
> > (www.yes-property.co.uk) onto it. When that is done I can spend more
time
> >  on other projects like porting the server onto Linux.
> >
> > Regards
> > PJB
> >
> >
> > TOPICA - Start your own email discussion group. FREE!
> >
> >
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view message » categorize

7. Re: CGI vs Server

Hi Daniel

Great!

Will check out your site in a few hours.

Thanks

-- 
David Jarvis


On 5 Oct 2003 at 3:44, codepilot at netzero.net wrote:

> 
> my windows server is on nightangles.com
> my dos server will be soon, like 5 hours ok
> Daniel Kluss
> ----- Original Message ----- 
> From: <davidj at ultrasmart.org>
> To: "EUforum" <EUforum at topica.com>
> Sent: Sunday, October 05, 2003 3:31 AM
> Subject: Re: CGI vs Server
> 
> 
> > Hi Peter
> >
> > Where can I find your web server. Is it for DOS?
> >
> > -- 
> > David Jarvis
> >
> >
> > On 5 Oct 2003 at 11:16, peter at legend-i.demon.co.uk wrote:
> >
> > >
> > > Hi CK,
> > >
> > > The web server that I wrote can be used as a stand-alone server,
> > > as for security I have put code in to prevent people from getting to
> root. I
> > > doubt very much if its performance comes close to Apache, it was only an
> > > experiment to see if a web-based, platform-independant GUI could be
> made.
> > >
> > > I'm now getting into Mandrake Linux and porting our main web-site
> software
> > > (www.yes-property.co.uk) onto it. When that is done I can spend more
> time
> > >  on other projects like porting the server onto Linux.
> > >
> > > Regards
> > > PJB
> > >
> > >
> > > TOPICA - Start your own email discussion group. FREE!
> > >
> > >
> > TOPICA - Start your own email discussion group. FREE!
> >
> >
> --^----------------------------------------------------------------
> This email was sent to: davidj at ultrasmart.org
> 
> 
> TOPICA - Start your own email discussion group. FREE!
> 
>

new topic     » goto parent     » topic index » view message » categorize

8. Re: CGI vs Server

ALL DONE WITH FIRST repeat(PRE,power(10,1000000000))-ALPHA version come and
get it
http://nightangles.com/dosserv.zip
Please tell me all the bugs
to Rob: Its not yet worthy of the contributions page yet, when it is, thats
where its going
Daniel Kluss(xerox_irs at lvcm.com)

----- Original Message ----- 
From: <davidj at ultrasmart.org>
To: "EUforum" <EUforum at topica.com>
Subject: Re: CGI vs Server


>
>
> Hi Daniel
>
> Great!
>
> Will check out your site in a few hours.
>
> Thanks
>
> -- 
> David Jarvis
>
>
> On 5 Oct 2003 at 3:44, codepilot at netzero.net wrote:
>
> >
> > my windows server is on nightangles.com
> > my dos server will be soon, like 5 hours ok
> > Daniel Kluss
> > ----- Original Message ----- 
> > From: <davidj at ultrasmart.org>
> > To: "EUforum" <EUforum at topica.com>
> > Sent: Sunday, October 05, 2003 3:31 AM
> > Subject: Re: CGI vs Server
> >
> >
> > > Hi Peter
> > >
> > > Where can I find your web server. Is it for DOS?
> > >
> > > -- 
> > > David Jarvis
> > >
> > >
> > > On 5 Oct 2003 at 11:16, peter at legend-i.demon.co.uk wrote:
> > >
> > > >
> > > > Hi CK,
> > > >
> > > > The web server that I wrote can be used as a stand-alone server,
> > > > as for security I have put code in to prevent people from getting to
> > root. I
> > > > doubt very much if its performance comes close to Apache, it was
only an
> > > > experiment to see if a web-based, platform-independant GUI could be
> > made.
> > > >
> > > > I'm now getting into Mandrake Linux and porting our main web-site
> > software
> > > > (www.yes-property.co.uk) onto it. When that is done I can spend more
> > time
> > > >  on other projects like porting the server onto Linux.
> > > >
> > > > Regards
> > > > PJB
> > > >
> > > >
> > > > TOPICA - Start your own email discussion group. FREE!
> > > >
> > > >
> > > TOPICA - Start your own email discussion group. FREE!
> > >
> > >
> >
> > TOPICA - Start your own email discussion group. FREE!
> >
> >
>
>
> TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu