> On Tue, 03 Oct 2006 11:25:34 +0200, Josiane BERNILLON wrote:
> > I think it's true, but I never use it and could't help you on this topic.
> > I just give you a quick way to free space on your BoxA disk without
> > reconfiguring your Apaches servers
On 03.10.06 13:26, Mike - EMAIL IGNORED w
> -Original Message-
> From: Gunivortus Goos [mailto:[EMAIL PROTECTED]
> Sent: Sunday, October 08, 2006 10:15 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Alias - html problem
>
> Hello ,
>
> In my httpd.conf is configured:
>
> Alias /mp3am/ "E:/mp3/"
>
>AllowOv
> -Original Message-
> From: Gunivortus Goos [mailto:[EMAIL PROTECTED]
> Sent: Saturday, October 07, 2006 4:16 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] alias
>
> Hello,
>
> in my httpd.conf is:
>
> Alias /mp3down/ "H:/mp3/"
>
>
> However, I needed to spread the
Hi Sai,
Sai Jai Ganesh Gurubaran-2 wrote:
>
> This is what we use to rotate logs per MB (u can do it for days too ):
> CustomLog "|/usr/local/apache2/bin/rotatelogs
> /usr/local/apache2/logs/access.log%Y%m%d-%H_%M_%S 10M" accessLogs
>
this works for me too:
CustomLog "|bin/rotatelogs.exe lo
Hi all .
is this just a re-write > mod_proxy error ?
We have the following rules in our Apache Reverse
Proxy :
RewriteRule ^/sap/(.*) https://:8443/sap/$1
[P,NC,L]
RewriteRule ^/scripts/(.*)
https://:8443/scripts/$1 [P,NC,L]
ProxyPass /scripts https://:8443/scripts
ProxyPass /sap https://:8443/sap
Hi Frank,
This is what we use to rotate logs per MB (u can do it for days too ):
#Rotate (every 10 MB) the access logs and error logs.
#Access logging with log rotation
LogFormat "%h %l %u %t %U \"%r\" %>s %b" accessLogs
CustomLog "|/usr/local/apache2/bin/rotatelogs
/usr/local/apache2/logs/acces
Hello,
I'm using Apache2 in front of two Tomcat servers. All my users go trough
Apache to reach the web application deployed on both Tomcat servers.
Now I have the problem that Apache's access.log grows very big in very short
time, I have about 17 MB in two days. I've configured log rotation to
Hi guys, I have the following problem. I maintain a mirror site serving
large ISO images. Everything is fine with Apache 2.2 but I have the following
problem (tested with the same results in 1.3.37, 2.0.59 and 2.2.3):
Sometimes I need to kill an apache child process serving large file before
reque
Hello ,
In my httpd.conf is configured:
Alias /mp3am/ "E:/mp3/"
AllowOverride AuthConfig
In the directory E:/mp3 there's a html file, nice configured.
It should look like this:
FilenameSize
--