| Forum messages are synchronized
with Usenet.
|
|
|
| Author |
Message |
Yue Zhang Guest
|
Posted: Mon Jan 12, 2004 11:04 am Post subject: Access linux server from window |
|
|
I'd like to know how to access linux server from win 95 machine. I
want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs. Any
help appreciated.
Yue |
|
| Back to top |
|
 |
|
|
Davide Bianchi Guest
|
Posted: Mon Jan 12, 2004 12:10 pm Post subject: Re: Access linux server from window |
|
|
Yue Zhang <JohnZhang448@hotmail.com> wrote:
| Quote: | want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs.
|
Php is usually run trought a web server, so you don't need to
log into the machine, a browser is enough. Otherwise use ssh or
telnet, if you want a graphical login use cygwin or vnc.
Davide
--
| Failure is not an option -- it comes bundled with Windows. |
|
| Back to top |
|
 |
Andy Baxter Guest
|
Posted: Mon Jan 12, 2004 5:00 pm Post subject: Re: Access linux server from window |
|
|
At earth time Sun, 11 Jan 2004 21:04:25 -0800, the following transmission
was received from the entity known as Yue Zhang:
| Quote: | I'd like to know how to access linux server from win 95 machine. I
want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs. Any
help appreciated.
Yue
|
php is for writing server-side scripting on web pages, so you would use a
web browser like any other site.
Otherwise, puTTy is a free windows telnet/ssh client for a textmode login,
and you can use either cygwin or vnc to display a linux graphical desktop
on a windows machine.
--
http://www.niftybits.ukfsn.org/
remove 'n-u-l-l' to email me. html mail or attachments will go in the spam
bin unless notified with [html] or [attachment] in the subject line. |
|
| Back to top |
|
 |
Steve Holdoway Guest
|
Posted: Tue Jan 13, 2004 6:08 am Post subject: Re: Access linux server from window |
|
|
On Mon, 12 Jan 2004 11:00:42 +0000, Andy Baxter
<news4@earthsong.null.free-online.co.uk> wrote:
| Quote: | At earth time Sun, 11 Jan 2004 21:04:25 -0800, the following transmission
was received from the entity known as Yue Zhang:
I'd like to know how to access linux server from win 95 machine. I
want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs. Any
help appreciated.
Yue
There are php versions available for windows as well as tarballs which |
build on most *nixes. Have you checked on the www.php.net site?
| Quote: |
php is for writing server-side scripting on web pages, so you would use a
web browser like any other site.
One of the uses of php... personally, I use it often as well as a |
powerful replacement for bash in the creation of shellscripts on *nix
servers.
| Quote: |
Otherwise, puTTy is a free windows telnet/ssh client for a textmode login,
and you can use either cygwin or vnc to display a linux graphical desktop
on a windows machine.
|
Any X client will do.
Steve |
|
| Back to top |
|
 |
Yue Zhang Guest
|
Posted: Tue Jan 13, 2004 7:50 am Post subject: Re: Access linux server from window |
|
|
Andy Baxter <news4@earthsong.null.free-online.co.uk> wrote in message news:<pan.2004.01.12.11.00.42.648438@earthsong.null.free-online.co.uk>...
| Quote: | At earth time Sun, 11 Jan 2004 21:04:25 -0800, the following transmission
was received from the entity known as Yue Zhang:
I'd like to know how to access linux server from win 95 machine. I
want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs. Any
help appreciated.
Yue
php is for writing server-side scripting on web pages, so you would use a
web browser like any other site.
Otherwise, puTTy is a free windows telnet/ssh client for a textmode login,
and you can use either cygwin or vnc to display a linux graphical desktop
on a windows machine.
|
Right now I can't run php program on my machine. Running php through
web browser only get wrong message. Is php has to be properly setup on
my machine?
Any help? |
|
| Back to top |
|
 |
Andy Baxter Guest
|
Posted: Tue Jan 13, 2004 4:27 pm Post subject: Re: Access linux server from window |
|
|
At earth time Mon, 12 Jan 2004 17:50:39 -0800, the following transmission
was received from the entity known as Yue Zhang:
| Quote: | Andy Baxter <news4@earthsong.null.free-online.co.uk> wrote in message news:<pan.2004.01.12.11.00.42.648438@earthsong.null.free-online.co.uk>...
At earth time Sun, 11 Jan 2004 21:04:25 -0800, the following transmission
was received from the entity known as Yue Zhang:
I'd like to know how to access linux server from win 95 machine. I
want to run php programs, but php does't work on my machine. So I want
to log onto a linux server from my machine to run php programs. Any
help appreciated.
Yue
php is for writing server-side scripting on web pages, so you would use a
web browser like any other site.
Otherwise, puTTy is a free windows telnet/ssh client for a textmode login,
and you can use either cygwin or vnc to display a linux graphical desktop
on a windows machine.
Right now I can't run php program on my machine. Running php through
web browser only get wrong message. Is php has to be properly setup on
my machine?
Any help?
|
All I've done is set it up once on my machine to test out a php based
database system I found somewhere, so I probably can't help much. The
basics are that you need to install an apache module called mod_php, set a
few directives in the apache config file, and also define a php handler
for the scripts in the part of the config file which deals with the site
you're setting up. Apart from this, I can't help - sorry.
andy.
--
http://www.niftybits.ukfsn.org/
remove 'n-u-l-l' to email me. html mail or attachments will go in the spam
bin unless notified with [html] or [attachment] in the subject line. |
|
| Back to top |
|
 |
|
|
|
|