Re: [users@httpd] mod rewrite FQDN of HTTP request ?

2005-05-25 Thread Davide Bianchi
Netops wrote: > I am hoping to use mod rewrite and change the FQDN in the HTTP request. > Is this possible ? I thought it would be REQUEST_URI but it is not, I > tried changing HTTP_HOST but that seems to affect the reply to the client. It won't work. MS CRM will also put the FQDN in every single

[users@httpd] mod rewrite FQDN of HTTP request ?

2005-05-25 Thread Netops
Hello, Currently we have a internal IIS server with Microsoft CRM that has been configured to listen for web.blank.domain.com. We would like to make this page avaiable over SSL to external users but Microsoft has documentated that the application will not run over internet connections only loca

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Hello again I tried removing the #if debugging from proxy_http.c and re-compiled but it did not help. Can anybody offer me a piece of code which I can embed in proxy_http.c to dump out the entire request (get/post parameters, cookies, etc.) being passed to the backend and the corresponding r

[users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-25 Thread Jignesh Badani
Folks, we have been seeing quite a few 502 - (proxy: error reading status line from remote server) with one of our backend server (very old Oracle Web Application server 3.0 /HTTP 1.1) and I need to debug these request. When I set LogLevel to debug, I still do not see the response stream (byte

Re: [users@httpd] Whither HTTP_USER_AGENT?

2005-05-25 Thread Aman Raheja
When I use CGI/PERL and print it, I get -- Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 -- Very much there. Looks like somthing in particular to do with your SSI scripts. - Aman Raheja Robert Granvin wrote: Then I'm completely baffled. When an I

Re: [users@httpd] Whither HTTP_USER_AGENT?

2005-05-25 Thread Robert Granvin
Then I'm completely baffled. When an ISP I use upgraded Apache, the variable ceased to be available to the SSI scripts I use. When we recently upgraded a server here, we encountered the same problem. , for example, also does not list the variable (but shows every other one that I expect and

Re: [users@httpd] help needed on Load balancing and environment variables scope

2005-05-25 Thread Joshua Slive
On 5/25/05, Andrea <[EMAIL PROTECTED]> wrote: > My question is: > what is the scope of the SERVER environment variable ? What happens if many > users request simultaneusly ? Does the value of SERVER is shared > inconsistently ? > I mean...may a user be redirected to the wrong server ? Env vari

Re: [users@httpd] Whither HTTP_USER_AGENT?

2005-05-25 Thread Aman Raheja
Th variable is very much available. Look at the apache docs you'll find a good example http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html HTH Aman Raheja http://www.techquotes.com Robert Granvin wrote: OK, I'm certain this is an old question... my apologies for not finding it first... It

[users@httpd] Whither HTTP_USER_AGENT?

2005-05-25 Thread Robert Granvin
OK, I'm certain this is an old question... my apologies for not finding it first... It appears that HTTP_USER_AGENT is no longer an available environment variable. Is this correct? And if so, is there a way to "activate" it or use some other function to obtain browser and version information?

RE: [users@httpd] Estrange Redirection

2005-05-25 Thread Wagner, Aaron
> -Original Message- > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 25, 2005 3:24 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Estrange Redirection > > > Uhhh...I think We'll need a bit more information, like: > > What operating sy

Re: [users@httpd] Estrange Redirection

2005-05-25 Thread Fernando Remus Nagel
> Uhhh...I think We'll need a bit more information, like: > What operating system are you using? Microsoft Windows XP SP2 > What do you mean by "it redirects to my modem"? When I request my page, instead of appearing the index.hmtl, appears the interface to my modem > Where are the html files f

Re: [users@httpd] help needed on Load balancing and environment variables scope

2005-05-25 Thread chalu
Andrea wrote: Hy everybody, I'm configuring Apache as a reverse proxy and I am doing loadbalancing between some backend servers. I' am doing load balancing using mod_rewrite. My backend webapps (every webapp is replicated in various servers) use cookies to mantain sessions. So my goal was t

[users@httpd] help needed on Load balancing and environment variables scope

2005-05-25 Thread Andrea
Hy everybody, I'm configuring Apache as a reverse proxy and I am doing loadbalancing between some backend servers. I' am doing load balancing using mod_rewrite. My backend webapps (every webapp is replicated in various servers) use cookies to mantain sessions.   So my goal was to redirect eve

[users@httpd] Apache with SSL

2005-05-25 Thread Alexander Mueller
Hi, I am configuring Apache for the first time with SSL and ran into some problems. First, for a general overview, it shall run as reverse proxy and shall provide a client certificate to the targetted upstream server. Now I managed it to have it run as regular webserver with SSL support but I

RE: [users@httpd] Automatic script execution whenever a directory is referenced

2005-05-25 Thread Drew . Shelton
Many thanks, Craig. I knew I had some learning to do, but now I know what to look for. Drew -Original Message- From: Craig Dunigan [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 9:22 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Automatic script execution wheneve

RE: [users@httpd] Automatic script execution whenever a directory is referenced

2005-05-25 Thread Craig Dunigan
On Wed, 25 May 2005 [EMAIL PROTECTED] wrote: > Re-posting by request... > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 24, 2005 12:48 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Automatic script execution whenever a > d

RE: [users@httpd] Automatic script execution whenever a directory is referenced

2005-05-25 Thread Drew . Shelton
Re-posting by request... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 12:48 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Automatic script execution whenever a directory is referenced [snip] Craig, >Owen's last point is

Re: [users@httpd] good book on apache security

2005-05-25 Thread Peter . Link
"Apache Security" by Ivan Ristic, 2005 Peter Link Stephen Cook <[EMAIL PROTECTED]> wrote on 05/23/2005 07:13:33 PM: > Does anyone have a recommendation on a good book for Apache security?  I > have found several at amazon.com, but I figure you folks would know > which is the best. > > Thank

RE: [users@httpd] Are cookies associated with connection?

2005-05-25 Thread PMilanese
In my experience, cookies are not associated with any connection. Normally, to ensure no cookie type session hacking, there is some sort of encryption of variables associated with generating cookies. I have written several such mechanisms, and would suggest the same. This way, it is secure througho

Re: [users@httpd] Are cookies associated with connection?

2005-05-25 Thread Arne Heizmann
Naresh Agarwal wrote: Are cookies are associated with underlying connection or they are independent of the physical connection. Most servers do not support persistent connections anyway (supposedly because they're resource-intensive... that's what LiveJournal.com sysadmins told me). Clearly

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Maxim Vexler
On 5/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Maxim- > > Depends on what you want, how much there is, and how fast you want it. > Oh.. Also depends on whether you want it to cost anything or not. > OK, fair enough. The server has a hit count of ~50MB/day for the access log. I do w

RE: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread PMilanese
Maxim- Depends on what you want, how much there is, and how fast you want it. Oh.. Also depends on whether you want it to cost anything or not. If you want demographics and what-not, which are reliable (not whois based), then go with something commercial since they generally maintain some so

[users@httpd] Are cookies associated with connection?

2005-05-25 Thread Naresh Agarwal
Hi   I've a question on Http cookies.   Let's say a http client application is communicating with a web-application, which has two operations "Login" and "getDetails". This web application needs session maintenance using cookies between the "Login" and "getDetails" operation.   I call these operat

RE: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Mike Smith
NetTracker Lite http://nettrackerlite.com. IMO it's the best product. -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 4:09 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] What software do you use for Apache log statistic

Re: [users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Davide Bianchi
Maxim Vexler wrote: > I'm swinging between Webalizer and AWStats. > What would you recommend ? Attention at awstats, not-really-new versions have nasty bugs that allow anyone to get access to your machine. See http://www.blogherald.com/2005/02/03/awstats-exploit-downs-blogs Davide -

[users@httpd] What software do you use for Apache log statistics generation ?

2005-05-25 Thread Maxim Vexler
I'm swinging between Webalizer and AWStats. What would you recommend ? Also, how do you do log parsing? Do you run the parser on the server, or maybe you download the logs to another machine and do the parsing there ? Is the a test case for this or something ? I should mention that the web server