web-server

Python approach to Web Services and/or handeling GET and POST

I have been working with python for a while now. Recently I got into Sockets with Twisted which was good for learning Telnet, SSH, and Message Passing. I wanted to take an idea and implement it in a web fashion. A week of searching and all I can really do is create a resource that handles GET and POST all to itself. And this I am told is...

Virtual PC (XPMode) - How to access Webserver on guest from host

I have Windows XP running inside Windows 7 via Virtual PC (XPMode) and installed Zend Server CE on the virtual XP guest. The webserver is running and can be accessed on the guest, but I cannot access the webserver from the Win7 host. I configured a static IP address and subnet of 255.255.255.0 on the guest and can ping this IP from the ...

Writing a web-scripting language from the ground up?

I'm looking for references stating how to write a web scripting language and interface it with a web-server. I'm not looking for "how to write the language" or "how to write an interpreter" references rather - I don't know how the basics of a web-script interpreter work? Is it a simply a CGI based interpreter that is passed the HTTP pa...

Is there any standalone EJB container that drops into non-j2ee web servers?

Hi Right now I am using a web-server which does not contain EJB container. If my application needs EJB container, how could I add one? ...

Should all sites use SSL by default

We are in the process of moving our web architecture to a new environment. Included are dozens of different sites ranging from almost completely static to dynamic sites requiring authentication and containing sensitive content. Our web server admins have (without any input from the development team) decided to make it a standard in the n...

Serving Images with on-the-fly resize

Hello, my company has recently started to get problems with the image handling for our websites. We have several websites (adult entertainment) that display images like dvd covers, snapshots and similar. We have about 100'000 movies and for each movie we have an average of 30 snapshots + covers. Almost every image has an additional vers...

Anyone Using the Abyss Web Server

Just curious to see if anyone is using the Abyss Web Server for any projects. http://www.aprelium.com/ I've checked it out a few times, had it running a few ASP.Net demo sites, but haven't gotten to far with it. I like the ease of use, but I'm thinking both IIS and Apache out class Abyss for the most part. Has anyone used it? If so, ...

How to transfer SQLite db to web server on android phone

Hi, I have an application that creates an SQLite database and saves information to it over the course of a day. At the end of the day i want to export this database to a web server. Could anyone point me in the right direction for this? Should I use httppost or put. I have researched this myself online but there seems to be so many di...

When deploying python, what web server options do we have? is the process inefficient at all?

I think in the past python scripts would run off CGI, which would create a new thread for each process. I am a newbie so I'm not really sure, what options do we have? Is the web server pipeline that python works under any more/less effecient than say php? ...

LAMP stack on home computer as a public web server

So I'm using this website: http://www.howtoforge.com/ubuntu_debian_lamp_server to setup LAMP on my Ubuntu Virtual Machine. Here is my question though, This will enable me to program and test through localhost. How can I set this up so anyone on the web can access my .php pages from any Internet capable device, and they will still int...

Hosting a web server through an image

Is it possible that, on my Windows machine, I get the vmware player and an ubuntu image and host a web server from that image? ...

What are the most likely reasons an application would fail on only one of my servers?

I have several servers to test new code on. I primarily push out asp.NET web applications. Last week, I had an issue where I installed a newly developed web application on three servers. The three servers all run in separate environments. The application worked fine on two of them, but consistently crashed on the third server with ea...

Why Illegal cookies are send by Browser and received by web servers (rfc 2109, 2965)?

Hello, According to RFC 2109, 2965 cookie's value can be either HTTP token or quoted string, and token can't include non-ASCII characters. Cookie's RFC 2109 and RFC2965 HTTP's RFC 2068 and 2616 token definition: http://tools.ietf.org/html/rfc2616#page-16 However I had found that Firefox browser (3.0.6) sends cookies with utf-8 strin...

I'm looking for a client-side web server that can run inside the browser. Any suggestions?

Ideally I'm looking for something that is browser agnostic. ...

Resources To Start a Web Server

I want to start the development of a web server using the Scheme language, but I need to have the basics knowledge of the web server, using the sockets and a little about the optimizations. ...

Facebook's pipelining system? How does it work?

One of the facebook developers recently posted an article describing their new approach on handling HTTP requests called BigPipe: http://www.facebook.com/notes/facebook-engineering/bigpipe-pipelining-web-pages-for-high-performance/389414033919 It seems to have obvious performance advantages over the conventional way of doing it. So, is ...

Coonecting to a TCP server from a Web Server

Hi, Is there a way that I can connect to a TCP server using a Web Server (for an example, connect to a TCP server through a php page)...??? Any resource to read on this??? Thank You!! ...

Event Listener in PHP

Hi, I want my web server to notify me through a php page when an event occurs at another TCP server, to which the PHP page has successfully connected via a socket. The event is like the TCP server wants to send a message to the web server, etc. Is there any way to accomplish this and/or any references on how to do it? Thank You! ...

IE6 can't download file

I've written a Web server that serves various kinds of content. When sending back a JSON or CSV file, IE6 is unable to save the file. Firefox 3.6 and IE8 save those files just fine. The server uses the text/json Content-type for JSON and text/csv for CSV files. I've tried changing the Content-type to text/plain -- no difference. IE6...

Mensagem no console do servidor Python (wsgiref)

How do I hide the message automatically sent by a server for Python console? On a server that uses WSGIREF. like this: practivate.adobe.com - - [30/Jun/2010 15:18:13] "POST /aguia.html HTTP/1.1" 200 4 practivate.adobe.com - - [30/Jun/2010 15:18:14] "POST /aguia.html HTTP/1.1" 200 4 practivate.adobe.com - - [30/Jun/2010 15:18:17] "POST /...