RE: [EMAIL PROTECTED] Apache Problem

2007-03-02 Thread Yu, Ming
check if you have a directory created for the log file? From: linux guru [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 5:18 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache Problem There are no error logs, jus it dont start :(

RE: [EMAIL PROTECTED] X-Forwarded-For and default apache logging

2007-02-02 Thread Yu, Ming
Is there a way or a module for Apache to get the X-Forwarded-For header? - Ming -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Friday, February 02, 2007 8:46 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] X-Forwarded-For

RE: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-17 Thread Yu, Ming
, 2006 1:35 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support Yu, Ming wrote: > I have downloaded openldap and apache2.2.0. I am looking for > instructions of how to compile the apache web server with > mod_au

[EMAIL PROTECTED] Compiling Apache 2.2.0 on Solaris 10 with mod_authnz_ldap support

2006-03-15 Thread Yu, Ming
I have downloaded openldap and apache2.2.0. I am looking for instructions of how to compile the apache web server with mod_authnz_ldap. Thanks, - Ming YU - Johns Hopkins University Applied Physics Lab - The official User-To-Us

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Yu, Ming
Message- From: Yu, Ming [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:00 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again) What is your OS system system? - Ming Yu JHUAPL -Original Message

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Yu, Ming
What is your OS system system? - Ming Yu JHUAPL -Original Message- From: Kevin D. Van Der Hart [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:46 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

RE: [EMAIL PROTECTED] Apache 2 Reverse Proxy - Problems accessing NTLM authenticated backend with IE over https

2005-11-04 Thread Yu, Ming
Make sure the Windows Site should use Clear Text authentication Only. Do not use Mixed mode. - Ming Yu - Johns Hopkins University Applied Physics Lab. -Original Message- From: Oluwagbamila O. Oyekanmi [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 1:34 AM To: users@httpd.apach

RE: [EMAIL PROTECTED] ProxyPassReverse not working in

2005-11-04 Thread Yu, Ming
If I remember right, location is a global setting for apache. Correct me if this is wrong. I would suggest to use ProxyPass and ProxyPassReverse pair. ProxyPass /ASPTest/ http://192.168.100.1/ ProxyPassReverse /ASPTest/ http://192.168.100.1/ ProxyPass /dev/ASPTest/ http://192.168.100.1:808

[EMAIL PROTECTED] Reverse Proxy Troubleshoot

2005-11-01 Thread Yu, Ming
I am using apache as reverse proxy server. The configuration file was working fine until the recent Solaris 9 patch installation. My configuration file is as following: ServerName test1 RewriteEngine on ProxyPass /lab1/http://server1/lab1/ ProxyPassReverse /lab1/ http://server1/la

[EMAIL PROTECTED] modproxy Question

2005-10-28 Thread Yu, Ming
Hi - I am using apache 2.0.55 as reverse proxy server. I am having a problem recently after I patched my Solaris 9 system. I patched the system to its latest patch. The ProxyPass and ReverseProxyPass stop working, (it will generate 404 error). Even I re-compile the apache, it is still the same

[EMAIL PROTECTED] NNTP services through apache

2005-10-12 Thread Yu, Ming
I am looking for a way to provide a web interface to a NNTP server. I found the Apache-NNTPGateway on the internet, http://search.cpan.org/~boubaker/Apache-NNTPGateway-0.9/NNTPGateway.pm. Does anyone know how to make it work? - Ming Yu - System Engineer - Johns Hopkins University Applied Physi

[EMAIL PROTECTED] NNTP Gateway

2005-10-11 Thread Yu, Ming
Does anyone know how to build a NNTP gateway through mod_perl? Thanks. - Ming - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe

RE: [EMAIL PROTECTED] mod_ldap

2005-09-27 Thread Yu, Ming
I compiled this one on a Sun Solaris 10 system. -Original Message- From: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 11:19 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ldap On Tue, Sep 27, 2005 at 10:34:41AM -0400, Yu, Ming wrote

RE: [EMAIL PROTECTED] mod_ldap

2005-09-27 Thread Yu, Ming
ECTED] Sent: Tuesday, September 27, 2005 2:21 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ldap On Mon, Sep 26, 2005 at 03:01:37PM -0400, Yu, Ming wrote: > Is the patch available for download? Plz, see the first link in: > -Original Message- > http://issues.apach

RE: [EMAIL PROTECTED] mod_ldap

2005-09-26 Thread Yu, Ming
Is the patch available for download? -Original Message- From: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:45 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ldap On Mon, Sep 26, 2005 at 01:34:55PM -0400, Yu, Ming wrote: > Could

RE: [EMAIL PROTECTED] mod_ldap

2005-09-26 Thread Yu, Ming
Could you share the details? - Ming -Original Message- From: Dmitriy Kirhlarov [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:33 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_ldap On Mon, Sep 26, 2005 at 01:19:50PM -0400, Yu, Ming wrote: > Does any

[EMAIL PROTECTED] mod_ldap

2005-09-26 Thread Yu, Ming
Does anyone have successful tips about compiling mod_ldap with apache 2.0.54? - Ming - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To un

[users@httpd] Reverse Proxy to support SharePoint Team

2005-05-17 Thread Yu, Ming
We are trying to use the apache Reverse Proxy server to support the Microsoft SharePoint application. Does anyone know whether it can be done. Thanks. Ming Yu Applied Physics Lab - The official User-To-User support forum of the