A software application that services requests from clients using the Hypertext Transfer Protocol.
1
vote
1answer
11 views
Running two node servers from a single shell command using a shell script
I have to run two node servers in different port, I want to write a simple shell script that will start both of the servers.
I wrote it like below:
node project/rest.js && node ...
-1
votes
2answers
20 views
Display multiple objects from server
I am making an iOS app that will display images, videos, and textual information that I provide.
this information needs to be updated and refreshed as the user requests, time interval, and when the ...
1
vote
2answers
14 views
How to install wordpress cms on ipod touch?
I have a jailbroken iPod touch, on which I have installed lighttpd-php-mysql web stack. I want to know if there is a way to install wordpress cms in iPod, similar to what we do in a normal web server.
...
0
votes
0answers
12 views
PLC web server hardware
I need to develop a project where I have to control a PLC from a web application. I have knowledge of web applications, but I have almost no knowledge of PLC. I need to read/write values from/to the ...
0
votes
0answers
7 views
Replication between two webserver content without using DFS
I want to achieve replication between two folders without using DFS coz it need domin controller. I have two webservers in workgroup hosting same two websites so dont want to make changes in each ...
-2
votes
1answer
26 views
How to Post data From Desktop Application to Web Server In java [closed]
Hi I Want to Post Data to Web server In java from own Build desktop Application to Web Server through URL .Please Give some Suggestion or Sample Program to do this .I am Working on him First Time.
...
0
votes
0answers
5 views
Send GPRS data from beagleboard to my web server
I have a beagleboard connected to GPS and GSM/GPRS. I have to send GPS coordinates through GPRS on some web server on remote computer. I don't understand how to send data to some localhost web sever? ...
-1
votes
0answers
10 views
How to make nginx “wait longer” before doing “bad gateway”? [closed]
I have a server running behind nginx.
Whenever I restart my server (I have a service script that auto-boots), users accessing the site meanwhile will get Bad Gateway from nginx.
Instead I'd like to ...
0
votes
0answers
32 views
What is the best way to read a HTTP request in Ruby?
I build a webserver just for fun to learn how the HTTP protocol works and learn Celluloid.
How should I read an incoming HTTP request? An HTTP GET request never exceeds 2KB, so I thought at first I ...
0
votes
1answer
22 views
Host a text file on WindowsCE using a web server
Im trying to host a text file which can be viewed via a browser. This server will be running on a WindowsCE machine.
Currently when i try and view the file on my windows 7 machine using internet ...
0
votes
1answer
16 views
How prevent browser from caching XML file served by Apache? (My htaccess file is included)
UPDATE 2
I discovered the answer but I'm not sure why it's required and how to change this behavior in Apache.
If I unlink (i.e. delete) the XML file first and then recreate it (instead of just ...
0
votes
0answers
5 views
Why do social buttons created by addthis.com dont work when you have not uoloaded the website on the internet?
Other widgets by other sites seem to work. If you use fonts or jquery from Google even that loads but why doesn't the social buttons by addthis.com load when you are running the site from your ...
0
votes
1answer
17 views
Plesk Panel 11 www prefix not working
i'm hosting websites from my customers using Plesk Panel 11, but when i try to reach a domain using the www. prefix, i get redirected to the Parallels Domain Default Page.
Customers keep their ...
0
votes
0answers
36 views
how web server can get access to client's files?
i want transport my bookmarks from browser to web server.
On server side i can't get access to user's files (where bookmarks store).
Not the best, but easiest way - simply each time send file (for ...
0
votes
1answer
19 views
Limit Bandwidth per Apache Virtual Host [closed]
I'm going to launch a 2GB Linode VPS to host a couple of Wordpress CMS sites and one based on Yii framework. I planned on using Apache virtualhosts to assign each site it's own webroot on a user's ...