Re: Any Web Servers for Visual FoxPro

Tech-Archive recommends: Fix windows errors by optimizing your registry



You have some basic research and learning to do, and it will help you a lot
if you stop making up new definitions for well-defined words like session.
<s> Session is a VFP baseclass and as such has an EXACT meaning. Session is
also a base class in IIS/ASP-based applications and also has an exact
meaning which is entirely different than the VFP meaning.

You've also discussed running this on WinXP. XP is *not* a server operating
system although it does include the workstation version of IIS.

Visit www.hentzenwerke.com and see the available books on VFP-based web
applications, and then visit the webites of all authors involved to read as
much as you can. And be aware that if you do not learn the basics, you can
inadvertently splay your company's data wide open on the public internet.

Dan

MikeA wrote:
Basically - by sessions I meant I would like to use EEATASoft since
everything is self containted. But, I would like some way to have a
sign on username and password so that not just anyone can access the
webserver application and VFP tables. So that is what I meant by
sessions as well as several users being able to access the web server
and it knowing who signed on with a valid username and password and
be able to read and access and update the VFP tables and display
information. I was thinking that maybe the EEATASoft webserver might
be able to do the job but I would also like it to be secure (or at
least somewhat secure as is perhaps Apache). I'm not sure if there
is an advantage to using Apache over the EEATASoft webserver. At
least with EEATASoft I don't need ODBC and I would think the access
to the data would be quicker but I don't know if this is the best app
for the job or not.
I like the idea that the EEATASoft webserver is all written in fox
and so it is completely self contained also.

Thanks again for all the information and continued help.

Mike

"swdev2" <wsanders@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:exCdo3iPIHA.5980@xxxxxxxxxxxxxxxxxxxxxxx
Mike -

OK -
After a bit more info from you - I think I understand your question.

You are looking for a Webserver that supports VFP 'stuff',
specifically vfp table access with persistest 'sessions'.

A session implies 'state' - and there typically are no states with
WebServers -
so there won't be any 'sessions'.

Most approaches to Web Server 'applications' involve some type of
emulation
of state via cookie usage.

The Web Server EXTENSIONS (not WebServers) listed in the upper left
panel that I referenced all require a license to be bought
per server, with the exception of Active VFP from Claude Fuchs. AVFP
works
in conjunction with IIS, though.
But they are extensions, not stsand-alone servers - they require a
webserver
and expose other VFP things besides just the reading and writing of
VFP tables.

The others do require a paid license per deployed server. The
license cost
is under 1000, though.
Some people see that as a lot of money, some developers think it's a
paltry
sum.

With all that said -
There IS a WebServer written by EEATASoft , solely in VFP, and it's
free. Boudewijn Lutgerink has evolved that codebase to handle
multiple domains and multiple IP's . His codebase is not free.
He mentions NOTHING about it in his blogspace, but you can contact
him over
at
http://weblogs.foxite.com/boudewijnlutgerink/

But....
Some folk will scale downward a bit, and use instead, ONLY Fox2X
tables - and use Apache WebServer on Windows, with the dbf
extensions that come FREE with php.

FWIW, I might have totally misunderstood yer concept of 'session'.

Mondo Regards [Bill]
--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@xxxxxxxxxxxxxxxxxx> wrote in message
news:Ucq8j.21925$dX.5480@xxxxxxxxxxx
I should follow up and say I'm not sure if there is a web server
written in VFP that supports session? Or do I need to use a
different web server like Apache or another? Ideally it would be
great if it is an all in one product with the web server written in
VFP. I have found one but I don't think it
supports sessions.

Thanks,
Mike

"swdev2" <wsanders@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:e4VM9uePIHA.3940@xxxxxxxxxxxxxxxxxxxxxxx
Hi Mike -
Click the first link below - study the upper left panel.

Regards [Bill]!

--
===================
William Sanders / EFG VFP / mySql / MS-SQL
www.efgroup.net/vfpwebhosting
www.terrafox.net www.viasqlserver.net

"MikeA" <appell@xxxxxxxxxxxxxxxxxx> wrote in message
news:Bmg8j.17724$k22.16394@xxxxxxxxxxx
Are there any good webservers out there that support sessions for
Visual FoxPro tables and don't require one to pay a royalty fee
but allow for a one time purchase (as most ActiveX controls are
that way also)? Then, one may
build their own application around it and distribute it royalty
free. Thanks,
Mike


.



Relevant Pages

  • Re: Any Web Servers for Visual FoxPro
    ... Ya - your idea of sessions doesn't match with mine at all. ... Usually a login 'thing' on any web server involves cookies and/or SSL. ... update the VFP tables and display information. ... the EEATASoft webserver might be able to do the job but I would also like ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Any Web Servers for Visual FoxPro
    ... VFP that supports session? ... Or do I need to use a different web server like ... FoxPro tables and don't require one to pay a royalty fee but allow for a ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Any Web Servers for Visual FoxPro
    ... multiple domains and multiple IP's. ... His codebase is not free. ... writtin in VFP with source code). ... solution for my clients so that I can easily expand on the web server in VFP ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Any Web Servers for Visual FoxPro
    ... You are looking for a Webserver that supports VFP 'stuff', ... Most approaches to Web Server 'applications' involve some type of emulation ... not stsand-alone servers - they require a webserver ... The others do require a paid license per deployed server. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: nobody using sudo -- scary!
    ... don't run your webserver as "nobody". ... If this web server is tightly controlled and only used for controlling ... it permission to run that script. ...
    (comp.lang.perl.misc)