Re: [EMAIL PROTECTED] Question about ProxyPass

2007-01-30 Thread Sander Temme
On Jan 30, 2007, at 2:33 PM, Phill Edwards wrote: When I go to this URL now I get this error back: Directory Listing Denied This Virtual Directory does not allow contents to be listed That sounds like what IIS says. Are you running IIS? S. -- [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Question about ProxyPass

2007-01-30 Thread Sander Temme
On Jan 30, 2007, at 2:46 PM, Phill Edwards wrote: When I go to this URL now I get this error back: Directory Listing Denied This Virtual Directory does not allow contents to be listed That sounds like what IIS says. Are you running IIS? No but the server where I'm ProxyPass'ing to is (ie

Re: [EMAIL PROTECTED] How can my code determine which MPM is being use without looking at the httpd.conf

2007-01-30 Thread Sander Temme
On Jan 30, 2007, at 4:24 PM, Khai Doan wrote: How can my code determine which MPM is being use without looking at the httpd.conf ? Does apache export an environment variable for this ? You can call ap_mpm_query(). See: http://docx.itscales.com/

Re: [EMAIL PROTECTED] using Apache module

2007-01-29 Thread Sander Temme
On Jan 29, 2007, at 6:00 AM, Garnier, Jeremie wrote: How can I use an apache module in a C application? Why would you want to do such a thing? Is it possible to use mod_dbd? Actually there are some undefined references (ap_hook_post_config, ap_hook_child_init…). You would have to

Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread Sander Temme
On Jan 29, 2007, at 7:45 AM, herauthon wrote: include/apr_portable.h:46:23: #if with no expression Looks like APR_HAVE_PTHREAD_H is not set, and it's all pear-shaped from there. This should not happen as it is defined in include/ apr.h, which is generated from include/apr.h.in by

Re: [EMAIL PROTECTED] make error (embryo state user)

2007-01-29 Thread Sander Temme
On Jan 29, 2007, at 10:12 AM, herauthon wrote: - On what OS you are trying to compile. ** NetBSD 3.1 i386 on P-II MMX 333 Unfortunately, I haven ever had the chance to try compiling Apache on netbsd. - What options you gave the configure command. ** --enable-so When you run

Re: [EMAIL PROTECTED] Internal Dummy Connection

2007-01-27 Thread Sander Temme
On Jan 27, 2007, at 10:41 AM, Nilesh Bansal wrote: In our apache httpd access log there are many entries like ::1 - - [27/Jan/2007:13:40:03 -0500] GET / HTTP/1.0 200 8761 - Apache/2.2.3 (Unix) (internal dummy connection) I am not sure what is this internal dummy connection. We have around

Re: [EMAIL PROTECTED] Apache 2.0.58 + Solaris 5.9: status ...reading... TCP state FIN_WAIT_2

2007-01-26 Thread Sander Temme
Chirouze, On Jan 26, 2007, at 8:41 AM, Chirouze Olivier wrote: Thanks for your prompt reply. We will definitively upgrade soon, just to be up to date... But because nothing is said about that point in docs I'm wondering if that will make any difference... I doubt it. The Apache 2.0.x branch

Re: [EMAIL PROTECTED] apache + ssl: client denied by server configuration

2007-01-26 Thread Sander Temme
Your VirtualHost has a DocumentRoot, but your main server doesn't. This means that when requests are not matched to your virtual host, the main server will use the compiled-in default. Your problem is that your VirtualHost has port number 433: that needs to be 443. S. On Jan 26, 2007,

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-26 Thread Sander Temme
if url rewriting is used. Is this the case and, if so, could you give me an example rule or direct me to a source for this rule. Perhaps someone else has any direct experience with this. S. Sander Temme wrote: On Jan 25, 2007, at 1:20 PM, Wm.A.Stafford wrote: Sander, Here is a cookie

Re: [EMAIL PROTECTED] SSL on IP Address

2007-01-26 Thread Sander Temme
On Jan 26, 2007, at 9:42 PM, [EMAIL PROTECTED] wrote: Please how do I install SSL certificate on a server that would be accessed by IP only? I mean something like https://10.l.10.241/. Put the IP address instead of the hostname in the CN field of the certificate. S. -- [EMAIL

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-25 Thread Sander Temme
rewriting Cookie paths, your only option is to change the ProxyPass local path to match the back-end (and connect to that), or have Tomcat match its mount path to what the front-end thinks it is. That's really all I can think of right now. S. Thanks, -=bill Sander Temme wrote

Re: [EMAIL PROTECTED] Re: piping logs in apache2.2 on windows 2003/XP

2007-01-25 Thread Sander Temme
On Jan 25, 2007, at 3:30 PM, Alex Castro wrote: Perhaps a better test for you would be to pipe your access log to rotate log and keep a continuous load on your site for the next 10 minutes, you should see two logs created. Yes the log file doesn't get turned over if there is no traffic.

Re: [EMAIL PROTECTED] Apache on Sun 10

2007-01-25 Thread Sander Temme
On Jan 25, 2007, at 5:49 PM, Stefan Cobb wrote: hey, newb here. Can Apache give me internet access on a sun 10 Os? Absolutely. You can build it from source, or get a binary package at: http://www.sunfreeware.com/programlistsparc10.html#apache22 For x86:

Re: [EMAIL PROTECTED] Turning Off Access Log

2007-01-24 Thread Sander Temme
On Jan 24, 2007, at 10:38 AM, Arthur Kreitman wrote: I don’t see an option to stop logging http requests. Is there one? Just omit, remove or comment out any TransferLog or CustomLog directives from your Apache configuration file. If I recall correctly, ErrorLog is required for the

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-24 Thread Sander Temme
On Jan 24, 2007, at 11:00 AM, Wm.A.Stafford wrote: A bit more info has emerged, the admin believes the Apache version is 1.3.20. Running httpd -v will take away any shred of doubt. I'll see if there is any interest in moving to the latest Apache but at this point I think that is

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 6:51 AM, Wm.A.Stafford wrote: Since the application works normally on Tomcat only, it seems pretty certain that Apache needs to be configured to handle Tomcat session management either by cookies or url rewriting or both. You're probably losing the session cookie somehow,

Re: [EMAIL PROTECTED] Multiple worker pools?

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 8:57 AM, Greg Cox wrote: I've got a cluster of 3 machines running Apache 2.0.52 (hello, stuck-on-RHEL4!) as a front-end to 2 Weblogic apps. One app (A) runs fine all the time; one app (B) will hold open weblogic connections to an outside vendor when said vendor

Re: [EMAIL PROTECTED] Apache + Tomcat = no session management

2007-01-23 Thread Sander Temme
On Jan 23, 2007, at 1:30 PM, Wm.A.Stafford wrote: Thanks for replying to my query. I don't really know anything about Apache. How would I go about determining how Apache and Tomcat interact? I have the httpd.conf file for the Apache in question, can I tell from that? I have

Re: [EMAIL PROTECTED] Issues installing PHP

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 7:08 AM, Nick Kew wrote: On Mon, 22 Jan 2007 00:24:19 -0500 (EST) Bashiro[EMAIL PROTECTED] wrote: LoadModule php5_module P/php/php5apache2.dll AddType application/x-httpd-php .php Please don't propagate that myth. It's an ugly hack that may have been required

Re: [EMAIL PROTECTED] mod_ssl

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 8:21 AM, John Flores wrote: I am looking for instrunctions on how to disable mod_ssl for 1.3 and 2.0. Comment out the LoadModule line in httpd.conf and restart your server. Alternatively, many server installations wrap the SSL configuration in an IfDefine SSL block.

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 9:05 AM, Lowe, Grant wrote: Ok. I got this problem solved (finally). It turns out that there is a mrtg.conf file I had to edit. This file was pointing to the wrong directory. I can now see my mrtg graphs ok…but with one little caveat. Only if I enter localhost/mrtg

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 9:30 AM, Lowe, Grant wrote: Well, what works is http://localhost/mrtg. The others don't work. Here's the mrtg.conf file in case. ..snip.. Allow from 127.0.0.1 Allow from ::1 And this is surprising in what way? The mtrg.conf file specifies exactly that the

Re: [EMAIL PROTECTED] Performance on mod_proxy?

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 10:00 AM, Octavian Rasnita wrote: Hi, Of course the back end server is working. It was working without a proxy, and I haven't changed anything on it. I've just put it to run on another port, and without a named virtual host, but an IP- based one on localhost:83.

Re: [EMAIL PROTECTED] is it possible ? (ssl-tunneling)

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 2:57 PM, [EMAIL PROTECTED] wrote: is it possible to have the connection between the client and the reverse proxy encrypted with ssl and authorization basic ? smth like ssh-tunneling ? example : client SSL Apache - origin server

Re: [EMAIL PROTECTED] Compiling Apache 1.3.37

2007-01-19 Thread Sander Temme
On Jan 19, 2007, at 9:17 AM, Val wrote: After this executing 'make' succeeds, but only a small fraction of the DSOs I asked for are linked into .so files. More specifically, when I look in 'apache_1.3.37/src/modules/standard', these modules are missing: It's been a while since I have

Re: [EMAIL PROTECTED] Getting Started

2007-01-16 Thread Sander Temme
On Jan 16, 2007, at 12:39 PM, Brian J Smith wrote: Question two - when I hit the menu item 'Edit the Apache httpd configuration file I get a windows error message that windows cannot open this file. How does one overcome this? BTW I loaded Apache on Drive E Perhaps the shortcut is

Re: [EMAIL PROTECTED] 2.2.3 - 2.2.4 upgrade problem | APR?

2007-01-15 Thread Sander Temme
On Jan 10, 2007, at 9:21 AM, Evan Cooch wrote: Now, for the big question - what is this new argument doing, why do I need it, and what really has changed between 2.23 and 2.24? The change actually happened between 2.2.2 and 2.2.3, in Subversion revision 424693:

Re: [EMAIL PROTECTED] Apache mod_ssl give SSL Library Error: 336151570

2007-01-12 Thread Sander Temme
On Jan 12, 2007, at 3:01 PM, DEVAL SHAH wrote: [debug] ssl_engine_kernel.c(1762): OpenSSL: Read: SSLv3 read client certificate A [debug] ssl_engine_kernel.c(1781): OpenSSL: Exit: failed in SSLv3 read client certificate A SSL library error 1 in handshake (server abc.com:443) SSL Library

Re: [EMAIL PROTECTED] 2.2.3 - 2.2.4 upgrade problem | APR?

2007-01-10 Thread Sander Temme
Evan, On Jan 10, 2007, at 6:23 AM, Evan Cooch wrote: checking for APR-util... yes configure: error: Cannot use an external APR-util with the bundled APR To check to see if this new problem is caused by some change I've made to the server (unlikely - all this machine does is serve web pages

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-09 Thread Sander Temme
On Jan 9, 2007, at 6:31 AM, Justin Johnson wrote: /svn/static/build/httpd-2.2.3/srclib/apr-util./configure \ --prefix=$base_dir/apr-util-httpd \ --enable-static=yes \ --enable-shared=no \ --with-ldap=$base_dir \ --with-apr=$base_dir/apr-httpd Did you also

Re: [EMAIL PROTECTED] Verisign signatures with Apache server

2007-01-09 Thread Sander Temme
Nancy, On Jan 9, 2007, at 8:20 AM, Booterbaugh, Nancy wrote: Error_Log has the following warning message : Session Cache is not configured [hint: SSLSessionCache] ssl-error_log has the following error message :[error] Unable to configure verify locations for client authentication

Re: [EMAIL PROTECTED] Requiring SSL?

2007-01-09 Thread Sander Temme
On Jan 9, 2007, at 5:14 PM, Jay Chandler wrote: How do I force all traffic to go over SSL, and http://my.server.edu to force redirection to https://my.server.edu? 1) Put both 80 and 443 in a virtual host. 2) In the port 80 virtual host, put the following: RedirectPermanent /

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-08 Thread Sander Temme
On Jan 5, 2007, at 6:42 AM, Justin Johnson wrote: My new problem is that apr-util has a problem with a statically linked ldap. See below. /svn/static/build/httpd-2.2.3/srclib/apr-util./configure \ --prefix=$base_dir/apr-util-httpd \ --enable-static=yes \ --enable-shared=no

Re: [EMAIL PROTECTED] How to force a core dump on Linux

2007-01-08 Thread Sander Temme
On Jan 8, 2007, at 10:34 PM, Sai Jai Ganesh Gurubaran wrote: We are getting frequent Apache (59) outages at our installation. Apache is compiled in as worker module, forward proxy on RHEL 3 I would like to core dump Apache when such a outage occurs. Can any one tell me how to force Apache

Re: [EMAIL PROTECTED] Apache issue with NFS mount

2007-01-05 Thread Sander Temme
On Jan 4, 2007, at 11:31 PM, jeffery bayliss wrote: Because Apache sucks. That's it, there's your answer. Actually, NFS sometimes introduces permissions issues, particularly with regards to the nobody or nfsnobody user which exists on some platforms. Can the user that is running Apache

Re: [EMAIL PROTECTED] Verisign signatures with Apache server

2007-01-05 Thread Sander Temme
Hi Nancy, On Jan 5, 2007, at 2:55 PM, Booterbaugh, Nancy wrote: I did all that, but am still getting the error, Private key not found If you compare your (working) configuration for the self-signed certificate with the new configuration, what are the differences? Look especially at the

Re: [EMAIL PROTECTED] Set ENV path

2007-01-04 Thread Sander Temme
On Jan 4, 2007, at 2:45 PM, Kyle Quillen wrote: Hello all, I have a standard Apache install with php and mysql support. Everything is working great except ghostscript. I have narrowed down to the fact that I need to set the path to ghostscript in an apache config file. Do you mean the

Re: [EMAIL PROTECTED] Query - Apache 2.0.55 vs 2.2

2007-01-03 Thread Sander Temme
Hey l33tsp33king dude, On Jan 3, 2007, at 8:24 AM, n3m3s1s 4u wrote: I have been recently battling to get joomla to work on 2.0.55 due to .htaccess I would like to ask that the difference between them as far as Allowoverride all etc are differrent on 2.2 you need to edit

Re: [EMAIL PROTECTED] Adding apr_thread_mutex_t to httpd.h

2007-01-03 Thread Sander Temme
Arthur, On Jan 3, 2007, at 9:04 AM, Arthur Kreitman wrote: I’m adding code to create new logs files periodically. This is on winnt. Since none of the log file support is thread safe, I want to add an access lock. I can’t seem to get apr_thread_mutex_t defined in httpd.h. I’ve added

Re: [EMAIL PROTECTED] Installing Apache as a service

2007-01-03 Thread Sander Temme
On Jan 3, 2007, at 10:49 AM, servandomontero wrote: I'm a novice and im trying to install Apache 2.2 on my Windowx XP (SP2) machine. I've installed Apache using the install option only for the Current User, on Port 8080, when started Manually because i am running apache a as testing dev

Re: [EMAIL PROTECTED] MITM apache config settings?

2007-01-03 Thread Sander Temme
On Jan 3, 2007, at 11:51 AM, Robert Denton wrote: Hi all, I hope someone here can point me in the right direction. My apache server is dropping connections from a client that load balances between 2 ISPs. I have been told that this may be a result of some setting in the httpd.conf file

Re: [EMAIL PROTECTED] Building Static Apache on AIX 5.2 with GCC

2007-01-03 Thread Sander Temme
On Jan 3, 2007, at 10:46 AM, Justin Johnson wrote: svnadm /svn/build/httpd-2.2.3./configure \ Try adding --enable-shared=no and --enable-static=yes to your httpd configure line. As you can see when you trawl the configure output, APR is still built with shared libraries. Also, you'll

Re: [EMAIL PROTECTED] Where is access.log generated

2007-01-02 Thread Sander Temme
Arthur, On Jan 2, 2007, at 4:13 PM, Arthur Kreitman wrote: I can’t find where the writes to access.log are called? Any hints? Looking through the Apache source code, the access log entries are generated by the ap_hook_log_transaction hook, which is implemented by

Re: [EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Sander Temme
On Dec 29, 2006, at 8:50 AM, Can Le wrote: Please help My httpd.conf doesn't have Mod_Access. Is this cause internal error ? mod_access was renamed in httpd 2.2. Please refer to: http://httpd.apache.org/docs/2.2/upgrading.html Its new name is mod_authz_host. I recently get failure notice

Re: [EMAIL PROTECTED] Missing Mod_Access

2006-12-29 Thread Sander Temme
Can Le, On Dec 29, 2006, at 7:16 PM, Can Le wrote: I checked my httpd.conf and I am having mod_authz_host.so. Please tell us in detail about the error you are referring to: 1) Do you see it when you try to start the server, or when you access a URL on your server? 2) If the error occurs

Re: [EMAIL PROTECTED] Apache 2.2.3 installation not as root

2006-12-29 Thread Sander Temme
Shweta, On Dec 29, 2006, at 7:35 AM, Shweta Patel wrote: ./configure --prefix=/home/sp/proj/ --exec-prefix=/home/sp/proj/ -- with-port=8080 --enable-so --disable-ssl After building and installing when I try to test: /home/sp/proj/bin/ apachectl start I get error: Syntax error on line 117

Re: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-23 Thread Sander Temme
On Dec 21, 2006, at 5:04 PM, Techguy wrote: ./configure --help | grep status [speling=no status=yes unique_id=no ] If I could just find and download the module I would, but all I can find is instructions on how to use it. Once again, mod_status comes with the httpd source

Re: [EMAIL PROTECTED] deploying web apps w. apache.

2006-12-23 Thread Sander Temme
Steve, On Dec 23, 2006, at 3:16 PM, Steve R Burrus wrote: hi all. I was just wondering how I should go about trying to deploy a web application using version 2.0.59 of the apache server, specifically servlets. In which folder in the whole apache installation should the servlet file go and

Re: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-23 Thread Sander Temme
On Dec 23, 2006, at 10:19 PM, Techguy wrote: mod_status.c I am assuming this is it..? Exactly. So you have it, you don't need the LoadModule. However, if you have a ClearModuleList statement in your config, you will need an AddModule statement for it (given that you are on 1.3)

Re: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-23 Thread Sander Temme
On Dec 23, 2006, at 10:19 PM, Techguy wrote: mod_status.c I am assuming this is it..? Exactly... what is the configuration that is not working for you? And how is it failing? Error log output is good. S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4

[EMAIL PROTECTED] Aggressively timing out proxy connections?

2006-12-21 Thread Sander Temme
All, I am using 2.2.3 on Windows 2003, running a reverse proxy to IIS 5.0 on Win2k. The Win2k box is hiding behind a Symantec firewall. Several locations proxied with ProxyPass and ProxyPassReverse to http port 80 on the IIS. None of this is my fault except for the Apache

Re: [EMAIL PROTECTED] WARNING: APR not found error (but I compiled with '--with-apr')

2006-12-21 Thread Sander Temme
On Dec 21, 2006, at 4:57 AM, thomas Armstrong wrote: I compiled from sources Apache 2.0.59 with APR 0.9.13 ./configure --prefix=/usr/local/httpd --enable-so --enable-modules=all --with-apr=/usr/local/apr-httpd/bin/apr-config --with-apr-util=/usr/local/apr-util-httpd/bin/apu-config It works ok

Re: [EMAIL PROTECTED] Aggressively timing out proxy connections?

2006-12-21 Thread Sander Temme
On Dec 21, 2006, at 2:15 AM, Sander Temme wrote: Or, alternatively, can I turn off connection re-use altogether? I don't know that our traffic level needs persistent connections. OK, I believe I got it... no 502s in the past half hour. I added a SetEnv proxy-nokeepalive 1 to the Location

Re: [EMAIL PROTECTED] mod_status.so - How do I get this to work?

2006-12-21 Thread Sander Temme
On Dec 21, 2006, at 4:06 PM, Techguy wrote: Kind of confused here is this not supposed to come with Apache. From what I read this is an Apache module. I compiled and installed the source from the Apache site, I never use packages or RPM's. I also looked to see if there is a

Re: [EMAIL PROTECTED] Apache httpd W Sending Reply

2006-12-16 Thread Sander Temme
On Dec 16, 2006, at 2:10 PM, Oleksandr Samoylyk wrote: Server MPM: Worker threaded: yes (fixed thread count) forked: yes (variable process count) .. # php -v PHP 4.4.4 with Suhosin-Patch 0.9.5 (cli) (built: Nov 30 2006 00:52:20) Copyright (c) 1997-2004 The PHP Group Zend

Re: [EMAIL PROTECTED] Windows Server Root with Spaces?

2006-12-08 Thread Sander Temme
On Dec 8, 2006, at 7:24 AM, Arthur Kreitman wrote: The standard place for programs in Windows is “\Program Files \”, with spaces allowed. Is apache capable of dealing with conf paths that include spaces? Yeah, just put quotes around all paths. So: ServerRoot C:/Program Files/Apache

Re: [EMAIL PROTECTED] Apache quit on me all of a sudden?

2006-12-07 Thread Sander Temme
On Dec 7, 2006, at 11:19 PM, Evan Platt wrote: Now, error is httpd: Syntax error on line 327 of /Library/Apache2/ conf/httpd.conf: Cannot load /Library/Apache2/modules/mod_access.so into server: cannot create object file image or add library mod_access.so is missing. Mod_access has been

Re: [EMAIL PROTECTED] Tomcat + apache = same port

2006-12-06 Thread Sander Temme
On Dec 6, 2006, at 9:15 AM, Ismael Milach da Silveira wrote: Guys, I'm having a problem trying to run both apache and tomcat at the same port. I'm able to run both of them when using different ports, but at the same port apache simply won't run at all. You cannot run more than one

Re: [EMAIL PROTECTED] Apache quit on me all of a sudden?

2006-12-06 Thread Sander Temme
Evan, On Dec 6, 2006, at 10:11 PM, Evan Platt wrote: now when I run httpd -DSSL -k start, I get httpd: Could not open configuration file ssl/conf/httpd.conf: No such file or directory That'll run the first httpd found in your PATH. On a plain vanilla MacOSX installation, that is the

Re: [EMAIL PROTECTED] unwanted redirects from clients

2006-11-25 Thread Sander Temme
On Nov 25, 2006, at 9:05 AM, Garrett Morris wrote: I tried the faq but it seems to be unavailable at the moment. My problem is There is a FAQ? 66.232.103.168 - - [23/Nov/2006:20:16:43 -0600] GET https:// mail.yahoo.com/ HTTP/1.0 200 3919 66.232.103.168 - - [23/Nov/2006:21:23:56 -0600]

Re: [EMAIL PROTECTED] Re: Apache2 behind Linksys router - Thanks

2006-11-23 Thread Sander Temme
On Nov 23, 2006, at 11:36 AM, Teresa Dannette McGrew wrote: I appreciate the help... that answer is 50+% correct... the apache2.conf file doesn't tell apache2 what port to listen on, at least not directly. It refers it to another file named ports.conf... in that file it says, listen=80...

Re: [EMAIL PROTECTED] Apache 2.2.3 Memory Usage

2006-11-21 Thread Sander Temme
Hey Chris, On Nov 20, 2006, at 7:57 PM, Chris wrote: Hi I use apache 1.3 as well as 2.2.3 so this is off topic since this is for 2.2.3 but I have just noticed my processes use in excess of 100meg per child, I run eaccelerator which I know accounts for some of this 32meg so this would leave

Re: [EMAIL PROTECTED] macosx alias

2006-11-17 Thread Sander Temme
On Nov 17, 2006, at 1:05 PM, Robert T Wyatt wrote: Hi folks, I'm using Apache 1.3.33 (built-in) on MacOS 10.4.8. My LAN administrator changed my user name and so there are some old links on the net that I'd like to catch and redirect to the new user's site. For instance, I would like

Re: [EMAIL PROTECTED] Re: macosx alias

2006-11-17 Thread Sander Temme
On Nov 17, 2006, at 2:21 PM, Robert T Wyatt wrote: I had been messing around with a 403 response, but this worked like a charm. 403 is Forbidden, and for the browser the buck usually stops right there. A Redirect it will follow unbeknownst to the user. S. -- [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Where are all the accepts?

2006-11-14 Thread Sander Temme
Hey Arthur, On Nov 14, 2006, at 11:18 AM, Arthur Kreitman wrote: When I trace through what apache actually does, when a specific client sends lots of requests, I see just the occasional accept. What am I missing? Do you have HTTP 1.1 KeepAlive enabled on the server? Turning that off

Re: [EMAIL PROTECTED] Where are all the accepts?

2006-11-14 Thread Sander Temme
On Nov 14, 2006, at 11:44 AM, Arthur Kreitman wrote: The client is actually a WinInet (Microsoft's magic internet library) application. Its sets INTERNET_FLAG_EXISTING_CONNECT but doesn't set INTERNET_FLAG_KEEP_CONNECTION (the keep alive flag). That doesn't tell me anything, since I don't

Re: [EMAIL PROTECTED] Where are all the accepts?

2006-11-14 Thread Sander Temme
On Nov 14, 2006, at 12:18 PM, Arthur Kreitman wrote: It shouldn't be, I suspect that its on the apache side. Is there any way that I can configure (or change) Apache to close the connection after the http response has been sent? http://httpd.apache.org/docs/trunk/mod/core.html#keepalive

Re: [EMAIL PROTECTED] SSL Configuration for Apache 2.0.45

2006-11-13 Thread Sander Temme
Ramesh, On Nov 13, 2006, at 6:44 AM, Ramesh Kumar wrote: Syntax error on line 172 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Cannot load C:/Program Files/Apache Group/Apache2/modules/ mod_ssl.so into server: The specified procedure could not be found. I am not familiar with

Re: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Sander Temme
Hi Tony, On Nov 10, 2006, at 11:09 AM, Fan, Tony wrote: I compiled Apache 2 in Unix (Solaris and AIX) without any problem with prefix /usr/local/, is possible I can move my apache binary to different system and install it to /opt directory? This is not always straightforward. First

Re: [EMAIL PROTECTED] Apache Proxy, Client Certificate, HTTPS, etc. questions?

2006-11-10 Thread Sander Temme
Pete, On Nov 10, 2006, at 1:38 PM, Lucuk, Pete wrote: So we are currently looking for ways to bridge the gap between the our Jboss web based application on physical server A and the web browser client PCs so that we can perform both... - HTTPS - client certicate AA I am currently looking at

Re: [EMAIL PROTECTED] Is possible to redistribute apache 2 binary to different server within installing in different location for Unix?

2006-11-10 Thread Sander Temme
On Nov 10, 2006, at 2:28 PM, Fan, Tony wrote: Changes LIBPATH doesn't seem to help, is there other way to set switch on to force to using LIBPATH? I am not very familiar with AIX. On most Unix systems, you can add directories to the dynamic linker's search path by setting and exporting

Re: [EMAIL PROTECTED] .htaccess

2006-11-06 Thread Sander Temme
On Nov 6, 2006, at 7:34 AM, Dave Challener wrote: HOWEVER... it won't accept any of the userid / password combinations I give it. What are the permissions on /root/SOadmin/.htpasswd, can the web server child processes read it? They do not run as root, so you need world-readable on that

Re: [EMAIL PROTECTED] Re: Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-05 Thread Sander Temme
Rodolfo, On Nov 4, 2006, at 7:43 PM, Rodolfo wrote: 1 - Follows the make output line immediately preceding the error: /opt/instalacao/apache/httpd-2.2.3/srclib/apr/include-version- info 2:7:2 -o libaprutil-1.la -rpath /opt/apache2/lib buckets/apr_buckets_pipe.lo ...

Re: [EMAIL PROTECTED] my first real look at apache 2.2

2006-11-05 Thread Sander Temme
On Nov 5, 2006, at 5:13 PM, Jonathan Horne wrote: so, its working now. your advice that the 2.0 config is basically the same animal as the 2.2 config, caused me to look more closely at what i had done. For your reference and that of others who might find this thread on Google:

Re: [EMAIL PROTECTED] Compiling Apache 2.2.3 - SuSe 10.1 64 bits

2006-11-04 Thread Sander Temme
Hi Rodolfo, On Nov 4, 2006, at 7:56 AM, Rodolfo wrote: /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status Could you please run $ file /usr/lib/libexpat.so and send us the output? Also, could you paste us the make output line immediately

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Sander Temme
On Nov 1, 2006, at 7:22 AM, Rob Wilkerson wrote: I'm not sure I need it, but I'd like to be sure I know what I'm getting when I get it. If there is no SSL support then is there anywhere I can go to get binaries that *do* include SSL support? I go to: http://www.apachelounge.com/download/

Re: [EMAIL PROTECTED] SSL Support

2006-11-01 Thread Sander Temme
On Nov 1, 2006, at 7:43 AM, Rob Wilkerson wrote: On 11/1/06, Spartanicus [EMAIL PROTECTED] wrote: RTFM http://httpd.apache.org/docs/2.2/ssl/ I appreciate the sentiment, but I guess what I'm looking for is an understanding of what no_ssl means in the binary name. Does it simply mean that

Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Sander Temme
On Oct 13, 2006, at 7:06 AM, Devireddy, Nagendra Reddy (STSD) wrote: Hi, Just Now I have compiled and Installed the Apache version 2.0.59. Build and install went fine but while starting Its not started. In error_log I have seen the following message. Can some one help me in this .. [Fri

Re: [EMAIL PROTECTED] Problem with Apache 2.0.59

2006-10-13 Thread Sander Temme
On Oct 13, 2006, at 10:03 AM, Devireddy, Nagendra Reddy (STSD) wrote: One more thing .. Its working on the same machine where it is build but we copied the binaries to someother machine .. There its giving this problem. Do we need to copy any other files/directories other than httpd

Re: [EMAIL PROTECTED] Apache 2.0.58 on Debian Linux

2006-10-10 Thread Sander Temme
Tom, On Oct 9, 2006, at 7:47 PM, Tom Laramee wrote: i need to have this users umask be 002 (it's currently 022)... meaning, for each of the 25 processes that apache forks off when it begins to run, the umask for these processes must be 002. i thought i could just update the users .bashrc

Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread Sander Temme
On Sep 29, 2006, at 2:24 PM, William A. Rowe, Jr. wrote: Well it seems autoconf is borked on your box, because it should be test compiling to determine if X509_STORE_CTX_set_depth is exported from OpenSSL. Apparently not, on your build, but autoconf decides it is successful. Note that the

Re: [EMAIL PROTECTED] testing server

2006-09-23 Thread Sander Temme
On Sep 23, 2006, at 5:06 PM, Larry wrote: What am I screwing up here? What unexpected result are you seeing? S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] SecurID authentication

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 10:28 AM, Vasiliy Boulytchev wrote: Syntax error on line 6 of /usr/local/apache/rsawebagent/ rsawebagent.conf: Cannot load /usr/local/apache/rsawebagent/mod_rsawa_apache.so into server: /usr/local/apache/rsawebagent/mod_rsawa_apache.so: ELF file data encoding not

Re: [EMAIL PROTECTED] install

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 4:32 PM, Carl Wenrich wrote: I'm trying to install the latest version (from source) and the config log tells me there are a number of fatal errors. The config.log.tar.gz is attached. Please advise. configure: exit 0 Not seeing any errors. Looks like the configure

Re: [EMAIL PROTECTED] RPM upgrades from 2.0.54 to 2.0.59

2006-09-14 Thread Sander Temme
On Sep 14, 2006, at 10:33 AM, D. J. Waletzky wrote: The reason I need to do this (and maybe this is another problem entirely) is because the server's traffic increased exponentially over the last few days and it seems to be running out of memory every night, if my Further to Joshua's

Re: [EMAIL PROTECTED] Servers listening for different ports question

2006-09-09 Thread Sander Temme
On Sep 9, 2006, at 11:00 AM, Charles Michener wrote: I have an Apache server listening to port 80 and serving domains 1,2,3,... To reduce the first server's load I would like to install another server running Apache; I would like to set it up looking at the same router and IP address but

Re: [EMAIL PROTECTED] Problem with Apache2 FQDN

2006-09-07 Thread Sander Temme
On Sep 7, 2006, at 10:22 AM, Dave Klema wrote: Hello, I'm getting the famous warning when starting/restarting apache... apache2: Could not determine the server's fully qualified domain name, using 192.168.15.252 for ServerName As far as I know, this is usually a harmless emit. If you want

Re: [EMAIL PROTECTED] self-referential URL's and load balancer

2006-06-17 Thread Sander Temme
Hi enigma, On Jun 12, 2006, at 1:53 PM, enigma wrote: I have a problem with the self-referential URL's being generated by Apache when a hardware load balancer is front ending it. This is a well-known problem with load balancing and SSL offload in front of any web server. The httpd

<    1   2   3