[EMAIL PROTECTED] DOCUMENT_ROOT and mod_vhost_alias

2005-10-15 Thread Fury
Hi, I'm messing around with mass virutal hosting (found here: http://httpd.apache.org/docs/2.0/vhosts/mass.html), and I'm having trouble understanding what's going on with the DOCUMENT_ROOT environment variable. >From the page: "The other thing to `fake' is the document root (configured with

RE: [EMAIL PROTECTED] Help with winxp virtual ip based hosting

2005-10-15 Thread James W. Anderson
If you have your own DNS server, then name-based virtual hosting should be very easy.  You just need to setup your DNS names to “point” to the same IP address (where Apache is running), then setup your httpd.conf file like this:   # required to allow name-based virtual hosting; can repla

Re: [EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-15 Thread Anders Bruun Olsen
On Sat, Oct 15, 2005 at 08:30:27PM -0400, Joshua Slive wrote: > > And then nothing more happens. Again this is only with some pictures, > > although it seems to have spread - all of a sudden a large number of > > picture-files are unable to be transfered via Apache. > If I had to guess, I would say

Re: [EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-15 Thread Joshua Slive
On 10/15/05, Anders Bruun Olsen <[EMAIL PROTECTED]> wrote: > HTTP/1.1 200 OK > Date: Sat, 15 Oct 2005 23:54:05 GMT > Server: Apache > Last-Modified: Mon, 19 Sep 2005 09:44:14 GMT > ETag: "2749c1-ab70f-c9407780" > Accept-Ranges: bytes > Content-Length: 702223 > Content-Type: image/jpeg > > And then

Re: [EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-15 Thread Anders Bruun Olsen
On Sat, Oct 15, 2005 at 01:22:22PM -0400, Joshua Slive wrote: > > I have a server running Gentoo with Apache 2.0.54. When servering up > > certain files Apache sends headers but no data. So far it has only > > happened when with image files (JPEG and PNG). Not all image files are > > problematic, o

[EMAIL PROTECTED] Help with winxp virtual ip based hosting

2005-10-15 Thread Joshua Kogut
I have wanted to set up a small Internet-like environment on my local LAN for testing purposes. The only problem is that none of my servers are happy with name-based virtual hosting. So, I figured out how to add an IP address in  control panel>networkconnections>[lanconnection properties]>tcpip p

Re: [EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-15 Thread Joshua Kogut
On 10/12/05, Nick Kew <[EMAIL PROTECTED]> wrote: On Wednesday 12 October 2005 19:23, Marc Rabil wrote:> Is there a way to disable this security check or otherwise configure the> server to permit this type of URL?Sounds like mod_security to me.  And of course you can configure it, or remove it comp

Re: [EMAIL PROTECTED] Problem with Less Than/Greater Than Characters in URL

2005-10-15 Thread Joshua Kogut
You said that _javascript_ send a variable to apache. Huh? Isn't _javascript_ (mostly) client-side? Also, you could also use different characters and then compensate for that with mod_rewrite, I think. As far as disabling mod_security, if you use apache as a local testing server you shouldn't need

Re: [EMAIL PROTECTED] Apache not working?

2005-10-15 Thread Joshua Kogut
Elizabeth, I have recieved numerous emails from beginners with the same exact problem that you are having right now. This has lead me to start a massive documentation project for building yourself a WAMP (Windows Apache Mysql Php) server. It will be done soon , and I will be sure to email the url t

Re: [EMAIL PROTECTED] Need Help on Apache 2.054 Reverse Proxying - Windows XP Professional

2005-10-15 Thread Joshua Slive
On 10/15/05, Mathias Fonkam <[EMAIL PROTECTED]> wrote: > Can someone please help on how to configure apache > 2.054 to serve as a reverse proxy to any web > application behind a firewall. I have combed the web > and tried several directives, and indeed came close > with the attached configurations

Re: [EMAIL PROTECTED] Apache stalling when serving certain files

2005-10-15 Thread Joshua Slive
On 10/14/05, Anders Bruun Olsen <[EMAIL PROTECTED]> wrote: > Hi, > > I have a server running Gentoo with Apache 2.0.54. When servering up > certain files Apache sends headers but no data. So far it has only > happened when with image files (JPEG and PNG). Not all image files are > problematic, only

Re: [EMAIL PROTECTED] Apache not working?

2005-10-15 Thread Elizabeth Datig
Thanks, the information below is great. I still have one problem. Apache won't work because Port 80 is already in use. How do I clear Port 80 to run Apache? I have Windows XP. Thanks From: Nick Jones <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re

[EMAIL PROTECTED] Need Help on Apache 2.054 Reverse Proxying - Windows XP Professional

2005-10-15 Thread Mathias Fonkam
Can someone please help on how to configure apache 2.054 to serve as a reverse proxy to any web application behind a firewall. I have combed the web and tried several directives, and indeed came close with the attached configurations but still get errors with certain links in the proxied pages. Th

[EMAIL PROTECTED] Apache 2: mod_rewrite

2005-10-15 Thread Lars Ohlén
Hi,   We have recently installed Apache 2.0.54 and very pleased with the product.   Now I need to understand how to setup mod_rewrite for this senario (newbee question I guess)   We have some .jsp and servlets that are used as normal within our web application (using mod_jk to forward these r