Re: [us...@httpd] Re: how do I *define* a default virtual host

2009-09-16 Thread Jan G.B.
2009/9/15 LuKreme > On 15-Sep-2009, at 09:34, Jan G.B. wrote: > >> 2009/9/15 LuKreme >> >>> I always put my default VirtualHost directly into the httpd.conf file, >>> just >>> before the Include line. >>> >>> > I'd say thi

Re: [us...@httpd] Re: how do I *define* a default virtual host

2009-09-15 Thread Jan G.B.
2009/9/15 LuKreme > On 15-Sep-2009, at 01:54, Krist van Besien wrote: > >> On Tue, Sep 15, 2009 at 9:02 AM, robert rottermann >> wrote: >> >>> hi ther, >>> I load my VH's from a directory with a number of VH's >>> >>> is it possible to define which one is the default one? >>> >>> it seems to sel

Re: [us...@httpd] Virtual Host port forwarding

2009-05-12 Thread Jan G.B.
2009/5/12 zm : > > Hi, > > I've installed Apache HTTP Server 2.2.11 and I'm trying to configure it to > do the following trick: > > I have 1 server, connected through 1 router. I payed for domain > "mydomain.com" (ficticious), and it will point toward my router with > success. > > My router forward

Re: [us...@httpd] Rewrite Help

2009-05-05 Thread Jan G.B.
Something like that? ReWriteCond %{QUERY_STRING} city=([^&]+)&state=([A-Za-z]+) RewriteRule ^content/meeting-search civicrm/contact/search/custom?csid=14&reset=1&%{QUERY_STRING} Regards 2009/5/5 Mike Steigerwald : > Hi all, > > I'm struggling to learn Rewrite, and I'm weak on regexp

Re: [us...@httpd] Little explanation

2009-05-05 Thread Jan G.B.
2009/5/5 Morten K. Poulsen : > Hi Darvin, > > On Tue, 2009-05-05 at 12:07 -0300, Darvin Denmian wrote: >> >>     StartServers            8 >>     MinSpareServers    5 >>     MaxSpareServers   20 >>     ServerLimit              288 >>     MaxClients              256 >>     MaxRequestsPerChild  4000

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

2009-05-04 Thread Jan G.B.
2009/5/4 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 yo

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Jan G.B.
2009/4/9 Griffith, Michael * : > Eric, > > Thanks for the quick reply. I have to admit I am a novice with Apache > config.  Something like this would do the trick? > > RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R] > > Cheers! > mg > Well.. something like this in your .htac

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Jan G.B.
2009/4/9 Griffith, Michael * : > I have some difficult users, who want to just type in a partial URL (in > this case "tracking") as the URL and be directed to an app that is > located on a server with a DNS entry tracking.domain.com. > Guessing the clients can resolve "tracking" to the correct ser