On Tue, May 12, 2009 at 9:43 PM, Prasanna Ram Venkatachalam
wrote:
> mod_actions should be included I guess. Can you see it precompiled with
> apache using httpd -l? or see it in httpd.conf LoadModule section?
>
> On Wed, May 13, 2009 at 9:43 AM, Rex C. Eastbourne
> wrote:
>&g
On Sun, May 10, 2009 at 5:59 PM, Eric Covener wrote:
> On Sun, May 10, 2009 at 8:53 PM, Rex C. Eastbourne
> wrote:
>> Does anyone have both the worker mpm and phpmyadmin installed on
>> Ubuntu? When I run "apt-get install phpmyadmin", it tries to remove
>> apac
On Mon, May 4, 2009 at 12:15 AM, Rex C. Eastbourne
wrote:
> Hi,
>
> I seem to have done something very wrong with my Apache configuration,
> but can't figure out what it is. Essentially, each time I launch my
> website and start to get traffic, I almost immediately run out
2009/5/4 Matus UHLAR - fantomas :
> [...]
> how much of RAM do you have on that machine?
>
512 MB. Not a lot, I know, but I had thought it would be sufficient to
run a website with low traffic like mine.
>
> Do you use ubuntu's apache package(s)? Don't you have too much of useless
> modules loade
Hi,
I seem to have done something very wrong with my Apache configuration,
but can't figure out what it is. Essentially, each time I launch my
website and start to get traffic, I almost immediately run out of RAM.
Typing "ps faux" gives me the following snippet, where I have around
20 processes st
On Wed, Mar 18, 2009 at 8:31 AM, André Warnier wrote:
> Rex C. Eastbourne wrote:
> [...]
>
> A short primer :
>
> The Internet in general works with IP addresses, not host names.
> Host names are for humans.
>
> When in the browser of your workstation,
On Tue, Mar 17, 2009 at 4:12 AM, André Warnier wrote:
> Rex C. Eastbourne wrote:
> [...]
>
>
>> So it looks like there is indeed a NameVirtualHost * in another file. What
>> would be the best modification to make now?
>>
>> Delete that line and restart A
On Sun, Mar 15, 2009 at 4:03 AM, Krist van Besien wrote:
> On Sun, Mar 15, 2009 at 7:34 AM, Rex C. Eastbourne
> wrote:
> > Hello,
> >
> > I am completely new to Apache. I have a static IP address that's being
> > hosted on an Ubuntu server. (I do not own
Hello,
I am completely new to Apache. I have a static IP address that's being
hosted on an Ubuntu server. (I do not own a domain name yet.) I would like
to have two versions of a web app on my IP address (let's call it X.X.X.X):
test.X.X.X.X
production.X.X.X.X
Is this possible with Apache? I hav