RE: [EMAIL PROTECTED] Help Needed

2006-01-03 Thread Axel-Stéphane SMORGRAV
Two things you can do:   1. If you are not using the load-balancing or fail-over functionalities provided by mod_weblogic, yank the whole module out and use ProxyPass instead. 2. Contact BEA support.   -ascs From: sujoy pramanick [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 200

[EMAIL PROTECTED] Help Needed

2006-01-03 Thread sujoy pramanick
Hi All,   I am facing a problem.   I am installing weblogic version as follows:  Console Release Build6.1.3.0 Server Release Build6.1.3.0 Server BuildWebLogic Server 6.1 SP3  06/19/2002 22:25:39 #190835 All Server Product VersionsWebLogic Server 6.1 SP3  06/19/2002 22:25:39 #190835 W

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread William A. Rowe, Jr.
robert rottermann wrote: keith, thank you very much for your answer. I was a bit unclear. I know that I can name the files like this CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined however I would like to have the "projekte2.fh-aargau.ch" part replaced by a variable. Is this

[EMAIL PROTECTED] FAQ: It Worked!

2006-01-03 Thread William A. Rowe, Jr.
[subject changed for easy searching] No, there's nothing wrong when Apache simply says 'It Worked!'. You have installed Apache. The old, lengthy message confused many end users/customers of the web sites which would upgrade from time to time, and sent them running to the foundation with a post

Re: [EMAIL PROTECTED] Was my apache2.2.0 source code hacked?

2006-01-03 Thread Joshua Slive
On 1/3/06, Mary Anderson <[EMAIL PROTECTED]> wrote: > > Hi all, >I just installed apache2.2.0 from source code on my red hat linux > system. Everything seemed to be ok. I started apachectl and have an httpd > running on the system. But, according to 'Apache Essentials' when I point > my brow

[EMAIL PROTECTED] Was my apache2.2.0 source code hacked?

2006-01-03 Thread Mary Anderson
Hi all, I just installed apache2.2.0 from source code on my red hat linux system. Everything seemed to be ok. I started apachectl and have an httpd running on the system. But, according to 'Apache Essentials' when I point my browser at http://localhost/ I should get a screen from apache with

RE: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Rajendra Kadam -X \(rakadam - eTouch Systems at Cisco\)
Hi Pete, You said that . "Rewrite goes into infinite loop" Is that correct ? I also faced the same problem. And resolution that is when you are redirecting to some other url that particular url should not be in turn re-directed. Else it's infinite loop. See this thread : http://mail-arch

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Yu, Ming
I had similar problem when I patched my Solaris 9 system, it was the new libxml.so file. I had two choices, to restore the old libxml file or convert the rewrite lines to use proxypass. I choose the later one, because there are some security patches in the new libxml.so file. Good luck. - Ming

Re: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Pete Lamborne
Yes I am using 2.2, for the advantages mod_proxy_ajp was supposed to have over mod_jk. Now I am rethinking that decision... I will use the logging for more insight, thanks for that tip as well. I will post any info I find, and appreciate any other suggestions. pete Axel-Stéphane SMORGRAV w

RE: [EMAIL PROTECTED] Virtual hosting: two domains using the same vhost?

2006-01-03 Thread Arthur DiSegna
Perfect Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:36 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Virtual hosting: two domains using the same vhost? > Hello, > > Is is possible for the virtual host

RE: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Axel-Stéphane SMORGRAV
Another advantage of using RewriteRule over ProxyPass is that you get a lot better logging provided you set "RewriteLogLevel 3". That may help you understand why it loops... I understood that you originally ended up with a redirect, but I thought that it might have been the application that was

Re: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Pete Lamborne
ASCS, thanks for your reply. Your suggestion (and several permutations of it) were not successful; I don't quite understand why, but it created an infinite loop. I don't think the original situation (where it *works*, but the URL is rewritten in the user's browser) is due to ProxyPass being e

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Axel-Stéphane SMORGRAV
The only way to resolve this problem is to transform your ProxyPass rules into RewriteRule rules. I can see no reason why upgrading from Solaris 8 to Solaris 10 should change anything wrt the order in which the modules are executed. This is something that Apache determines itself based on the w

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Kevin D. Van Der Hart
Solaris 10 SPARC -Original Message- From: Yu, Ming [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:00 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again) What is your OS system system? - Ming Y

RE: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Yu, Ming
What is your OS system system? - Ming Yu JHUAPL -Original Message- From: Kevin D. Van Der Hart [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 11:46 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

RE: [EMAIL PROTECTED] R: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread G . Lams
"Dave Beach" <[EMAIL PROTECTED]> wrote on 03/01/2006 17.27.30: > Thanks for the message. That certainly sounds plausible to me. > . > There must be an answer to this somewhere, if I only knew where to > look. If your message does indeed describe the reason why this is > happening, I'm curio

[EMAIL PROTECTED] Mod_proxy definitions taking precedence over mod-rewrite rules (Again)

2006-01-03 Thread Kevin D. Van Der Hart
I sent this message once but received no responses and have not been able to resolve the problem. Any ideas would be highly appreciated. I am running Apache 2.0.55 on Solaris. I have some mod-rewrite rules that had been working properly that make changes to URLs that also would be valid under some

Re: [EMAIL PROTECTED] Virtual hosting: two domains using the same vhost?

2006-01-03 Thread G . Lams
> Hello, > > Is is possible for the virtual host to accept request for two domains? What about ServerAlias: http://httpd.apache.org/docs/2.0/mod/core.html#serveralias Regards, Gaël - The official User-To-User support forum of

[EMAIL PROTECTED] Virtual hosting: two domains using the same vhost?

2006-01-03 Thread Arthur DiSegna
Hello, Is is possible for the virtual host to accept request for two domains? For Example: My external DNS has vhost1.domain.net and vhost.domain.com pointing to the IP Address. The current IIS server has two ip addresses bound to the NIC. I am converting to Apache on Linux and wasn't sure if I h

RE: [EMAIL PROTECTED] R: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Thanks for the message. That certainly sounds plausible to me.   I've temporarily worked around the problem by placing a .htaccess file in the directories with *.wmv files, and putting "Satisfy Any" and "Allow from all" statements in them. Pretty much defeats the purpose of the access contro

RE: [EMAIL PROTECTED] rewrite gurus help? (with mod_proxy_ajp)

2006-01-03 Thread Axel-Stéphane SMORGRAV
Could it possibly be because ProxyPass is evaluated before RewriteRule ? How does the following work : RewriteEngine on RewriteRule /pub/wiv/(.*).asx$ ajp://theTomcatBox:8009/pub/wiv?seoName=$1 [P,QSA] RewriteRule /pub ajp://theTomcatBox:8009/pub [P] ProxyPassReverse /pub ajp://theTomcatBox:8009

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Yes, thanks, it is and I did. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: January 3, 2006 10:03 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Authentication realms Is that web page accessible? I don't remember whether you said it but di

Re: [EMAIL PROTECTED] R: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Chris Ayoub
I'm kind of jumping into the middle of this thread since I have just subscribed recently, but I believe that if an external media player is launched by clicking on the file, then that application will start a different session with the server and cause re-authentication since it is technically

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread G . Lams
Is that web page accessible? I don't remember whether you said it but did you try from another brwoser? Gaël - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Thanks for the reply. No obvious re-write rule in my httpd.conf file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: January 3, 2006 9:47 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Authentication realms >Consider www.foo.com (hypothetic

RE: [EMAIL PROTECTED] R: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Interesting. Right-clicking and saving the file from the browser works. A left-click to open it directly doesn't. Hmm. -Original Message- From: Sebastian Gil [mailto:[EMAIL PROTECTED] Sent: January 3, 2006 9:41 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] R: [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread G . Lams
>Consider www.foo.com (hypothetically - I've just realized that's >actually a >real site), and that /usr/local/apache2/htdocs is set as AuthName >"bar" in >httpd.conf. Everything behaves perfectly as expected, except a link >to >/usr/local/apache2/htdocs/foobar/foobar.wmv causes a re-prompt fo

[EMAIL PROTECTED] R: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Sebastian Gil
Is this happening when you download the file or when you try to open it directly from the browser? Maybe it's a problem with the media player plugin -Messaggio originale- Da: Dave Beach [mailto:[EMAIL PROTECTED] Inviato: martedì 3 gennaio 2006 15.34 A: users@httpd.apache.org Oggetto: RE:

RE: [EMAIL PROTECTED] Authentication realms

2006-01-03 Thread Dave Beach
Thanks for the reply. I've been through the FAQ again, and don't see where URL space is relevant (although I'm sure that's a deficiency in my understanding). Consider www.foo.com (hypothetically - I've just realized that's actually a real site), and that /usr/local/apache2/htdocs is set as AuthNam

Re: [EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread isha b
Thanks  Anil,   But it doesn't helps , the same result moreover if I enable virtual host , my rest of the webservers are not working. My error log says   [Tue Jan 03 16:39:39 2006] [error] [client xx.xx.xx.xx] File does not exist: /usr/local/apache2/htdocs/SynAppTestTSD, referer: https://xx.xx.xx

Re: [EMAIL PROTECTED] Question

2006-01-03 Thread G . Lams
Hi Khaled >I have question about Apache server, I have web server that support >hundreds of websites (ISP Server) and I face problem when I restart >the server, usually when I add new website I just run graceful >command not restart but when sometimes I need to restart the service >I faced man

[EMAIL PROTECTED] Question

2006-01-03 Thread Khaled Hussein
Hi group   I have question about Apache server, I have web server that support hundreds of websites (ISP Server) and I face problem when I restart the server, usually when I add new website I just run graceful command not restart but when sometimes I need to restart the service I faced m

RE: [EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread Anil Dighade
Isha, Try this       DocumentRoot /data2/app/apache/apachessl/htdocs    ServerName 172.24.6.57 ProxyRequests off  order deny,allow Allow from all  ProxyBadHeader Ignore Alias /app/ "/data2/app/apache/apachessl/htdocs" Alias /app "/data2/app/apache/apachessl/htdocs" ProxyPass /app/ http://1

[EMAIL PROTECTED] Revrse Proxy Query errors

2006-01-03 Thread isha b
HI all,   I am using reverse proxy to host my webservers. It was working fine for exchanges etc. Recently I tried to add one more server which works based on the queries from the users. The problem is as below   1. Able to login to the webpage, 2. Able to select the submenu's 3.But once you put t

Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread Eugene
On Mon, Jan 02, 2006 at 12:01:33PM CST, robert rottermann <[EMAIL PROTECTED]> wrote: : : I was a bit unclear. I know that I can name the files like this : : CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined : : however I would like to have the "projekte2.fh-aargau.ch" part : re

RE: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename

2006-01-03 Thread Axel-Stéphane SMORGRAV
Robert, AFAIK the %{SERVER_NAME} variable is only available to mod_rewrite so what you suggest is not doable. So you can either follow the User's guide and add %v (the name of the virtual host) to each log entry in your access log at the server level, and then split that one log file into one