Tagged Questions

0
votes
1answer
17 views

list contents of on-line folder with restricted access (and how to prevent this)

Hi all: I restricted access to my Internet folder, e.g. http://www.my-domain/my_folder/my_sub_folder/ So that, for anybody access is denied (403 Forbidden message) If I provid …
0
votes
1answer
28 views

Resin Restarts when class files or Servlets are uploaded.

Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynami …
3
votes
11answers
2k views

Not able to run ASP.NET web app using Development Server

My development machine (Vista) was working perfectly fine for over a year and then suddenly (without explicitly installing anything) I am unable to run the websites using ASP.NET d …
0
votes
0answers
38 views

About keeping track of disk space in web server

Hi. May I ask is there any recommended tools for keeping track of the disk usage on a web server? And is there any special things that I may need to consider for choosing a tool …
1
vote
9answers
1k views

Is there a distro of Linux without GUI? What do hosting companies install?

I believe OS GUI takes some machine resources and is not really needed for a web server. What OS do people install to make a Linux-based web server without GUI?
1
vote
4answers
475 views

Is Apache Tomcat built on Apache Web Server platform?

Recently our Software Analytic provider (NETTRACKER) sent us a plugin in order to be able to capture visitors in a better way. This plugin is for Apache 1.x and Apache 2.x. They …
9
votes
10answers
4k views

apache vs nginx vs lighttpd? Which is simpler to configure and administer?

A bit more context, in case this question is too general: the uses I have in mind are running django and serving static content and name-based virtual hosting. I am vaguely aware …
2
votes
3answers
196 views

ASP.NET Web site/service hosting

Are there other possibilities besides IIS for hosting web sites and web services based on ASP.NET, which are recommended by Microsoft for small-scale environments?
0
votes
3answers
193 views

How many connections/how much bandwidth can Apache handle?

This is a request for pointers to good documentation/good articles. I'm looking for information on how many connections an Apache server can reasonably handle, and potentially how …
18
votes
10answers
943 views

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 …
1
vote
1answer
169 views

ISAPI rewrite question on IIS

I have the following rules: RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.example\.com$ RewriteRule ^blog/?$ http://blog.example.com/ [P] RewriteRule ^(blog/.*)$ http://blog.exa …
3
votes
6answers
207 views

Which is the most reliable web server to work with RoR in production or development?

Mongrel, Thin, Webrick, Passenger... Wich one is the most effective solution to put a RoR application in a production environment? Which one is the most flexible, and easier to ins …
6
votes
7answers
986 views

Best J2EE server

At my shop, we use WebSphere, but I hate it with a passion. Updates are a nightmare It's not J2EE compliant Automated deploys are very difficult What is the best J2EE Applica …
0
votes
1answer
206 views

How to set the allowed url length for a nginx request (error code: 414, uri too large)

I am using Nginx in front of 10 mongrels. When I make a request with size > 2900 I get back an "error code 414: uri too large". Does anyone know the setting in the nginx conf fil …
0
votes
6answers
170 views

Tips for developing a web server.

After doing some search here, I found next to no questions on developing a web server. I'm mainly going to be doing this for two reasons. As a side project and to learn more abou …

1 2 3 next
15 30 50 per page