Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
Thanks a bunch that helped me figuring it out : ) Best regards from Germany! Am 08.11.2011 um 23:06 schrieb Igor Cicimov: > RewriteCond %{HTTP_HOST} example\.com$ [OR] > RewriteCond %{HTTP_HOST} example\.net$ > RewriteRule ^/$ www.example.de [blabla] > > Or even in one line maybe > RewriteCon

Re: [users@httpd] apache 2.2.16 deadly slow

2011-11-08 Thread J. Bakshi
On Wed, 09 Nov 2011 14:28:12 +0800 "Sharl.Jimh.Tsin" wrote: > 在 2011-11-09三的 11:53 +0530,J. Bakshi写道: > > Hello list, > > > > I have recently upgraded a debian box from old lenny to squeeze. Hence the > > apache has become > > > > Server version: Apache/2.2.16 (Debian) > > Server built: Sep

Re: [users@httpd] apache 2.2.16 deadly slow

2011-11-08 Thread Sharl.Jimh.Tsin
在 2011-11-09三的 11:53 +0530,J. Bakshi写道: > Hello list, > > I have recently upgraded a debian box from old lenny to squeeze. Hence the > apache has become > > Server version: Apache/2.2.16 (Debian) > Server built: Sep 29 2011 20:59:05 > > But... the apache has become *deadly slow*. This box has

[users@httpd] apache 2.2.16 deadly slow

2011-11-08 Thread J. Bakshi
Hello list, I have recently upgraded a debian box from old lenny to squeeze. Hence the apache has become Server version: Apache/2.2.16 (Debian) Server built: Sep 29 2011 20:59:05 But... the apache has become *deadly slow*. This box has 4GB RAM with xeon processor. And the main point apache w

[users@httpd] Missing DocumentRoot After Attempted Configuration

2011-11-08 Thread sbliss
After configuring the https server that comes already installed on my Mac computer, The DocumentRoot folder, located in the directory: /Library/Webserver/Documents/ from which files are served appears to be missing or corrupted. How can I locate and bring it back to life as originally was? Som

[users@httpd] mod_ssl question

2011-11-08 Thread Alex Samad - Yieldbroker
Hi With mod_ssl, when I ask it to check client certificates, does it do a look up of the CRL associated with the certificate, ie does it check the CRL attribute and then use that to grab a CRL and then use that to verify the list of CRL's or do I have to use a cron job to grab the crl and place

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Igor Cicimov
RewriteCond %{HTTP_HOST} example\.com$ [OR] RewriteCond %{HTTP_HOST} example\.net$ RewriteRule ^/$ www.example.de [blabla] Or even in one line maybe RewriteCond %{HTTP_HOST} example\.(com|net) the rest is same On Nov 9, 2011 8:56 AM, "Lukas C. C. Hempel" wrote: > yeah, but that would not forward

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Nick Tkach
On Tue, Nov 8, 2011 at 3:19 PM, Lukas C. C. Hempel wrote: > Hi there, > > I have a problem with an htaccess file. > > I own three domains: example.com, example.de and example.net. They all refer > to the same webhosting space (= alias domains). > > What I have succeeded in is that when I enter ex

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
yeah, but that would not forward www.example.com/test.php to www.example.de/test.php, does it? Am 08.11.2011 um 22:54 schrieb Igor Cicimov: > Or you can use VirtualHost for example.de and put example.com and example.net > as Alias... > On Nov 9, 2011 8:51 AM, "Igor Cicimov" wrote: > Are you u

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Igor Cicimov
Or you can use VirtualHost for example.de and put example.com and example.net as Alias... On Nov 9, 2011 8:51 AM, "Igor Cicimov" wrote: > Are you using separate VirtualHost for each domain? If you are, and thats > the way i would have done it, then just redirect the root / of those two > Virtua

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
Thanks for your promt reply. I am using the same virtualhost, i wanted to do a clean forwarding via the htaccess thing : ) Am 08.11.2011 um 22:51 schrieb Igor Cicimov: > Are you using separate VirtualHost for each domain? If you are, and thats the > way i would have done it, then just redire

Re: [users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Igor Cicimov
Are you using separate VirtualHost for each domain? If you are, and thats the way i would have done it, then just redirect the root / of those two VirtualHost to example.de On Nov 9, 2011 8:20 AM, "Lukas C. C. Hempel" wrote: > Hi there, > > I have a problem with an htaccess file. > > I own thre

[users@httpd] htaccess: .com and .net shall go to .de

2011-11-08 Thread Lukas C. C. Hempel
Hi there, I have a problem with an htaccess file. I own three domains: example.com, example.de and example.net. They all refer to the same webhosting space (= alias domains). What I have succeeded in is that when I enter example.com or example.de it refers to www.example.de. I did that with th