02-22-2006
You need a plug gateway. Read up on sunscreen.
9 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hi everybody,
I have a *.vbs file which I want to run automatically. I want to know if there is anyway to implement the given example
for e.g "http://255.255.255.55/script.vbs"
what I mean is does anyone know how to make an http request from a unix script??
Thanks in advance!!!!!!!!!!! (1 Reply)
Discussion started by: arksal
1 Replies
2. Shell Programming and Scripting
Hi,
i need a guide how to write a script which i can do a http request. Let say the request look like below;
http://www.test.com?txid=1&type=service&server=linux
I have a list of "txid" (in *.txt) and need to run all "txid" acordingly. So that mean, every transaction i have to refer "txid"... (7 Replies)
Discussion started by: malaysoul
7 Replies
3. UNIX for Dummies Questions & Answers
Can anybody tell about http request processing in shell script..? (3 Replies)
Discussion started by: noufal
3 Replies
4. Shell Programming and Scripting
How to hit HTTP Post Request along with sending XML data to a Remote server through command line utility like wget (or anything else). (0 Replies)
Discussion started by: sandeep reddy
0 Replies
5. UNIX for Dummies Questions & Answers
Hi all,
Im trying to make an http get request to a web service from a linux machine like below and i get ERROR 500
wget http://10.1.21.236:8585/pns.asmx/Sen...&msgBody=werty
25018
$ --19:06:32-- http://10.1.21.236:8585/pns.asmx/Sen...erName=serverA
Connecting to 10.1.21.236:8585...... (1 Reply)
Discussion started by: elthox
1 Replies
6. Web Development
Hello,
I am using apache 2.2 and I need to have certain http requests (those including example.com for instance) to be executed normally and forwarded to another server.
With mod_rewrite, I could easily forward but then the input request would not be executed on my server. Right?
Am I... (1 Reply)
Discussion started by: JCR
1 Replies
7. Programming
Hello
I am trying to communicate with a server that is ready to accept HTTP GET requests and send back data per the request. However, I have very little experience in socket programming and I don't really know how to debug this. Googling on the web hasn't yielded much, except people saying I... (2 Replies)
Discussion started by: flagman5
2 Replies
8. Shell Programming and Scripting
I am running a website but I still have problems with the "service temporarily unavailable error". I want to make a simple check if the website is up and running. Does anybody has an idea how to do it? (the site is password protected, so you have to add a user and pwd before logging in).
... (2 Replies)
Discussion started by: jurgen
2 Replies
9. Shell Programming and Scripting
Hi,
I am trying to write a shell script to parse the post request data that it received to a xml file. Below is the post request data that script is receiving.
-----------------------------7dd2339190c8e
Content-Disposition: form-data; name="param1"
1... (2 Replies)
Discussion started by: jdp
2 Replies
LEARN ABOUT DEBIAN
cakephp-instaweb
CAKEPHP-INSTAWEB(1) General Commands Manual CAKEPHP-INSTAWEB(1)
NAME
cakephp-instaweb - lightweight HTTP server for developing CakePHP applications
SYNOPSIS
cakephp-instaweb [-p PORT] [-i INTERFACE] [-r] [-q] [<webroot>]
DESCRIPTION
cakephp-instaweb is a lightweight web server designed for quick development of CakePHP web applications.
It is designed to be reasonably intelligent in locating your application's webroot folder: running the program from somewhere near your
application's "app" folder without specifying a webroot argument will start a small web server on port 3000 that will point at your appli-
cation.
(If cakephp-instaweb is unsuccessful in locating your application, or you wish to start the server from a different folder, you can specify
a precise application webroot location on the command line.)
OPTIONS
--port, -p
Specify which port to run on. (default: 3000)
--interface, -i
Specify which interface to run on. (default: 127.0.0.1)
--disable-rewrite, -r
Disables Apache-style rewriting of URLs. You will need to enable the BASE_URL configuration variable in app/config/core.php for URLs
to function correctly after disabling rewrites.
--quiet, -q
Make as little noise as possible.
-help, -h
Shows help message.
AUTHOR
cakephp-instaweb was written by Chris Lamb <chris@chris-lamb.co.uk>.
September 15, 2007 CAKEPHP-INSTAWEB(1)