You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by amit khatri <am...@hotmail.com> on 2002/03/08 11:11:02 UTC

interactive session with server

I connect to the server using a browser ( by providing the ip address of the 
server). And i have written a script on server to execute the linux 
commands.
----------------------------------------------------
  But when i enter the commands like :

1  vi
2  mcedit

   They don't work

3   Even a small prog to scan an input does not wait for input from    user.
  What should i do to run these  commands .

i.e i have to begin an interactive session with the server.



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: interactive session with server

Posted by Artiom Morozov <ar...@phreaker.net>.
read about controlling terminals, pipes, io redirection and filehandles 
inheritance. or at least give detailed explanation of what's that 
you're trying to do

На 2002.03.08 12:11 amit khatri написал:
> 
> I connect to the server using a browser ( by providing the ip address 
> of the server). And i have written a script on server to execute the 
> linux commands.
> ----------------------------------------------------
>  But when i enter the commands like :
> 
> 1  vi
> 2  mcedit
> 
>   They don't work
> 
> 3   Even a small prog to scan an input does not wait for input 
> from    user.
>  What should i do to run these  commands .
> 
> i.e i have to begin an interactive session with the server.
> 
> 
> 
> _________________________________________________________________

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org