Re: [EMAIL PROTECTED] can't get apache to talk ldap to netware ldap server-HELP

2007-05-02 Thread Gaël Lams
Hi I am trying to get Apache 2.2.4(windows) to talk LDAP to my Netware 6.5sp6 server. I get the following error when trying to connect I don't have so much time but I've a similar set-up working: Apache 2.2.x on Linux authenticating through LDAP to netware 6.5sp6 server. Does your server

[EMAIL PROTECTED] compiling mod_dumpio in vc++ 2005 express

2007-05-02 Thread Jason Anderson
If you want to compile mod_dumpio on Windows with Visual C++ 2005 Express, there are various docs out there to get you almost all the way: http://httpd.apache.org/docs/2.0/platform/win_compiling.html http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ http://www.apachelounge.com/forum/vi

Re: [EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-02 Thread William A. Rowe, Jr.
Mark A. Craig wrote: > > As an aside, does anyone know why I wind up with TWO instances of httpd > running in Windows, as reported in Task Manager? flip on the # of threads view. The parent process which monitors/replaces dead worker processes is about 2-4 threads. The worker process which is s

[EMAIL PROTECTED] FD_SETSIZE

2007-05-02 Thread Eduardo Meyer
On Apache2, how do I set FD_SETSIZE? I have found some virtual hosts limitations and FAQ and documentation tells I should define FD_SETSIZE in EXTRA_CFLAGS, but where EXTRA_CFLAGS go? -- === Eduardo Meyer pessoal: [EMAIL PROTECTED] profissional: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-02 Thread Joshua Slive
On 5/2/07, Mark A. Craig <[EMAIL PROTECTED]> wrote: As an aside, does anyone know why I wind up with TWO instances of httpd running in Windows, as reported in Task Manager? This is not uncommon, I have other services that show up as two processes rather than one, as well. I'm just curious why

Re: [EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-02 Thread Mark A. Craig
Followup: so far those two directives(?) seem to be making a difference: Apache has been running for six hours now with no BSODs, and there have been plenty of hits during that time. Apache seems to be using much more RAM than it was before, but that might simply be because I've never seen it

Re: [EMAIL PROTECTED] no password check please

2007-05-02 Thread Joshua Slive
On 5/2/07, Noah <[EMAIL PROTECTED]> wrote: Hi there, is there any way to stop the SSL password prompt/check when restarting apache-2.2.4? http://wiki.apache.org/httpd/Info/RemoveSSLCertPassPhrase Joshua. - The official User

[EMAIL PROTECTED] no password check please

2007-05-02 Thread Noah
Hi there, is there any way to stop the SSL password prompt/check when restarting apache-2.2.4? # pkg_info | grep apache apache-2.2.4_2 Version 2.2 of Apache web server with prefork MPM. globs.net# /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration:

[EMAIL PROTECTED] Php 5 Apache 2.2.4 Windows Crashes with mod rewrite

2007-05-02 Thread Sam Sherlock
Basic Mod Rewrite's work fin but more complex one crash httpd. Wordpress & cakePHP when using mod rewrite I have php4 set up on another instance of apache but can't get php5 to work with apache from my error log [Wed May 02 15:47:51 2007] [notice] Parent: child process exited with status 107380

[EMAIL PROTECTED] win32 Apache crashing mssql under php after serving large static PDF files on Samba share

2007-05-02 Thread Andrew Powell
Sorry for the long subject, but this has been an ongoing problem for 4 months, and I was FINALLY able to reproduce the problem. mssql functions in PHP cease to function properly after Apache serves up several large static PDF files that are located on a Samba server as part of a virtual host.

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-05-02 Thread Dmitry Hazin
Ok, I tried your method and it worked fine for me! I don't think that I need to spend much time debugging rewriterules so I will stay with it. Thanks in advance! 2007/5/2, Joshua Slive <[EMAIL PROTECTED]>: On 5/2/07, Dmitry Hazin <[EMAIL PROTECTED]> wrote: > Yes, that was my mistake. Anyway, wit

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-05-02 Thread Joshua Slive
On 5/2/07, Dmitry Hazin <[EMAIL PROTECTED]> wrote: Yes, that was my mistake. Anyway, without that line it didn't work too :( It seems that apache doesn't read RewriteRule directive after it had read ServerAlias one.. No, that's not true. As I said, if you want to debug mod_rewite you need to us

Re: [EMAIL PROTECTED] Apache2 hangs once in a while

2007-05-02 Thread Joshua Slive
On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote on 05/04/2007 15:55:23: > On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > The problem I have is that the server doesn't respond sometimes. Maybe > > this happens after I have done a lot of mysql databas

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-05-02 Thread Dmitry Hazin
Yes, that was my mistake. Anyway, without that line it didn't work too :( It seems that apache doesn't read RewriteRule directive after it had read ServerAlias one.. What do you mean "the technique of having two s"? We do have 2 virtualhosts: one for www.site.com and one for www.site.ru Do you sup

Re: [EMAIL PROTECTED] How to get only user logging and logout logs into separate log file???

2007-05-02 Thread Joshua Slive
On 5/2/07, rakesh zingade <[EMAIL PROTECTED]> wrote: I am getting current user statistics in ../apache/logs/access_log.cur file. If any user tries to login then I get following lines in the access_log.cur 192.168.1.1 - - [02/May/2007:13:09:23 +0300] "GET /html/LaunchPage.nhtml HTTP/1.1" 403 604

Re: [EMAIL PROTECTED] ServerAlias and redirecting, please help

2007-05-02 Thread Joshua Slive
On 5/2/07, Dmitry Hazin <[EMAIL PROTECTED]> wrote: I tried the following directives to force redirect: Well, I think the technique of having two s is clearer, but anyway... RewriteCond %{HTTP_HOST} ^xx\.site\.com [NC] RewriteCond %{HTTP_HOST} ^$ RewriteRule ^/(.*) http://www.site

Re: [EMAIL PROTECTED] Apache2 hangs once in a while

2007-05-02 Thread Jens . Heinemann
[EMAIL PROTECTED] wrote on 05/04/2007 15:55:23: > On 4/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > The problem I have is that the server doesn't respond sometimes. Maybe > > this happens after I have done a lot of mysql database requests in a short > > time but since I can't reprodu

Re: [EMAIL PROTECTED] Apache Http Server Authentication/Authorisation

2007-05-02 Thread Christian Gottschalch
it may be possible to use HTTP Request Headers, http://httpd.apache.org/docs/2.0/mod/mod_headers.html#requestheader like: |RequestHeader set USER_ID %{REMOTE_USER}e when using mod_proxy_http| if you are using mod_jk there some workers.properties like JkExtractSSL or JkEnvVar http://tomcat.apac

[EMAIL PROTECTED] Apache + Windows + PHP

2007-05-02 Thread Marcos R. Cardoso
I've been using the following configuration on a web server here at work: Win2003 Server Apache 2.0.58 PHP 4.4.2 Until last week, I was doing the link between Apache and PHP through the DLL php4apache2.dll at the "LoadModule" section on httpd.conf. Now this link is being done through the "Actio

Re: [EMAIL PROTECTED] How to get only user logging and logout logs into separate log file???

2007-05-02 Thread rakesh zingade
On 4/24/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 4/24/07, rakesh zingade <[EMAIL PROTECTED]> wrote: > > We have a Web GUI Application for network monitoring. The users accesses > this web GUI using http protocol. The Web GUI provides login prompt at the > start > By entering valid user nam

[EMAIL PROTECTED] [Fwd: Re: Windows Vista support?]

2007-05-02 Thread William A. Rowe, Jr.
Folks who are running on vista... if you could add your observations to the wiki page I mention below, that would be very helpful. Let's try to collect as much group wisdom on the pitfalls, even as we try to make the problems go away. --- Begin Message --- William A. Rowe, Jr. wrote: > > You wou

Re: [EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-02 Thread Mark A. Craig
William: Thank you for the suggestion; at my current level of understanding it would have been impossible for me to make such educated guesses. Are there negative consequences to disabling these two features for my very simple usage of Apache? I will test this scenario and share the results

Re: [EMAIL PROTECTED] Apache 2.2.4 in Win 2K SP4 causes BSOD (afd.sys) on accesses

2007-05-02 Thread William A. Rowe, Jr.
Mark A. Craig wrote: > > Does this happen to sound like a well-known problem to anyone, given the > brief details above? well known, no. But if you have disabled acceptex, you may also want to turn EnableSendfile off and EnableMMap off. If this does not resolve your issue, I'd suggest afd.sys i

[EMAIL PROTECTED] mod_rewrite prg: synching impacted by backhand server crashes?

2007-05-02 Thread Jan Algermissen
Hi, I have a question regarding the impact of backhand server crashes in an Apache 2.0 reverse proxy setup that makes use of mod_rewrite's external mapping program functionality. We did configure the rewrite lock to protect the pipe access and usually everything works just fine. When the

Re: [EMAIL PROTECTED] .htaccess not for all hosts (VirtualHosts)

2007-05-02 Thread Christoph P. Kukulies
On Tue, May 01, 2007 at 12:46:41PM -0400, Joshua Slive wrote: > On 5/1/07, Christoph P. Kukulies <[EMAIL PROTECTED]> wrote: > > >Thanks, I added it but it doesn't work. I put it before the AllowOverride > >None. > > Are you really sure about what interface the different clients are > coming in o