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
Yes, that is what I was looking for.
Thanks,
Steven
"Joshua Slive"
<[EMAIL PROTECTED]>
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
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
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
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
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
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
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
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:/
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,
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
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
This appears to have worked. Thanks Joshua!
Steven Niedermeyer
Bellingham, WA
"Joshua Slive"
<[EMAIL PROTECTED]>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
34 matches
Mail list logo