Re: [EMAIL PROTECTED] DMZ and Port Forward

2006-03-13 Thread Dustin Oprea
The web server will then receive everything that isn't assigned to port-forward. This includes worms and such that prey on the weaknesses of whatever machine they can reach, including the hapless MSIE-enabled Windows machine that the DMZ entry might point to. This just seems unnecessary conside

Re: [EMAIL PROTECTED] Sending images and ASCII in same content stream

2006-03-13 Thread Dustin Oprea
-type declarations, will the browser automatically display the images after receiving the complete n bytes for each image? Dustin Boyle Owen wrote: -Original Message- From: Dustin Oprea [mailto:[EMAIL PROTECTED]] Sent: Samstag, 11. März 2006 00:01 To: users@httpd.apache.org Subject

[EMAIL PROTECTED] How do you send mixed-MIME content?

2006-03-12 Thread Dustin Oprea
How can one send HTML content, binary image data, and then more HTML content? I'm trying to cut-out external file use for my database backend. Dustin - The official User-To-User support forum of the Apache HTTP Server Proj

[EMAIL PROTECTED] Sending images and ASCII in same content stream

2006-03-10 Thread Dustin Oprea
Is it possible to send the binary images and ASCII HTML in the same document? Dustin - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

[EMAIL PROTECTED] Displaying data containing both mixed image and ASCII data..

2006-03-09 Thread Dustin Oprea
Is it possible to display multiple types of data if content-lengths are specified satisfactorily in the headers? For example, indicating that there will be X bytes of ASCII data, Y bytes of binary JPG data, Z bytes of more ASCII data, etc? This is for a content-management system. I can on