webserver

Small, PHP capable web server (for Windows)

I'm looking for a small (not more, than a few megs) web server, which must be capable of running PHP code (with external PHP installation). I would strongly prefer one where it is very easy to change the root directory often. My OS is Windows XP. I saw these related SO questions: http://stackoverflow.com/questions/508909/portable-usb-...

How would you set up a python web server with multiple vhosts?

I've been told wsgi is the way to go and not mod_python. But more specifically, how would you set up your multi website server environment? Choice of web server, etc? ...

Cluster/Load Balancing software that displays multiple hard-drives as one?

Does anyone know of a clustering/load balancing software(free or commercial) that once setup, only requires you to login at one place and all hard drives are mounted together as one? For example, currently i have 1 server which i access by going to www.myurl.com/cpanel and one hard-drive is displayed and i upload all my website files th...

Is there an equivalent to phpinfo() in ASP.NET?

I've looped over the Request.ServerVariables collection in ASP.NET, but it's not as comprehensive as phpinfo(). Anyone aware of a script for ASP.NET that includes all that info, including server software, drivers, etc.? ...

Images in load balanced environment

I have a load balanced enviorment with over 10 web servers running IIS. All websites are accessing a single file storage that hosts all the pictures. We currently have 200GB of pictures - we store them in directories of 1000 images per directory. Right now all the images are in a single storage device (RAID 10) connected to a single serv...

Is using a Web Server like Lighttpd and nginx in most cases just Premature Optimization?

I'm currently using Lighttpd on a VPS. Before that it was nginx, but I came back to Lighttpd because I needed CGI. Apache's HTTPD is mainstream. All documentations include examples for Apache and most modules are only available for Apache. Is the effort to use something different from Apache really worth it? ...

Porting a .NET 3.5 application to a portable device

I have written a server/client application using sockets in C# for .NET 3.5. I'm interested in porting the client part to some kind of mobile device and am pondering the best way. The client is actually an underlying library and a GUI depending heavily on touch interface capabilities. As I see it I have a few options: Just get an EEE ...

What is the best web server for ruby on rails application?

What is the best web server for ruby on rails application? Why? ...

Is there a lightweight portable windows web server?

I'm looking for a lightweight portable web server for windows capable of serving arbitrary folders in the file system and supporting at least one scripting language. It shouldn't need to setup htdocs folder and config files. For test purposes. ...

Enhanced Directory Browsers on Webservers

Hey guys and gals, I'm looking for free webserver directory browser enhancements similar to: http://www.daleanderson.ca/edb/ Servers I'm interested in are Apache2, nginx, and lighttpd, but was having trouble finding any on Google. If anyone knows of any, I'd be grateful if you shared a link :) Thanks. ...

How much slower is serving static content from Tomcat?

So, I have a webapp with a fair amount of JSPs, servlets, alot of which are using IceFaces. Obviously, most of this will have to stay in Tomcat. However, I've been told that static content (HTML, Images, etc.) is slower on Tomcat than a pure webserver like Apache. My understanding is that when you're using Tomcat as a stand-alone webse...

Root servers for web development - how much power is enough?

I think this question has not to do with programming in general, but nevertheless the answers might be interesting to other web developers. I just wondered how to estimate the minimum requirements to have a fast website. Obviously there are some facts that have to be considered like the expected number of visitors, the derived number of...

The requested URL / was not found on this server

I have 2 Apache instances on the same server, one on port 80, one on another port. The first one works fine. When I go to mydomain.com:otherport I get the error message named in the title. The directory does exist, and has the same user and group that the web server is running as. ...

Translating an Apache .htaccess file to an IIS web.config

Hello there, I developed an application on my local using PHP, MySQL and Apache and it has a .htaccess file containing this: #Setting the default handler. DirectoryIndex home.do <IfModule mod_mime.c> #Supporting .do extensions AddType application/x-httpd-php .do </IfModule> <IfModule mod_rewrite.c> #Removing .do file ex...

What is the easiest way to have a local LAMP installation for web development on mac OS X ?

I'm new to mac os x. In the Windows XP world, there are packages available, like easyPHP, wampserver, uniformserver, that enable you to have a local webserver complete with php, mysql configured via an automatic installer. Really handy. I need the same on my new mac. I know mac os x comes with a local webserver. Is this already with php...

Storing documents on webserver - best approach

Hey Everyone, I’m working on a project and one of the requirements is document uploading and viewing. I have decided on storing the documents on the web server and not in the database. The question I have is this…what is a good approach to storing a large number of documents on the server? The uploaded documents will be associated with ...

Why is there a symlink frow www/ to public_html/ in Bluehost by default?

My internet sites are at the folder public_html I noted that www/ seems to have a symbolic link to public_html. I do not know why we need the www/ -folder, when we have public_html. Perhaps, it is a security reason. Perhaps, the name of the folder where websites are should be hidden. Why does www/ -folder point to the folder publ...

Unable to connect to Web Developers built in web server

When I yesterday returned to Visual Web Developer I was no longer able to run/debug my projects. Clicking the green play button launches ASP.NET Development Server (and it shows up in the systray) but the browser only shows the error message "Firefox is not able to connect to localhost:58127" (translated from Swedish). IE7 says "Cannot s...

MS Visual Studio 2008 Professional: How to disable webservers for other projects?

I am using visual studio 2008 professional edition. In my solution I have about 8 projects. When I am working on 1 project and I set this one as my startup project and want to debug this one, I get 7 webservers, all with different ports. I don't want this, I just want that only one webserver is getting started for the project I am debu...

What's the difference between Coldfusion Developer Edition and Enterprise Edition?

I'm trying to test Coldfusion for learning purposes, but I really don't know what is the aditional features that the non-free Enterprise Edition add to the free Developer Edition. Thanks! ...