A software application that services requests from clients using the Hypertext Transfer Protocol.

learn more… | top users | synonyms

0
votes
0answers
7 views

Do I need to keep access.log (with webserver)?

My webserver's access.log got quite a big size over the last 2 years. Do I actually need to keep it? Is it recommended to keep it somewhere? Because my server has a limited harddisk and I could ...
0
votes
0answers
9 views

IIS website advanced redirects

I'm using IIS 7 and am having difficulties redirecting URLs. The website I am using is on a shared hosting server on Windows running IIS. The web-based control panel software that comes with my ...
1
vote
0answers
9 views

Does Apache really “fork” in mod_php/python way for request handling?

I am a dummy in web apps. I have a doubt regaring the functioning of apache web server. My question is mainly centered on "how apache handles each incoming request" Q: When apache is running in the ...
0
votes
1answer
22 views

Upload file from Android to webserver

what is the best way for uploading files(image) from android to webserver(i use codeingniter). in google i saw some methods with CustomMultipartEntity, Base64 and etc, but which way is better? and can ...
0
votes
3answers
34 views

Use GNU GPL on webserver‏

I'm building a commercial (paid) web application, i'm using some libraries and software that are under lgpl, gplv2, gplv3, mit and bsd. I will not change the source code of this libraries/software, ...
0
votes
1answer
9 views

Encrypt and Decrypt documents through asp.net application

My asp.net application is in Web Server A and displays and let download MS-Word or PDF documents that are stored in Web Server B. For security reasons, I was advised to encrypt and decrypt those ...
-1
votes
0answers
14 views

Public proxy to acces local server from web [closed]

i am searching replace for Opera Unite (with addon Web proxy). Now i can acces my localhost PHP server from web on adress home."myname".operaunite.com/localhost/ with old Opera 11. But im ...
0
votes
0answers
30 views

display android files with jetty

I wish to display file names which are already saved in a directory saved on an android device, I have managed to run jetty webserver but I don't know how get all the files and display them in a web ...
0
votes
1answer
15 views

Is tomcat still not an application server [closed]

In many of the forums suggested that the Tomcat is a Web-Server, not an App-server as it doesn't implement whole Java EE API. But now many of those are implemented by Tomcat(like by adding Tomcat+Java ...
0
votes
0answers
4 views

How to use DFS file sharing/synchronization for two standalone windows servers?

I want to synchronize folder and files in between two windows server which are in different region. Basically both server are unaware of each other's existence. (i.e. one server is in Australia and ...
0
votes
0answers
11 views

Porting Mongoose Web Server to VxWorks

I need a web server in my VxWorks application to show a web page supporting RPC (ex. JSON-RPC). I think Mongoose Web Server (https://code.google.com/p/mongoose/) would be the perfect candidate for ...
0
votes
0answers
6 views

A separate web server for handling AJAX calls from live/instant search?

If I want to implement live/instant search on our site, would it be a good idea to setup a separate web server to handle these requests? Live/instant search seems to produce a lot of requests, so I ...
0
votes
1answer
28 views

What is the best way to start thin in a rails application?

You can start the thin server by one of the following ways: thin start rails s (if you have thin in the Gemfile) Is there any difference on performance/compatibility between these two ways, or the ...
-3
votes
2answers
23 views

what is difference between asynchronous HTTP request and synchronous HTTP request?

what is difference between asynchronous HTTP request and synchronous HTTP request?what is difference between asynchronous HTTP request and synchronous HTTP request?
0
votes
1answer
33 views

jetty on android is crashing

hey I am developing an android application and I came to a problem, I want to develop a web http server for my android application and through my research I came across this example Integrate Jetty ...

1 2 3 4 5 215
15 30 50 per page