Re: [PHP] Standalone WebServer for PHP

2010-09-13 Thread Pete Ford
On 12/09/10 18:33, tedd wrote: At 5:57 PM +0100 9/12/10, Ashley Sheridan wrote: On Sun, 2010-09-12 at 12:55 -0400, tedd wrote: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the server being

Re: [PHP] Standalone WebServer for PHP

2010-09-13 Thread Dotan Cohen
On Sun, Sep 12, 2010 at 18:55, tedd tedd.sperl...@gmail.com wrote: A question, to clarify my fuzzy thinking about such things: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the server being

Re: [PHP] Standalone WebServer for PHP

2010-09-13 Thread Dotan Cohen
On Sun, Sep 12, 2010 at 20:07, tedd tedd.sperl...@gmail.com wrote: Forget modems or other such outside access -- everything would be done internally with computers and users being physically located within the office's physical location. So, could a server be set up in an office that would

Re: [PHP] Standalone WebServer for PHP

2010-09-13 Thread Steve Staples
Wow... this thread SURE went WAY off my original topic... All I was looking for, was a webserver that would serve PHP pages, that was not installed on the machine. Now, if the machine was *nix or Windose, it didn't matter. I know in Python, you just have to install python, and then you can

Re: [PHP] Standalone WebServer for PHP

2010-09-13 Thread Bostjan Skufca
I would recommend using nanoserv, it looks more mature. But personally I use my own, which I have developed because I wanted to know how to do it. And because I needed it to do some specific tasks on linux servers which I did not want to mix with apache configuration etc. Here:

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread tedd
At 4:42 PM -0400 9/10/10, Daniel Brown wrote: On Fri, Sep 10, 2010 at 16:37, Steve Staples sstap...@mnsi.net wrote: Ok, here it goes... I am building an app, that requires a web interface. -snip- i want to be able to run it on like port 8880 or something... just looking out there

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Ashley Sheridan
On Sun, 2010-09-12 at 12:55 -0400, tedd wrote: At 4:42 PM -0400 9/10/10, Daniel Brown wrote: On Fri, Sep 10, 2010 at 16:37, Steve Staples sstap...@mnsi.net wrote: Ok, here it goes... I am building an app, that requires a web interface. -snip- i want to be able to run it on

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Andy McKenzie
A question, to clarify my fuzzy thinking about such things: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the server being totally closed to the outside world other than to their internal

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread tedd
At 5:57 PM +0100 9/12/10, Ashley Sheridan wrote: On Sun, 2010-09-12 at 12:55 -0400, tedd wrote: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the server being totally closed to the outside

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Joshua Kehn
On Sep 12, 2010, at 1:33 PM, tedd wrote: At 5:57 PM +0100 9/12/10, Ashley Sheridan wrote: On Sun, 2010-09-12 at 12:55 -0400, tedd wrote: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread tedd
At 1:40 PM -0400 9/12/10, Joshua Kehn wrote: On Sep 12, 2010, at 1:33 PM, tedd wrote: So, can I do what I do (i.e., programming) without having a host? Can I install a local server at my clients location and interface all their computers to use the server without them ever being connected

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Jason Pruim
On Sep 12, 2010, at 1:33 PM, tedd wrote: At 5:57 PM +0100 9/12/10, Ashley Sheridan wrote: On Sun, 2010-09-12 at 12:55 -0400, tedd wrote: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread tedd
At 1:18 PM -0400 9/12/10, Andy McKenzie wrote: A question, to clarify my fuzzy thinking about such things: Can a business have a server connected to the Internet but limit access to just their employees? I don't mean a password protected scheme, but rather the server being totally closed

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread tedd
At 1:47 PM -0400 9/12/10, Jason Pruim wrote: On Sep 12, 2010, at 1:33 PM, tedd wrote: So, can I do what I do (i.e., programming) without having a host? Can I install a local server at my clients location and interface all their computers to use the server without them ever being connected to

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread viraj
On Sun, Sep 12, 2010 at 11:03 PM, tedd tedd.sperl...@gmail.com wrote: At 5:57 PM +0100 9/12/10, Ashley Sheridan wrote: I'm sure this is an obvious question for many on this list, but I'm not above showing my ignorance. I guess what I am asking -- if a client wanted an application written

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Ashley Sheridan
On Sun, 2010-09-12 at 14:07 -0400, tedd wrote: At 1:47 PM -0400 9/12/10, Jason Pruim wrote: On Sep 12, 2010, at 1:33 PM, tedd wrote: So, can I do what I do (i.e., programming) without having a host? Can I install a local server at my clients location and interface all their computers to

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread viraj
On Sun, Sep 12, 2010 at 11:37 PM, tedd tedd.sperl...@gmail.com wrote: At 1:47 PM -0400 9/12/10, Jason Pruim wrote: So, could a server be set up in an office that would run web-languages such that users in the office could access their server and run scripts using browsers? yes, it's just few

Re: [PHP] Standalone WebServer for PHP

2010-09-12 Thread Andy McKenzie
On Sun, Sep 12, 2010 at 1:51 PM, tedd tedd.sperl...@gmail.com wrote: At 1:18 PM -0400 9/12/10, Andy McKenzie wrote:    A question, to clarify my fuzzy thinking about such things:  Can a business have a server connected to the Internet but limit access to  just their employees? I don't

Re: [PHP] Standalone WebServer for PHP

2010-09-11 Thread Per Jessen
Steve Staples wrote: Ok, here it goes... I am building an app, that requires a web interface. I am using PHP becuase I am familiar with it. Most of the app's i've been looking at, use Python, Cherry.py and stuff, but what I was wondering, is is there a way to create a php CLI app, that

[PHP] Standalone WebServer for PHP

2010-09-10 Thread Steve Staples
Ok, here it goes... I am building an app, that requires a web interface. I am using PHP becuase I am familiar with it. Most of the app's i've been looking at, use Python, Cherry.py and stuff, but what I was wondering, is is there a way to create a php CLI app, that creates it's own web server

Re: [PHP] Standalone WebServer for PHP

2010-09-10 Thread Steve Staples
OH, i forgot to mention, if it ran on windows or linux, and required no install, just ran as an executable or something. Steve. On Fri, 2010-09-10 at 16:37 -0400, Steve Staples wrote: Ok, here it goes... I am building an app, that requires a web interface. I am using PHP becuase I am

Re: [PHP] Standalone WebServer for PHP

2010-09-10 Thread Daniel Brown
On Fri, Sep 10, 2010 at 16:37, Steve Staples sstap...@mnsi.net wrote: Ok, here it goes... I am building an app, that requires a web interface.  I am using PHP becuase I am familiar with it.   Most of the app's i've been looking at, use Python, Cherry.py and stuff, but what I was wondering, is

Re: [PHP] Standalone WebServer for PHP

2010-09-10 Thread Jim Lucas
Daniel Brown wrote: On Fri, Sep 10, 2010 at 16:37, Steve Staples sstap...@mnsi.net wrote: Ok, here it goes... I am building an app, that requires a web interface. I am using PHP becuase I am familiar with it. Most of the app's i've been looking at, use Python, Cherry.py and stuff, but what