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
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
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
[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
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
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
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
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
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
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
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
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
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
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
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)
"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
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
> 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
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
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
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
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
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
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
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
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]
>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
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:
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
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
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
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
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
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
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
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
36 matches
Mail list logo