[EMAIL PROTECTED] Re: Apache 2.2.3 rotatelogs.exe on Windows

2007-11-30 Thread sniedermeyer
I've been trying to figure out how to rotate the error log in a Windows environment. I'm rotating the access logs in the vhost config file as follows: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common

Re: [EMAIL PROTECTED] SetEnv proxy-nokeepalive 1

2007-04-04 Thread sniedermeyer
Yes, that is what I was looking for. Thanks, Steven "Joshua Slive" <[EMAIL PROTECTED]>

[EMAIL PROTECTED] SetEnv proxy-nokeepalive 1

2007-04-04 Thread sniedermeyer
Can someone confirm that adding the following line in the httpd.conf will result in keepalives being disabled for Apache 2.2.4 on Windows please: SetEnv proxy-nokeepalive 1 Thanks, Steven - The official User-To-User support f

RE: [EMAIL PROTECTED] Reverse proxying errors

2007-03-13 Thread sniedermeyer
Thanks for the info Olivier, I did run across those postings and tried to use the following directive at the server config level: 'SetEnv proxy-nokeepalive 1' mentioned here: http://issues.apache.org/bugzilla/show_bug.cgi?id=39499 but it didn't seem to resolve these errors. I didn't change th

Re: [EMAIL PROTECTED] Reverse proxying errors

2007-03-12 Thread sniedermeyer
Hi Nick, Sorry about the long post. 1) Pretty sure the network and DNS are working. Wouldn't we see more consistent failures if it was this? 2) I have the following directives in the httpd.conf file: SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 Is that what you were referring t

[EMAIL PROTECTED] Reverse proxying errors

2007-03-12 Thread sniedermeyer
I've been trying to track down a resolution to this issue for some time now and still haven't found anything. If anyone has ideas on what might be happening and how to fix it, I would greatly appreciate a hand. Summary We're using Apache to reverse proxy a number of web applications. The sympto

[EMAIL PROTECTED] RE: Apache on Windows

2007-03-07 Thread sniedermeyer
We've been using Apache 2.2.X on Windows Server 2003 for a number of months now and still haven't been able to pin down why it periodically stops communicating with our backend servers when reverse proxying. Also, there are some enhancements for performance on Windows that are suggested to be disa

[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] Accessing apache server status

2006-12-22 Thread sniedermeyer
Thanks very much Joshua. That did the trick. I wasn't sure if it was just a case of having to add an exclusion from reverse proxying or if the server status function was more complex than that. I hadn't used this feature before and find it very helpful. Happy holidays! Steven

[EMAIL PROTECTED] Accessing status

2006-12-21 Thread sniedermeyer
I'm trying to monitor the status of Apache and can't seem to get this to work: SetHandler server-status Order Deny,Allow Deny from all Allow from 192.168.1.1 I was wondering if it might have something to do with me reverse proxying the root of my website to another server: ProxyPass / http:/

[EMAIL PROTECTED] RE: Google mini and RPS

2006-12-08 Thread sniedermeyer
In a previous post, I asked for assistance in getting a Google Mini to work behind an Apache server set up to reverse proxy. At first I thought the answer would be found in using rewrite directives. However, after working on it, I believe I found a simple solution. It may be a little off topic,

[EMAIL PROTECTED] Disabled connection and child process exiting

2006-12-06 Thread sniedermeyer
We've been having issues with our Apache 2.2.2 restarting on us periodically (several times a day). Here's an excerpt from our error log: [Wed Dec 06 07:14:31 2006] [error] (OS 10061)No connection could be made because the target machine actively refused it. : proxy: HTTP: attempt to connect to

[EMAIL PROTECTED] Passing along ip info while reverse proxying

2006-12-01 Thread sniedermeyer
I've install apache as a reverse proxy server and was wondering if there was a way to preserve the site visitor's ip and pass it along to the back-end servers so they can log it. Once I put the reverse proxy server in front of our web apps, the web apps started to only log requested from the rever

[EMAIL PROTECTED] Re: Could not reliably determine FQDN

2006-11-30 Thread sniedermeyer
This appears to have worked. Thanks Joshua! Steven Niedermeyer Bellingham, WA "Joshua Slive" <[EMAIL PROTECTED]>

[EMAIL PROTECTED] Could not reliably determine FQDN

2006-11-30 Thread sniedermeyer
I have the servername directive in my virtualhosts config file, but am still getting the following error: httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.1 for ServerName I did some Googling on this and someone mentioned I might have to enter a s

[EMAIL PROTECTED] Google mini and RPS

2006-11-21 Thread sniedermeyer
Has anyone set up a Google Mini behind an Apache server using reverse proxying? I'm struggling with how to use reverse proxy and rewrite commands to accomplish the following: When a request comes in for http://www.mydomin.com/search?site=my_collection&client=my_collection&output=xml_.. T

[EMAIL PROTECTED] Access log time/date range

2006-10-11 Thread sniedermeyer
I've configured Apache 2.2.2 to create an access log in combination with log_rotate_module to switch it out. I'm trying to get the access log files to contain only the entries for a particular day. My current logging appears to group everything from 5pm the previous day to 5pm the next day. I'm

[EMAIL PROTECTED] Re: Naming access logs using mod_log_rotate

2006-10-09 Thread sniedermeyer
Sorry..took me a sec to realize this wasn't an apache thing. You can do this with mod_log_rotate with a new release that just added this feature. See: http://www.apachelounge.com/ Tried it using their example and it works great. Steven Niedermeyer Bellingham, WA

[EMAIL PROTECTED] Naming access logs

2006-10-09 Thread sniedermeyer
I know how to specify the name of the access log. However, I've been unable to uncover how to specify a file name with a variable. For example, I'm using log rotate and would like to have the file name include the date. Does anyone know how to accomplish this? Steven

[EMAIL PROTECTED] Re: ProxyPass with exceptions solution

2006-09-25 Thread sniedermeyer
Nick...you're my hero! This looks like it's going to work wonderfully. The rewrite directive is still a bit mysterious to me right now, but I'm sure I'll get the hang of it in time. A big thank you for helping to solve this issue. Steven Niedermeyer Bellingham, WA

[EMAIL PROTECTED] ProxyPass with exceptions

2006-09-21 Thread sniedermeyer
I'm trying to use the ProxyPass directive but am having mixed results on our Apache 2.2.2 reverse proxy server. Here is my config: ProxyPass /cob http://192.168.1.1/cob ProxyPassReverse /cob http://192.168.1.1/cob ProxyPass /web http://192.168.1.1/web ProxyPassReverse /web http://192.168.1.1/web

[EMAIL PROTECTED] Keywords and apache solved...partially

2006-09-20 Thread sniedermeyer
Just a follow-up on this. I tested this using a default apache config file and the trailing slash issue goes away. So I must have something going on in my config that is suppressing the automatic addition of the trailing slash. My guess is it's one of my proxypass directives, but am still tryin

Re: [EMAIL PROTECTED] Keywords and apache

2006-09-19 Thread sniedermeyer
It appears to be serving up the correct page, but the full URL isn't showing. I tried adding the "UseCanonicalName off" and it didn't appear to affect anything. So when I type in www.mydomain.com/keyword the browser delivers www.mydomain.com/keyword/index.htm, however, the address bar in the br

[EMAIL PROTECTED] Keywords and apache

2006-09-19 Thread sniedermeyer
Can anyone point me to the best directive to use for keyword redirection. What we're looking to do is allow visitors to our site to type in say http://www.mydomain.com/keyword and have them be redirected to http://www.mydomain.com/keyword/ and then let Apache pick up the default file index.htm so t

Re: [EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
Hi Serge, I changed the following: ProxyPass /eConnect https://192.168.1.3:443/eConnect ProxyPassReverse /eConnect https://192.168.1.3:443/eConnect to: ProxyPass /eConnect https://subdomain.mydomain.com:443/eConnect ProxyPassReverse /eConnect https://subdomain.mydomain.com:443/eConnect Now the

[EMAIL PROTECTED] Re:mod_ssl and mod_proxy RPS config file

2006-09-18 Thread sniedermeyer
I must admit I am new to Apache so there may be some obvious errors in our reverse proxy server apache config...but here it is: Listen *:80 Listen *:443 LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_html_module modules/m

[EMAIL PROTECTED] mod_ssl and mod_proxy

2006-09-18 Thread sniedermeyer
I've been trying to find a good reference for setting up ssl between our Apache reverse proxy server and back-end web application servers. No luck so far. Here's our setup: Apache 2.2.2 reverse proxy server (RPS) === Reverse proxy function is working g

[EMAIL PROTECTED] RE: Proxy config not acting as expected

2006-08-14 Thread sniedermeyer
Please delete last email...this one has more accurate information. I have an Apache 2.2.2 server set up to reverse proxy and am having some problems. Here's the config: ProxyPass / http://192.168.1.1 ProxyPassReverse / http://192.168.1.1 The intent is to redirect everything hitting / to a

[EMAIL PROTECTED] Proxy config not acting as expected

2006-08-14 Thread sniedermeyer
I have an Apache 2.2.2 server set up to reverse proxy and am having some problems. Here's the config: ProxyPass / http://192.168.1.1 ProxyPassReverse / http://192.168.1.1 The intent is to redirect everything hitting / to a back end server. The backend server is a Domino server. The static fil

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-26 Thread sniedermeyer
Hi Marc, I noticed this issue switching from IIS to Apache. My initial research pointed to file names being case insensitive, but directories still remaining case sensitive. Please let me know if you find out otherwise. Steven.

[EMAIL PROTECTED] RE: Mismatched server name and SSL cert

2006-07-14 Thread sniedermeyer
I'm still chipping away at getting SSL working for our reverse proxy server (RPS). Currently, it looks like our RPS is going secure: https://www.cob.org However, we're getting the following entry in the Apache HTTPD error log: RSA server certificate CommonName (CN) 'www.cob.org' does NOT match

[EMAIL PROTECTED] RE: GUI Configuration Software for Apache 2.2.2

2006-07-07 Thread sniedermeyer
Anyone know of a good GUI tool for Windows/Apache 2.2.2? I found Apache Admin from www.hqware.com (appears to only support Apache 2.0.x) Ideas? Steven Niedermeyer Information Technology Services City of Bellingham 625 Halleck St Bellingham, WA 98225 Phone: (360) 676

RE: [EMAIL PROTECTED] SSL and reverse proxying

2006-06-29 Thread sniedermeyer
Thanks Johnthis is how I got the basic reverse proxying up and running :) Now I'm troubleshooting the SSL part, which books seem to be really vague on. Steven Niedermeyer Information Technology Services City of Bellingham 625 Halleck St Bellingham, WA 98225 Phone

[EMAIL PROTECTED] SSL and reverse proxying

2006-06-29 Thread sniedermeyer
Hello Everyone, Just joined the list today. I've used Apache HTTP Server for simple static sites with the default configuration and am looking at using it for reverse proxying now. I'm a newbie and am confused about how to proceed with enabling HTTPS to the reverse proxy server and then from th