Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-13 Thread Rex C. Eastbourne
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

Re: [us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-12 Thread Rex C. Eastbourne
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

[us...@httpd] Re: RAM problem w/ multiple Apache processes

2009-05-10 Thread Rex C. Eastbourne
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

Re: [us...@httpd] RAM problem w/ multiple Apache processes

2009-05-04 Thread Rex C. Eastbourne
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

[us...@httpd] RAM problem w/ multiple Apache processes

2009-05-04 Thread Rex C. Eastbourne
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

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-18 Thread Rex C. Eastbourne
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,

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-17 Thread Rex C. Eastbourne
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

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-16 Thread Rex C. Eastbourne
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

[us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-14 Thread Rex C. Eastbourne
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