Servus,
To rotate the logs you can use Apaches piped rotatelogs:
http://httpd.apache.org/docs/2.2/programs/rotatelogs.html
Put something like the following in your httpd.conf (or whereever your
logging is define),
'CustomLog "| /bin/rotatelogs -l
/logs/access_log%Y-%m-%d_%H_%M_%S
2048M"
Hello.
I've been trying for a few hours to setup an Apache server. I've done it
several times before, both under Linux and Win platforms.
Today, I want to set it up in my notebook, with no success. I've tried
different versions (2.0 / 2.2) standalone and integrated into packs (WAMP
and AppServ)
On Mon, Jun 9, 2008 at 10:10 AM, Tim Burke <[EMAIL PROTECTED]> wrote:
> I am running Windows XP SP3 on all machines and have an internal Intranet.
> The clients are using TortoiseSVN and command line svn.
>
Sounds pretty typical, and similar to our own setup.
> I have NEVER worked on the interna
Hello, I am trying to install Apache 2.28 on CentOS. I have tried running
multiple configure commands:
./configure --prefix=/usr/local/apache/
./configure --prefix=/usr/local/apache/ --enable-mods-shared=most
This statement finishes without any errors. But when I run:
make
It never finishes, s
I am running Windows XP SP3 on all machines and have an internal
Intranet. The clients are using TortoiseSVN and command line svn.
I have NEVER worked on the internals the Apache httpd!
I have installed Apache httpd 2.2.8, and separately VisualSVN 1.1 (which
installs a copy of httpd 2.2.8) on
On Mon, 9 Jun 2008, Richard.Hall wrote:
> First post, apologies for any breaches of netiquette.
Second post, apologies for following up on my own post so quickly!!, but
to avoid any confusion ...
[...]
> So - the fix seems simple ...
>
> $ diff src/main/http_main.c.orig src/main/http_main.c
> 4
First post, apologies for any breaches of netiquette.
Searched the archives as best I could, can't see anything directly
relevant (but my archive-searching abilities are notoriously poor.)
Trying to compile Apache 1.3.41 + various modules. on SPARC Solaris 8, gcc
3.4.2. Compiles ok, but it crashe
$quoted_author = "Emil Edeholt" ;
>
> I want url:s like site.com/page/subpage/some=data and I also need urls
> like site.com/foo/bar/?some=data to function on my site. The first kind
> works fine. But I can't get the question mark-kind to work.
The second type is handled by Apache as HOST/PATH
Hi!
I want url:s like site.com/page/subpage/some=data and I also need urls
like site.com/foo/bar/?some=data to function on my site. The first kind
works fine. But I can't get the question mark-kind to work.
This works fine for case 1:
RewriteRule ^([a-z]*[/][a-z]*)[/]?([a-z0-9=&])$
/main_scr
On Mon, Jun 9, 2008 at 07:54, Vinay Purohit <[EMAIL PROTECTED]> wrote:
> Can you please provide me the script which is required to start and stop the
> apache daemon. As you said
Our script is pretty site specific, you wouldn't be able to use it
without a lot of changes. Writing such a script is
10 matches
Mail list logo