[users@httpd] Missing User-Agent:

2005-06-04 Thread Michael D. Berger
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

[users@httpd] X's in HTTP GET

2005-06-04 Thread Michael D. Berger
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] ---

Re: [users@httpd] Help!! Can't get vhosts working properly

2005-06-04 Thread Garth Armorer
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

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-04 Thread Oskar Eyb
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

Re: [users@httpd] Firefox can't connect to the SSL-Host (IE does) - exit signal Bus error (10)

2005-06-04 Thread Oskar Eyb
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 /"

Re: [users@httpd] ProxyRequest and Log file!

2005-06-04 Thread Joshua Slive
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

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Michael D. Berger
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

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Dan Mahoney, System Admin
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

Re: [users@httpd] Problems on Linux

2005-06-04 Thread Patrick Donker
[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

RE: [users@httpd] Newbie CGI: nested href

2005-06-04 Thread Michael D. Berger
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

Re: [users@httpd] Problems on Linux

2005-06-04 Thread john . j . hudak
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

[users@httpd] ProxyRequest and Log file!

2005-06-04 Thread david joffrin
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