Thanks Joshua,
Your suggestion, mod_logio, addresses both concerns. Thank you.
Daniel
On 8/26/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 8/26/06, Daniel Watrous <[EMAIL PROTECTED]> wrote:
> There are two potential problems with this scenario. First, if the
> user cancels the download or
Thank that solved the problem i overlooked the fact that there was a * instead
of an ip address on the new subdomain site thanks.
I have been using virtualmin to create my new sites thought it would make
things easier and still think it will. However the configuration and debugging
process has
All you should have to do is change the DocumentRoot directive. And
the associated block. I haven't used Debian, but in
the default httpd.conf for Redhat/Fedora the directives are documented
pretty well.
DocumentRoot /var/www
On 8/26/06, Glen Tapley <[EMAIL PROTECTED]> wrote:
Hi
I am using
Hi
I am using Debian Sarge and have installed apache2.
When I access my webpage on the debian server it defaults to
http://www.myserver.com/apache2-default/
The web page is still displayed but the index file has to be in the directory
/var/www/apache2-default.
How do I change the configuation s
On 8/26/06, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
Ok here are my configs
> On 8/25/06, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
>> I have commented out the default host and have this setting in my config
>> file if i set it * i get a bunch of overlap warnings as my vhosts.conf
>> fi
On 8/26/06, Daniel Watrous <[EMAIL PROTECTED]> wrote:
There are two potential problems with this scenario. First, if the
user cancels the download or exits the page before the download is
complete, the apache log still shows a request for the full file,
keeping no information about how much of
Here's what we use. We have this at the bottom of our
sections and just uncomment and restart apache before working on the
sites.
#Uncomment to redirect temporarily while working on site
#ErrorDocument 503 /503.php
#RedirectMatch 503 ^/(?!(503\.php|503\.gif))
Not sure if that's the "right" way
Hello,
I have a concern about determining data transfer statistics based on
apache logs. This problem may be more or less severe depending on the
average size of the files being served.
When a web page is requested from apache, each file contained within
the page is requested as it is encounter
Ok here are my configs
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 25, 2006 8:21 PM
Subject: Re: [EMAIL PROTECTED] vitual subdomain problems
On 8/25/06, RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
I have commented out the default host a