I notice that Apache 2.0 rejects, with a 403,
a GET that does not have a User-Agent header,
and I to get some of these.
Why do I get them?
Why are they rejected?
Thanks,
Mike
--
Michael D. Berger
[EMAIL PROTECTED]
-
The offic
Here is an excerpt from a GET packet from IE-6.0-SP-1 on Win2k:
Accept-Language: en-us\r\n
XXX: X\r\n
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\r\n
What are all these X's?
Thanks,
Mike.
--
Michael D. Berger
[EMAIL PROTECTED]
---
HI Eimantas,
Thanks for replying.
The problem turned out to be that, the vhost IP address I was using should've been the localhost
address instead of the external address seen from my ISP. Once that was fixed everything fell into place.
Now I can attempt to add bells and whistles. Like an actual w
Robert Zagarello wrote:
> I suspect your firefox test client. Have you tried
> checking the test client's firefox ssl settings? Does
> this occur from any firefox client?
Yes, it concerns clients on other computers and other networks, too...
Justin Gehring wrote:
> I suggest check your confi
Dan Mahoney, System Admin wrote:
> Try to connect to the httpd using the following:
>
> openssl s_client -connect youripaddress:443, and let me know if this
> works (it should spit out normal http) once it's connected. You should
> get a blank, at which point you should be able to type "get /"
On 6/4/05, david joffrin <[EMAIL PROTECTED]> wrote:
> ProxyRequests On
You do NOT want ProxyRequests on for a reverse proxy. This is a major
security hole. See the mod_proxy documentation.
> However, I have a little issue with the log file
> Before the proxy, I had the following line:
> 127
Indeed, one "non-standard" link had to be corrected.
Later I'll run find...grep to check for other problems.
Mike.
--
Michael D. Berger
[EMAIL PROTECTED]
> -Original Message-
> From: Dan Mahoney, System Admin [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 04, 2005 10:37 AM
> To: users
On Sat, 4 Jun 2005, Michael D. Berger wrote:
Problem solved by pathcing the href in the outgoing response.
Mike.
It was either that, or come up with some complex mod_rewrite answer so
your users wouldn't see the cgi url but rather the url of some page. I
figured just tweaking the links (as
[EMAIL PROTECTED] wrote:
Hello All:
Just a comment on what is written below. I've noticed what seems to be a high number of these types of answers (e.g. its in the docs *READ* them!)...Which makes me wonder why ppl don't? I participate in a number of NG and this one seems to have more of its
Problem solved by pathcing the href in the outgoing response.
Mike.
--
Michael D. Berger
[EMAIL PROTECTED]
> -Original Message-
> From: Michael D. Berger [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 04, 2005 12:34 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Newb
Hello All:
Just a comment on what is written below. I've noticed what seems to be a high
number of these types of answers (e.g. its in the docs *READ* them!)...Which
makes me wonder why ppl don't? I participate in a number of NG and this one
seems to have more of its share of:"I just turned o
Hi,
I have a virtual host that does proxy to a JBOSS instance, the configuration
is as follow:
ServerName www.bidnplay.com
ServerAdmin [EMAIL PROTECTED]
SetEnvIf Remote_Addr "127\.0\.0\.1" dontlog
SetEnvIf Remote_Addr "192\.168\.2\.*" dontlog
SetEnvIf Remote_Addr "213\.219\.9\.70" dontlog
SetE
12 matches
Mail list logo