A software application that services requests from clients using the Hypertext Transfer Protocol.
0
votes
0answers
5 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
22 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
20 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
21 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 ...
0
votes
0answers
8 views
ASP.net, Web Server: How to access information of all the servers in a web farm
I have a web application that is hosted on multiple servers over a web farm.
Is it possible to access the information of all the servers in the farm like
Server Name, IP, etc. in this application.
0
votes
0answers
8 views
using actual ip adress on mac osx as webserver for cgi script python
i am writing stuff for kml and cant use localhost for testing purposes and need an exact url so i am using a mac and wanted to know what the url for cgi scripts were. For files i put them in ...
1
vote
0answers
30 views
Selenium in a web service - jar not loaded
I tried to implement a web service in a bottom-up manner. First I created a dynamic web project and implemented a function that uses selenium. I then added the selenium-server-standalone-3.23.0.jar to ...
6
votes
1answer
97 views
Looking for the smallest app container which is capable of running a clojure-powered website
I'm looking for a program which takes up very little disk space, does not require much memory or cpu power, while it is capable of running a clojure web app.
I'm planning to run it on a Raspberry PI.
...
0
votes
0answers
29 views
selenium in a web service throws java.lang.NoClassDefFoundError exception
I created a dynamic web project, implemented a function that uses selenium in it, added the selenium-server-standalone-2.32.0.jar in the project's buidlpath, then used the wizard to generate the web ...
-1
votes
1answer
26 views
Is there any web server out there to validate Client SSL certificate?
Does any website(web server) out in the WWW which validates client SSL certificate? I need to get my client SSL certificate validated.Please don't suggest me to setup an apache2 server on my PC! I've ...
0
votes
2answers
22 views
Nginx Running Wordpress Redirecting www to non-www by mistake
I have an nginx server (1.4.1) running a website in Wordpress. It is automatically redirecting www.mysite.com to mysite.com without any specific rules for doing so. I'd like it to stop and keep the ...
0
votes
0answers
37 views
using selenium in a web service throws java.lang.NoClassDefFoundError exception
I tried to implemented a web service from a dynamic web project. I added the selenium-server-standalone-2.32.0.jar file to the buildpath, then I also added it to the WEB-INF/lib folder. Then I used ...
0
votes
1answer
23 views
What does this exception thrown while using htmlunit in a webservice mean?
I'm trying to use htmlunit in a web service. I created a dynamic web project and implemented the function homepage(). Then I used the web service wizard to generate the web server and the client. When ...
1
vote
1answer
37 views
Can I use htmlunit in a web service?
I've been trying to use htmlunit inside a web service function. I am new to web services and I used this tutorial for implementing a simple web service: ...
2
votes
3answers
17 views
Files are not changing when I update them via FTP
I made some changes to a CSS file, uploaded it and saw no change. I cleared my browser's cache, repeated the process and still nothing. I also tried another browser and then experimented with other ...
2
votes
3answers
46 views
Minimal web server using netcat
I'm trying to set up a minimal web server using netcat (nc). When the browser calls up localhost:1500, for instance, it should show the result of a function (date in the example below, but eventually ...
-1
votes
0answers
14 views
Download many files from web server to xcode project
I want to download files from web server into xcode project, I wrote the code that can download one file using it's name , but I have more than 300 files in a foder and I can't write thier names all ...
0
votes
0answers
24 views
SQL Server CE error when publishing to web server
I created a website with Microsoft WebMatrix 2 and Razor with a SQL Server CE database, it is my first web site with this type of technology, I was intermediate PHP programmer.
Everything works great ...
0
votes
1answer
16 views
htaccess rewrite all subdomain to index.php
I know this question has been asked a lot but I don't know why it does not work for me :-?
this is my htaccess:
Options +FollowSymLinks
IndexIgnore */*
# Turn on the RewriteEngine
RewriteEngine On
# ...
0
votes
2answers
23 views
Can't run my Spring MVC project on a Tomcat web server (local)
I have used Spring Template Project to create a Spring MVC Project. It works fine running it on the "VMware vFabric tc Server Developer Edition v2.8"-server. But when I move it to the Tomcat server ...
0
votes
1answer
27 views
Why doesn't bottlepy server load?
I am confused as to why the bottlepy server doesn't run:
if __name__ == '__main__':
start = datetime.now()
db = Database(force_refresh_cache=False,
...
0
votes
0answers
14 views
Can I have two separate web servers/application servers accessing the same database, mysql
I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
-1
votes
0answers
14 views
How should I host multiple client websites (in development) through a single domain?
I'm currently working on a few website projects (friends and family stuff, mainly), and I have a single domain for myself (let's call this my 'agency' site).
As not all 'client' sites have domains ...
-1
votes
0answers
21 views
What's the best Amazon Cloud setup for a medium sized website [closed]
I am moving my companies website off of a shared hosting plan on Rackspace into the Amazon cloud. Our website maintains, on average, about 15-20 active users at any one time. It is built on WordPress, ...
0
votes
1answer
17 views
How to forward request from a typical webserver to internal servers?
Suppose that I have Apache/lighttpd or whatever to receive http requests. Now I want the web servers to act as a proxy for my web services running on internal servers written in Java/Clojure/Erlang?
...
0
votes
0answers
36 views
Send picture from android phone to a local web server
I've been searching all over and found a bunch of examples of ways to send a picture to a web server. So far none have quite worked for me. Maybe I started in the wrong end but I've already written ...
0
votes
1answer
10 views
configure DSN when uploading to server
I have webpages mostly in PHP, ms sql database and IIS 7 server. Locally it works fine but now I'm trying to upload that to webserver using VPN and Filezilla. The problem is, what do I have to ...
-2
votes
1answer
20 views
Prevent hacking. Need experts advice [closed]
What are all the possible ways to get my files unauthorized from my web server? For example, I have some PDF files in my server and someone downloaded the file and posted in many blogspots. And I am ...
-2
votes
0answers
8 views
Software for Micro Web Servers? [closed]
I would like to know whether the Web Server for Web Servers where the Micro?
If you do not know the story I read in English. Sorry, especially
-2
votes
0answers
25 views
Setting up an apache site on an Ubuntu server installed in virtualbox [closed]
I have computer, Windows 7 is installed on it. I am developing some PHP projects with apache servers and I have installed virtualbox to have a virtual computer. To upgrade the virtual computer, I have ...
0
votes
3answers
68 views
Save a received picture to a folder on a web server
I am to send a picture from an android phone to a local web server on my computer. I'd like to save the picture to a folder on the local server. My plan is to write some kind of controller that takes ...
0
votes
1answer
24 views
Some questions about Drupal
I made my first website, because we learn HTML at school, and I thought that wouldn't be bad. So after a few tries with HTML all programmed by myself, I decided to try Drupal. Well, on my laptop is ...
0
votes
1answer
21 views
Update Supporting Files from Web Server
I am writing an IPhone application in witch I downloaded files and photos locally in the Supporting Files folder ( in the right panel of xcode ), these files are downloaded also in a web server, ...
0
votes
0answers
11 views
How get dataflow from inetd for CGI-CLI script webserver on Android built in Busybox-non-root apk
I have found a simple bash commandline script that acts like a CGI-CLI webserver (http://www.debian-administration.org/article/A_web_server_in_a_shell_script). It should also be possible to use this ...
0
votes
1answer
19 views
upload file to my server using pentaho data integration(pdi)
On my pdi transformations, a file is created and then a table on my database_1 is updated with the information on that file.
That work perfectly fine.
What i need now is to upload the file to some ...
0
votes
0answers
18 views
Guide me to run a perl cgi program in browser,i am using windows7 and installed strawberry perl [migrated]
Please help me for this request, I am a beginner at CGI and Perl
I tried to install Perl, but I am getting the following error:
HTTP Error 404.3 - Not Found
The page you are requesting ...
-2
votes
1answer
30 views
Resources like images and securing them
I've been thinking about this off an on and did a quick test with Facebook. Assume you have a facebook like site and strip it down to images and profiles. Images you choose to either share with ...
0
votes
1answer
35 views
How can i integrate php with my Http-server? [duplicate]
Hi i've coded a web server using C language , a server just like apache or lighthttpd.
it does listenings on port 80 and manipulates with GET & POST requests, i may handle text/html files, but my ...
0
votes
0answers
23 views
uploading a new protege ontology file on Jena Fuseki
How do I upload onto a remote machine a new ontology (.owl file) using the Fuseki web-server installed on my Mac?
I can authenticate and log in, but the first thing I would have to do is to select a ...
-1
votes
2answers
14 views
Access computer remotely [closed]
I want to access my computer from the internet.
Specifically I want to access my web server
I tried connecting to my computer's ip from another pc and cellphone using both:
192.168.0.5 (which I ...
0
votes
1answer
14 views
How do I block a bot from a specific directory
I am getting an insane amount of requests from web crawling bots for files in the /cachecp/ directory on my website (the directory doesn't exist on my server, but I assume it is hacker bots looking ...
0
votes
0answers
9 views
HTTP Communications- Browser not receiving all data
I have set up a server with my homemade http code on it. My code binds to a port(80) and then listens for requests on that port. My response is sent in pieces using multiple send() calls. If I access ...
2
votes
2answers
96 views
uwsgi service is not starting
I have a python application (concrete Django) running on my server. Before yesterday, it was successfully running under apache with mod-wsgi with almost no problem. I had two main reason to switch to ...
0
votes
2answers
33 views
Protecting web-server from ssh brute force attacks
I have a server acting as a reverse-proxy connected directly to the internet. I access this computer through ssh on a non-standard port. It doesn't seem too secure. If someone found the ssh port ...
1
vote
1answer
26 views
How does the web container know about the role of the user
I am very new to web-app development and its security and trying to understand things around.
Everywhere I look for implementing security in my webapp they ask to use declarative security. For ...
-1
votes
0answers
18 views
how can I add SSL support to my web server ? [closed]
Please tell me how can I add SSL support to thttpd. Or if I can put it straight, how to make my web server have SSL support?
Thanks.
0
votes
0answers
34 views
Very Strange error found during unit testing of my web server project using junit
I am working on one project namely HTTP THREADPOOL WEB SERVER. Now I am writing unit tests of the same using Junit in maven.
In the mean while I found one weird error, I didn't understand why that ...
0
votes
1answer
10 views
Webserver does not overwrite file
I'm working on a site and i'm trying to upload a jQuery file with FilzZilla:
$(document).ready(function(){
function getParameter(paramName) {
var searchString = ...
0
votes
2answers
22 views
Why Unit test of WebServer project shows strange behaviour?
I am writing Unit test of my project HTTP THREADPOOLED WEB SERVER. For that I am using Junit in Maven.
In the mean while I stuck in one place, and the doubt is as follows,
There is one class ...
1
vote
1answer
24 views
.htaccess - any rewrite rules with variables only working on localhost but not webserver
On localhost (xampp) as well as on one webserver everything in my .htaccess file works perfectly fine. However, on the webserver of my client any rewrite rules that include variables do not work. ...

