Re: [EMAIL PROTECTED] Patrick Presto is out of the office.

2006-12-28 Thread Steve R Burrus
well we obviously need to wait until he maybe he submits his first OOO reply before we go ahead and unsubscribe him from our apache group. Evan Platt wrote: At 01:38 PM 12/28/2006, you wrote: I will be out of the office starting 12/20/2006 and will not return until 01/02/2007. I am out of

Re: [EMAIL PROTECTED] ErrorDocument directive for 500 errors not displaying full content

2006-12-28 Thread Joshua Slive
On 12/27/06, Aplus Dedicated Support, Jarrod Overson <[EMAIL PROTECTED]> wrote: Apache 2.2.2 was having problems displaying content for 'error 500' responses (either it would not display anything, or it would display the data output as plaintext) so i upgraded to 2.2.3 and now, at least, i am get

Re: [EMAIL PROTECTED] httpd 2.0.53 processes don't die

2006-12-28 Thread Joshua Slive
On 12/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Running apache 2.0.53 on Solaris 8. Child processes build up to the maximum (MaxClients), and then the web server stops responding so I have to go and kill old httpd process (I never have to restart apache). The processes I kill are gene

Re: [EMAIL PROTECTED] Patrick Presto is out of the office.

2006-12-28 Thread Evan Platt
At 01:38 PM 12/28/2006, you wrote: I will be out of the office starting 12/20/2006 and will not return until 01/02/2007. I am out of the office and will not be returning until Jan 2nd. If this is an emergency please page the ESP oncall Net Tool Pin #19005. Thank you and have a wonderful Holi

[EMAIL PROTECTED] Patrick Presto is out of the office.

2006-12-28 Thread Patrick Presto
I will be out of the office starting 12/20/2006 and will not return until 01/02/2007. I am out of the office and will not be returning until Jan 2nd. If this is an emergency please page the ESP oncall Net Tool Pin #19005. Thank you and have a wonderful Holiday!

Re: [EMAIL PROTECTED] Domain Names in Apache

2006-12-28 Thread getpsimon
This is a little off topic... If you login to your godaddy.com account, then access the "Total DNS Control Panel" for your domain, you'll be able to configure a host name to point to your webserver (ip address). Once the DNS record is setup, you'll probably want to set ServerName appropriately in

Re: [EMAIL PROTECTED] Domain Names in Apache

2006-12-28 Thread Evan Platt
At 07:54 AM 12/28/2006, you wrote: I have apache installed on Windows and working correctly. After exploring the installation and FAQ I am left with one question. I have a domain name and currently using web server services for this domain name through godaddy.com. I intend to drop these servic

[EMAIL PROTECTED] Re: Domain Names in Apache

2006-12-28 Thread sniedermeyer
Hi Stephanie, I don't believe Apache will provide you with the DNS services required to resolve your domain name to your computer. If you have Apache installed on a Windows server version (NT,2000,2003) then you may be able to configure Windows to provide you with the DNS services which will allo

[EMAIL PROTECTED] Domain Names in Apache

2006-12-28 Thread Stephanie Trentham
Hi, I have apache installed on Windows and working correctly. After exploring the installation and FAQ I am left with one question. I have a domain name and currently using web server services for this domain name through godaddy.com. I intend to drop these services and run it on my own server.

Re: [EMAIL PROTECTED] Redirect URLs using mod_rewrite

2006-12-28 Thread David Blanco
Hi! Stefan Antonelli escribió: > i would like to use apaches mod_rewrite to redirect some URLs to its new > Location. I have to change this: > > http://www.doamin.de/subdir/foo.php?id=1234 > > into this: > > http://www.domain.de/subdir/bar.php?newid=1234#sameid1234 > > I've tried out this and

[EMAIL PROTECTED] Redirect URLs using mod_rewrite

2006-12-28 Thread Stefan Antonelli
Hi there, i would like to use apaches mod_rewrite to redirect some URLs to its new Location. I have to change this: http://www.doamin.de/subdir/foo.php?id=1234 into this: http://www.domain.de/subdir/bar.php?newid=1234#sameid1234 I've tried out this and a lot of variants but none of them worked

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-28 Thread Genesis X1
Is this a GUESS or are u sure abt it? On 12/27/06, Marc Boorshtein <[EMAIL PROTECTED]> wrote: mod_kerberos should give you SSO with an existing AD environment - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-28 Thread Christian Gottschalch
if you use Apache Reverse Proxy, then SSL Session will be terminated at the Reverse Proxy and the SSL Authentication / verification is done by reverse proxy to transport some certificate information to your WebSphere can use: RequestHeader set "HTTP_USER_ID" %{SSL_CLIENT_S_DN_CN}e The WebSphe