Our system has rapidly growing error logs filling up the disk. It appears
that much or all of the traffic to http://JonathansCorner.com/ is logged:
[Sun Jan 03 21:08:25 2010] [warn] Cannot get media type from 'text.html'
[Sun Jan 03 21:08:25 2010] [error] [client ##.##.##.##]
[Sun Jan 03 21:08:25
Hi,
I'm looking to run apache as a proxy for web development. I'm running mac ox
10.5.4, which already has apache 2.2.8 installed and running.
I'd like to point my javascript files (which are running locally on my
machine) to:
http://localhost/test.php
which would hit the local apache server,
> Redirect permanent /usr/share/blah https://www.mydomain.com/blah
>
> Specifying the full path did not work. This seems a bit inconsistent, since
> redirects under the DocumentRoot specify the full path, including the path to
> the DocumentRoot.
AFAIK, it's always got to be a URL-path and not a
On Sunday 03 January 2010 13:48:09 Eric Covener wrote:
> On Sun, Jan 3, 2010 at 1:24 PM, Daniel D Jones
wrote:
> > I want this alias to take affect only under the SSL virtual host
> >
> > I could, of course, move the Alias and associated configs under the
> > section of 000-default, but that rat
On Sun, Jan 3, 2010 at 1:24 PM, Daniel D Jones wrote:
> I want this alias to take affect only under the SSL virtual host
> I could, of course, move the Alias and associated configs under the
> section of 000-default, but that rather defeats the purpose of
> having split config files.
If you do
How do you associate an Alias with a specific VirtualHost?
Under sites-enabled/000-default, I have:
...
...
Then under a file in conf.d, I have an alias
Alias /blah /foor/bar
...
I want this alias to take affect only under the SSL virtual host, and to be
unavailable on port 80.
I tried
On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
wrote:
> I'd like to how I install a sub module.
> I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> I install APACHE using the following:
> ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
> && make install
H
On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
wrote:
> I'd like to how I install a sub module.
> I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> I install APACHE using the following:
> ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
> && make install
>
I'd like to how I install a sub module.
I'm trying to install mod_lbmethod_rr.c (Revision 774239*).*
*
*
*I install APACHE using the following:*
*./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
&& make install*
*
*
*If necessary, I install APACHE again.*
Ricardo