I'm trying to set up piped access and error logs, with "rotatelogs", as
I'm porting the configuration from Solaris box to a small cluster of
Linux VMs running RHEL 5.
We're trying to use file name patterns like:
error_log_chnuinfow3.%Y-%m-%d-%H_%M_%S.txt
The date substitutions are working, bu
I'm running Ubuntu 10.04.3 (LTS) with Apache2 v2.2.14 (Ubuntu).
My configuration is 100% default except I've enabled the folllowing modules:
mod_proxy
mod_proxy_connect
mod_proxy_ftp
mod_proxy_http
mod_rewrite
Then, in my custom.conf (/etc/apache2/conf.d/custom) I have some very
simple
You can always Alias or ScriptAlias outside the DocumentRoot. Igor's
advice is correct.
Pete
On Fri, Sep 30, 2011 at 09:14:00AM -0400, Brandon Phelps wrote:
> I guess I am just a little confused as to why there is a at
> all? If my DocumentRoot is set to /var/www then wouldn't that prevent any
I guess I am just a little confused as to why there is a at all? If my
DocumentRoot is set to /var/www then wouldn't that prevent anyone from accessing anything
above /var/www in the directory structure anyway, thus making the kind
of pointless?
On 09/29/2011 06:44 PM, Igor Cicimov wrote:
On Fri, Sep 30, 2011 at 4:50 AM, startx wrote:
>> On Fri, Sep 30, 2011 at 12:59 AM, startx
>> wrote:
>>
>> > hello.
>> >
>> > i try to figure out if it is possible to tell mod_fcgid to use a
>> > temporary directory other then /tmp , i.e. at best to use a
>> > different temp dir for each virtual
> On Fri, Sep 30, 2011 at 12:59 AM, startx
> wrote:
>
> > hello.
> >
> > i try to figure out if it is possible to tell mod_fcgid to use a
> > temporary directory other then /tmp , i.e. at best to use a
> > different temp dir for each virtual host. ( i mean the file fcgid
> > writes to if the file
hello.
i try to figure out if it is possible to tell mod_fcgid to use a
temporary directory other then /tmp , i.e. at best to use a different
temp dir for each virtual host. ( i mean the file fcgid writes to
if the file is larger then max_mem_request_len)
it seems to me that mod_fcgid ignores "S