Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-15 Thread William A. Rowe, Jr.
Dan Buettner wrote: I've got a Windows 2003 Server running Apache 2.0.55 and Active Directory. I am attempting to to use Apache's mod_auth_ldap to control access on a per-directory basis with .htaccess files, by authenticating with LDAP against Active Directory. I can't even run 2.0 ldap with

Re: [EMAIL PROTECTED] Apache 2.2 and PHP 5.0.4 issue

2006-06-15 Thread Jim Goh
hello david,  the following .so created automatically after i installed the php from sunfreeware.com site.    I am running Solaris 9 on sparc. [EMAIL PROTECTED] wrote: Jim Goh wrote:> Hi,> > I try to get the PHP working with Apache 2.2, after I add the following > line in httpd.conf file, then

[EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-15 Thread Dan Buettner
I've been through Google and the online docs and release notes today, and can't figure out how to solve this one. I've got a Windows 2003 Server running Apache 2.0.55 and Active Directory. I am attempting to to use Apache's mod_auth_ldap to control access on a per-directory basis with .htaccess

Re: [EMAIL PROTECTED] Apache 2.2 and PHP 5.0.4 issue

2006-06-15 Thread dwain . alford
Jim Goh wrote: Hi, I try to get the PHP working with Apache 2.2, after I add the following line in httpd.conf file, then start the apache and got the following error. Any help or suggestion will be appreciated. LoadModule php5_modulemodules/libphp5.so thanks! httpd: Syntax erro

Re: [EMAIL PROTECTED] mysql

2006-06-15 Thread Jesse Ross
Please try a MySQL mailing list or forum for this question. Google "mysql support" or something like that to find these. -Jesse Ross ikechi abalogu wrote: Hi, i have just installed Apache2 but i cnt get mysql to work.pls i need help From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users

[EMAIL PROTECTED] mysql

2006-06-15 Thread ikechi abalogu
Hi, i have just installed Apache2 but i cnt get mysql to work.pls i need help From: "Joshua Slive" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Re: Password protect... no user required Date: Thu, 15 Jun 2006 13:30:08 -0400 On 6/

Re: [EMAIL PROTECTED] Re: Password protect... no user required

2006-06-15 Thread Joshua Slive
On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Joshua Slive" <[EMAIL PROTECTED]> writes: > mod_auth_anon Thanks... interesting but it appears I'd need root to set any of that up. I see the module is present in /etc/apache2/httpd.conf but no settings appear anywhere, and I didn't see

[EMAIL PROTECTED] CONNECT queries different in 2.0 and 1.3

2006-06-15 Thread Mike Jackson
I noticed something odd in my logs this morning. Someone tried sending this request to one of my servers: CONNECT xx.xx.xx.xx:25 HTTP/1.0 The server returned a 302, with a Location: of http://127.0.0.1, which I verified by telnetting to port 80 and trying it myself. This particular server is

[EMAIL PROTECTED] Error Starting Apache

2006-06-15 Thread Steven Pierce
Good Morning, I am a newbie to Apache, but I have played with it a little. I was able to set up apache on a Centos 4.2 box (used Centos version of Apache). I got it running so that I could hit it from my internal network at 10.255.255.7. I had even got it set up so that I could hit it with m

Re: [EMAIL PROTECTED] Password protect... no user required

2006-06-15 Thread David Wolever
Alternatly, you could do what my WRT54g does and use HTTP authentication, but simply ignore the username field. Or have a blank username? Either way, I don't know your situation, but that may be the simplist way to go... On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Having looked at

[EMAIL PROTECTED] Re: Password protect... no user required

2006-06-15 Thread reader
"Joshua Slive" <[EMAIL PROTECTED]> writes: > mod_auth_anon Thanks... interesting but it appears I'd need root to set any of that up. I see the module is present in /etc/apache2/httpd.conf but no settings appear anywhere, and I didn't see any indication that it could be user configured like in .h

Re: [EMAIL PROTECTED] Password protect... no user required

2006-06-15 Thread Joshua Slive
On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Having looked at apache docu and literally dozens of other help pages about this, I'm not getting how to password protect a directory but when a browser hits the index.html only a password is required not a username. See mod_auth_anon

Re: [EMAIL PROTECTED] mod_autoindex ignore restrited directory

2006-06-15 Thread Joshua Slive
On 6/15/06, Emmanuel.Leguy <[EMAIL PROTECTED]> wrote: Hello, When i have directives which restrict access in a .htaccess file, i can't list the directory in the upper directory. Is it normal? Yes, it is normal. For security reasons, it is best not to display restricted resources to the public

Re: [EMAIL PROTECTED] Password protect... no user required

2006-06-15 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: What doesn't appear to be explained is how to get around the incoming browser user having to know a username and it is a real username on server. There is some discussion of setting your own usernames but still it would seem to require an incoming browser to supply bo

[EMAIL PROTECTED] mod_autoindex ignore restrited directory

2006-06-15 Thread Emmanuel.Leguy
Hello, When i have directives which restrict access in a .htaccess file, i can't list the directory in the upper directory. Is it normal? Ex: in http://www.truc.fr/dir/child/ i have this .htaccess: AuthType Basic AuthName "restricted access" AuthBasicAuthoritative off require valid-user If

[EMAIL PROTECTED] Password protect... no user required

2006-06-15 Thread reader
Having looked at apache docu and literally dozens of other help pages about this, I'm not getting how to password protect a directory but when a browser hits the index.html only a password is required not a username. What doesn't appear to be explained is how to get around the incoming browser

Re: [EMAIL PROTECTED] disable logs on Windows

2006-06-15 Thread William A. Rowe, Jr.
loglevel crit the name you are looking for on windows is 'nul' not '/dev/null' (which rudely and promisciously exists in every real directory, so if you mkdir \dev, well...) Viktoras Didziulis wrote: Dear group, is there a simple way (e.g. by editing httpdconf) to disable writing to error

Re: [EMAIL PROTECTED] mod_dav module is not installing

2006-06-15 Thread Joshua Slive
On 6/15/06, Rainer Sokoll <[EMAIL PROTECTED]> wrote: On Thu, Jun 15, 2006 at 09:59:32AM +0100, Indraveni wrote: > I want to install mod_dav module for my apache web server. I am using > httpd-2.0.47 version for apache and mod_dav I downloaded > mod_dav-1.0.3-1.3.6 version. But I am not able t

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Krist, All Thanks for the observations!!! I shall implement those. Both the options aren't working. Both the options take base as "http://182.24.116.157:7333/"; and not the next level \bas\. If I put URL as http://182.24.116.157:7333/BIRGetMyPAge.do then is shows rewrite log entry for this acc

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 02:56:27PM +0530, Anil Dighade wrote: > But this not goanna solve. As I need this work out for selective page to be > displayed as HTTPS. I am using reverse proxy for redirection. Also below > redirection will redirect all requests to HTTPS, but I need it only for > selecti

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
no no nothing on the apache webserver will ever help with the proxy. what proxy are you running? u will have to check the proxy config/documentation and see whether it is http 1.1 compliant. CC CHEN wrote:   I saw  one setting for deflate which handle proxy, can this help?  

[EMAIL PROTECTED] disable logs on Windows

2006-06-15 Thread Viktoras Didziulis
Dear group, is there a simple way (e.g. by editing httpdconf) to disable writing to error and all other logs on Windows. Actually what I seek is Apache and cgi runing from CD. I know that for Linux it works by directing logs to dev/null but what is an alternative for Windows? Best wishes Vi

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread CC CHEN
  I saw  one setting for deflate which handle proxy, can this help?   # Make sure proxies don't deliver the wrong contentHeader append Vary User-Agent env=!dont-vary     - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Thursday, June 15, 2006 5:1

RE: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Thanks Rainer, But this not goanna solve. As I need this work out for selective page to be displayed as HTTPS. I am using reverse proxy for redirection. Also below redirection will redirect all requests to HTTPS, but I need it only for selective jsp pages. Thanks & Regards, DAnil -Origina

[EMAIL PROTECTED] Re: Please help with mod_authnz_ldap

2006-06-15 Thread Joost de Heer
Iftikhar Rathore wrote: > Hello > I am having a lot of trouble getting my users authenticated using > mod_authnz_ldap. There is not much info anywhere and google couldn't > help. And example .htaccess file would help greatly. > > I have the .htaccess here (besides this .htaccess no other change has

Re: [EMAIL PROTECTED] mod_dav module is not installing

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 09:59:32AM +0100, Indraveni wrote: > I want to install mod_dav module for my apache web server. I am using > httpd-2.0.47 version for apache and mod_dav I downloaded > mod_dav-1.0.3-1.3.6 version. But I am not able to install it. It's not worth wasting time. Start over

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
maybe your proxy could be the problem. the proxy may not be fully http 1.1 compliant and therefore not be able to handle deflated content. try disabling the proxy and still accessing via domain and see if it works. Additionally you could also log the entire request body and see if it contains

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread CC CHEN
  Ya, I have configured proxy server under IE's Internet options to access the website via domain. And I just by pass the proxy server when access via IP.     - Original Message - From: Emmanuel E To: users@httpd.apache.org Sent: Thursday, June 15, 2006 4:57 PM S

Re: [EMAIL PROTECTED] mod_rewrite & mod_proxy & %2F in URL

2006-06-15 Thread Markus Stockhausen
Hello. As mentioned in my original post, this bugfix seems to make things worse for us. We are using version 2.0.58 of apache and here are the most important informations: Server version # httpd -v Server version: Apache/2.0.58 Server built: Jun 6 2006 19:36:27 Apache config: AllowEncoded

[EMAIL PROTECTED] mod_dav module is not installing

2006-06-15 Thread Indraveni
Hi, I want to install mod_dav module for my apache web server. I am using httpd-2.0.47 version for apache and mod_dav I downloaded mod_dav-1.0.3-1.3.6version. But I am not able to install it. When i gave the command ./configure --with-apxs=/usr/local/apache/bin/apxsthe follwowing error is displayed

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread Emmanuel E
when you access it via the domain is there a proxy in between or are you still accessing it locally? CC CHEN wrote: ok here is the amended config file. And sorry to say it doesn't work either way.       ### ServerRoot "/opt/apache2.0.58" PidFile

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Krist van Besien
Hello, On 6/15/06, Anil Dighade <[EMAIL PROTECTED]> wrote: I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.24.116.157) and Weblogic(on 182.24.226.59) as application sever. So all my code d

Re: [EMAIL PROTECTED] Pease help with mod_deflate configuration

2006-06-15 Thread CC CHEN
ok here is the amended config file. And sorry to say it doesn't work either way.       ### ServerRoot "/opt/apache2.0.58"PidFile /opt/apache2.0.58/logs/httpd.pidScoreBoardFile /opt/apache2.0.58/logs/httpd.scoreboardTimeout 300KeepAlive On   MaxKeepAliveRequests 100Kee

Re: [EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Rainer Sokoll
On Thu, Jun 15, 2006 at 12:57:11PM +0530, Anil Dighade wrote: > http://182.24.116.157:7333/godzilla/iscmypage should be rewritten as > https://182.24.116.157:7334/godzilla/iscmypage I simply use RedirectMatch permanent: ServerName webmail.sokoll.com ErrorLog /var/log/httpd/webmail_error_log

[EMAIL PROTECTED] Switching between HTTP and HTTPS using Rewrite Module, where Mod Proxy used for other purpose.

2006-06-15 Thread Anil Dighade
Hi All, I am trying to Switch protocol between HTTP and HTTPS using Rewrite Module. Little background before I start problem. I use Apache as web sever(on 182.24.116.157)  and Weblogic(on 182.24.226.59)  as application sever. So all my code deployed in weblogic server. Apache simply redire

Re: [EMAIL PROTECTED] Apache 2.2 and PHP 5.0.4 issue

2006-06-15 Thread dwain . alford
Jim Goh wrote: Hi, I try to get the PHP working with Apache 2.2, after I add the following line in httpd.conf file, then start the apache and got the following error. Any help or suggestion will be appreciated. LoadModule php5_modulemodules/libphp5.so thanks! httpd: Syntax erro