Questions tagged [webserver]

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

8218 questions
29
votes
3 answers

Tomcat--Web Server or Web Container?

I've a small doubt in my mind; could anyone please clarify me is the Tomcat web server or Web container?
Pauo
  • 315
  • 2
  • 4
  • 6
29
votes
10 answers

Why move your Javascript files to a different main domain that you also own?

I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being hosted on the same domain as the page itself (or a subdomain of…
Tim Farley
  • 11,720
  • 4
  • 29
  • 30
29
votes
1 answer

How to create SVN repository on server?

How to create SVN repository on server? Although i have found various articles on this but still facing issues while creating repository on my website. Right now i am using assembla as my SVN repository, but want to create my own on my hosting.
Rahul Jain
  • 719
  • 2
  • 11
  • 26
28
votes
4 answers

How use Django with Tornado web server?

How do I use Django with the Tornado web server?
xRobot
  • 25,579
  • 69
  • 184
  • 304
28
votes
1 answer

HTTP over AF_UNIX: HTTP connection to unix socket

We have HTTP server , for which we have HTTP client based application (on Linux) working fine. But now we need to listen on Unix domain sockets from our client application. So is it possible to send/receive httprequest, httpresponse packet from…
Rohit
  • 6,941
  • 17
  • 58
  • 102
27
votes
4 answers

Asp.net - error when trying to access working webpage

I have created an asp.net webpage and have uploaded it onto a webserver. However when I try to view the page remotely, I get errors about the customerror tag in the web.config file. The page works locally with no errors or warnings. Also if I upload…
bobby123
  • 1,006
  • 4
  • 14
  • 24
27
votes
4 answers

JBoss 7, java.lang.OutOfMemoryError: PermGen space

I've hit this error where the CPU usage goes to its limits and JBoss needs a restart (java.lang.OutOfMemoryError: PermGen space). I found a solution for older JBoss version to increase the MaxPermSize. I guess the same goes for JBoss7. Which value…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
26
votes
4 answers

Processing HTTP GET input parameter on server side in python

I wrote a simple HTTP client and server in Python for experimenting. The first code snippet below shows how I send an HTTP GET request with a parameter named imsi. In the second code snippet I show my do_Get function implementation in the server…
F. Aydemir
  • 2,665
  • 5
  • 40
  • 60
26
votes
1 answer

How to measure memory usage for a Live ASP.NET MVC web application?

So right off the bat, not sure if this question is better suited for another StackExchange site. I've got an ASP.NET MVC 3 web application running on Windows Server 2008 and IIS 7.5 Site runs fine initially, but i can see the memory usage gradually…
RPM1984
  • 72,246
  • 58
  • 225
  • 350
26
votes
0 answers

Chome 102: has been blocked by CORS policy: Request had a targe IP address space of 'unknown' yet the resource is in address space 'private'

We have a web-based system hosted in the LAN (non-SSL). From Chrome 102 (Windows/Ubuntu), we face a randomly CORS issue which describes as has been blocked by CORS policy: Request had a targe IP address space of 'unknown' yet the resource is in…
Mone Xiao
  • 261
  • 3
  • 4
26
votes
3 answers

Best practices for client side vs. server side redirects: When to use what?

I understand that most of the languages support server side redirects (asp.net: Response.Redirect, PHP: header( 'newpage' ) ; ). You could also do a redirect with JavaScript (window.location.href="newLocationURL"). When would you choose one over the…
ram
  • 11,468
  • 16
  • 63
  • 89
26
votes
4 answers

C/C++ - Any good web server library?

Are there any open source, fast web server libraries? Thanks.
Alon Gubkin
  • 56,458
  • 54
  • 195
  • 288
26
votes
1 answer

Is Vary: Accept-Encoding overkill?

After reading about how gzip compression works it got me thinking. If the Origin and Proxy server (CDN) both support gzip is adding a Vary: Accept-Encoding header necessary?
jdorfman
  • 781
  • 2
  • 10
  • 21
26
votes
4 answers

Set Node.js to $PATH

I am studying RoR and I am setting this virtual machine to "deploy" RoR and I got stuck in the Node.js installation. I am using Ubuntu 12.04 and I followed this step of this guide: http://railsapps.github.com/installing-rails.html Since Rails 3.1,…
Apollo
  • 1,913
  • 2
  • 19
  • 26
25
votes
3 answers

Using the PHP built-in server in production

I was recently curious about PHP 5.4's built-in webserver. On the surface it seems as though, while rather barebones, with enough work it could be possible to distribute PHP applications that traditionally depend on a separate web server, like…
wavemode
  • 2,076
  • 1
  • 19
  • 24