Networking Forums

Networking Forums > Computer Networking > Linux Networking > Apache request through shell

Reply
Thread Tools Display Modes

Apache request through shell

 
 
Rocky3
Guest
Posts: n/a

 
      03-07-2007, 08:46 AM
Hello!
I'm tryng to connect to an Apache server by the shell. Which commands
should I write? Can I use telnet (and how?)?
How can I request the Apache service?
Thank you!

Rocky3


--
"Il sapere e la ragione parlano, l'ignoranza ed il torto urlano".

Arturo Graf / Indro Montanelli / Anonimo
 
Reply With Quote
 
 
 
 
Uwe Plonus
Guest
Posts: n/a

 
      03-07-2007, 09:34 AM
Rocky3 wrote:
> Hello!
> I'm tryng to connect to an Apache server by the shell. Which commands
> should I write? Can I use telnet (and how?)?
> How can I request the Apache service?
> Thank you!
>
> Rocky3


try the following:

telnet <host> 80

This should connect you to the host. But you should know HTTP to use
this because the server is then waiting for a request.

Uwe
 
Reply With Quote
 
Keith Keller
Guest
Posts: n/a

 
      03-07-2007, 05:35 PM
On 2007-03-07, Rocky3 <(E-Mail Removed)> wrote:
> I'm tryng to connect to an Apache server by the shell. Which commands
> should I write? Can I use telnet (and how?)?


You can use telnet, as Uwe noted. Depending on what you want to do, you
might also be able to use wget or lwp-request (sometimes aliased as
GET). But if these don't work for you, you probably should post more
details about what specifically you want to do.

--keith

--
kkeller-(E-Mail Removed)
(try just my userid to email me)
AOLSFAQ=http://www.therockgarden.ca/aolsfaq.txt
see X- headers for PGP signature information

 
Reply With Quote
 
Allodoxaphobia
Guest
Posts: n/a

 
      03-08-2007, 03:00 AM
On Wed, 7 Mar 2007 10:46:38 +0100, Rocky3 wrote:
> Hello!
> I'm tryng to connect to an Apache server by the shell. Which commands
> should I write? Can I use telnet (and how?)?
> How can I request the Apache service?
> Thank you!


$ lynx http://target-apache-server

$ man lynx

Jonesy
--
Marvin L Jones | jonz | W3DHJ | linux
38.24N 104.55W | @ config.com | Jonesy | OS/2
*** Killfiling google posts: <http://jonz.net/ng.htm>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
shell commands mu91t Linux Networking 3 08-07-2008 12:05 PM
shell mu91t Linux Networking 1 08-02-2008 06:30 AM
shell script to log http request newbiegalore Linux Networking 0 04-06-2008 11:05 PM
p2p on shell. Mr_jud Linux Networking 0 12-08-2005 05:04 PM
I'm begging for help: multipart/form-data request rejected by Apache Piter Linux Networking 0 03-29-2005 06:29 PM



1 2 3 4 5 6 7 8 9 10 11