Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-05 Thread Mark A. Craig
I'm jealous that you have that park just a stone's throw away to enjoy 
at lunch!  Sorry, Google Earth is such idle fun. :-)


Mark

David Segall wrote:

I set up the machine using Mythdora 3.2 which uses Fedora Core 5.
--
David Segall Email:  [EMAIL PROTECTED]
Profectus Pty LtdPhone:  +61 3 9830 5026
1 Myrtle Road   Mobile: +61 4 1756 7246
Canterbury, VIC, 3126 Australia  Fax:+61 3 9830 0959



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Default Context Issue

2007-06-05 Thread Nitin Dubey
I want to set up a default web application for my domain.

 

- The URL that is used to access application is:
https://domainname/app_name/  

- I want to change it to https://domainname/

- I want to use "app_name" as the default application for the domain.
 appearing in the URL will keep changing in different conditions.

 

Environment: Apache 2.0.59 running on SSL with mod_jk to send requests
to Tomcat servlet container where the web application is running.

 

Note: To login to our application there is no html that apache can
directly open.  It has to be a URL only.

 

Since I am new to apache httpd server, any kind of relevant information
would be useful.

 

- Nitin

 

 



[EMAIL PROTECTED] Apache 2.2.4: how to install all modules?

2007-06-05 Thread christophe leroy
hello!

I am trying to install Apache with all its modules.

So , I did that:
./configure --prefix=/usr/local/apache2
--enable-module="all"  --enable-mods-shared="all"
and
make && make install

but when I saw in the folder:
/usr/local/apache2/modules, it missed this modules:

mod_proxy.so 
mod_proxy_ftp.so
mod_proxy_http.so
mod_proxy_connect.so
mod_cache.so 
mod_suexec.so
mod_disk_cache.so
mod_file_cache.so
mod_mem_cache.so

The missed modules should be installed because they
appear in the page with all modules of this version:
http://httpd.apache.org/docs/2.2/mod/

Do somebody have a solution? I am a newbie and I hope
my question is not to stupid! :-)






  


___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] JBoss Clustering - Application object Sharing

2007-06-05 Thread suresh.skumar3

Hi All,

 

We are using Apache Mod-jk for load balancing. I know the user sessions
can moved/shared between JBoss nodes. But I want to share some of
application common object between JBoss nodes. Is their any way to
achieve it ?

 

Thanks & Regards,

Suresh Kumar C




The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Re: [EMAIL PROTECTED] Apache 2.2.4: how to install all modules?

2007-06-05 Thread Tony Stevenson



christophe leroy wrote:

hello!

I am trying to install Apache with all its modules.

So , I did that:
./configure --prefix=/usr/local/apache2
--enable-module="all"  --enable-mods-shared="all"
and
make && make install
  


Try looking at this wiki article, it shows you exactly how to achieve this.

http://wiki.apache.org/httpd/Recipes/ConfigAllMods


but when I saw in the folder:
/usr/local/apache2/modules, it missed this modules:

mod_proxy.so 
mod_proxy_ftp.so

mod_proxy_http.so
mod_proxy_connect.so
mod_cache.so 
mod_suexec.so

mod_disk_cache.so
mod_file_cache.so
mod_mem_cache.so

The missed modules should be installed because they
appear in the page with all modules of this version:
http://httpd.apache.org/docs/2.2/mod/

Do somebody have a solution? I am a newbie and I hope
my question is not to stupid! :-)






  


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Default Context Issue

2007-06-05 Thread Pid

Nitin Dubey wrote:

I want to set up a default web application for my domain.



This is really a Tomcat question, ask it on the tomcat users list and I 
will answer it there.


p

To start a new topic, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


- The URL that is used to access application is: 
https://domainname/*app_name/* 


- I want to change it to https://domainname/

- I want to use *“app_name”* as the default application for the domain. 
 appearing in the URL will keep changing in different conditions.


 

Environment: Apache 2.0.59 running on SSL with mod_jk to send requests 
to Tomcat servlet container where the web application is running.


 

*Note: *To login to our application there is no html that apache can 
directly open.  It has to be a URL only.


 

Since I am new to apache httpd server, any kind of relevant information 
would be useful.


 


- Nitin

 

 






smime.p7s
Description: S/MIME Cryptographic Signature


RE: [EMAIL PROTECTED] Default Context Issue

2007-06-05 Thread Nitin Dubey
P,

I believe this is related to Apache itself, since I need a configuration
where a user will enter "https://domainname/"; and it will be
automatically converted to "https://domainname/app_name/"; and then
processed by mod_jk.

Anyways, I will post it to tomcat forum as well.

FYI: my application will not work if I put my web app as default web
app.

- Nitin
-Original Message-
From: Pid [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 05, 2007 3:53 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Default Context Issue

Nitin Dubey wrote:
> I want to set up a default web application for my domain.
> 

This is really a Tomcat question, ask it on the tomcat users list and I 
will answer it there.

p

To start a new topic, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


> - The URL that is used to access application is: 
> https://domainname/*app_name/* 
> 
> - I want to change it to https://domainname/
> 
> - I want to use *"app_name"* as the default application for the
domain. 
>  appearing in the URL will keep changing in different conditions.
> 
>  
> 
> Environment: Apache 2.0.59 running on SSL with mod_jk to send requests

> to Tomcat servlet container where the web application is running.
> 
>  
> 
> *Note: *To login to our application there is no html that apache can 
> directly open.  It has to be a URL only.
> 
>  
> 
> Since I am new to apache httpd server, any kind of relevant
information 
> would be useful.
> 
>  
> 
> - Nitin
> 
>  
> 
>  
> 




-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Apache Launching one more unwanted daemon

2007-06-05 Thread Joshua Slive

On 6/5/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote:

Hi,
 I am replacing Apache with NES(Sun Web Server).NES is pretty old.So I
wanted to use Apache with single process and multi threaded web server
similar to NES.


To be honest, that doesn't sound like a very good justification. Just
because NES does it that way doesn't mean you want Apache to do it
that way.



 Now I have used the mod_status also.The new process launched shows to be
active while the old daemon doesn't show anything.


Interesting. Have you checked the error log to see if apache is
restarting because it received a signal? Perhaps you have a log
rotation script restarting apache?

Or perhaps the old process got stuck processing something. You could
try attaching to it with a debugger and figuring out what it is doing:
http://httpd.apache.org/dev/debugging.html

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] auth LDAP issue, help

2007-06-05 Thread John P. Dodge
On Wed, 30 May 2007, Tony Guadagno wrote:

> Hi,
>   I am trying to get ldap auth working, what am i doing wrong?
>
> this is my config
>   
>   AuthType basic
>   AuthBasicProvider ldap
>   AuthName "LdapTest"
>   AuthLDAPURL ldap://ldap.com/o=somewhere?cn?sub
>   AuthLDAPBindDN cn=admin,o=somewhere
>   AuthLDAPBindPassword pw
>   AllowOverride None
>   Order allow,deny
>   Allow from 172.30
>   Allow from 10.1
>   require valid-user
>   
>
> when i hit the url, i am asked to login, when i do, it asks me again.  it 
> fails after 3 times and here is what is in the apache log
>
> [Wed May 30 22:25:19 2007] [warn] [client 10.1.1.4] [2692] auth_ldap 
> authenticate: user  authentication failed; URI / [ldap_search_ext_s() for 
> user failed][Filter Error]
>
I'll assume you are using httpd 2.2.x

Not sure about all of your issues but to use "require valid-user" you
need:

AuthzLDAPAuthoritative Off


"Mon aéroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-05 Thread David Segall



Krist van Besien wrote:

On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote:



Krist van Besien wrote:
> On 6/4/07, David Segall <[EMAIL PROTECTED]> wrote:
>> I would like to add my personal web site as the default to a server 
that
>> already has a default web site. The existing default web site is 
MythTV
>>  and I don't want to make any changes to it because 
I am

>> frightened I will have to change the MythTV application.
>
> I'm a bit confused here. You are the webmaster of MythTV.org? And how
> do you expect a webserver to have two default sites?
I'm sorry, I expressed that very badly. I am running the MythTV's
MythWeb _application_. It provides web access to _my_ MythTV server.


Ok.
If what you want is serving www.example.com and mythtv.example.com
from the same apache server than what you need is to read everything
about virtual hosting.
http://httpd.apache.org/docs/2.0/vhosts/

I have managed to avoid that so far by using my domain name manager's
Web Fowarding facillity. It forwards www.example.com to example.com. I
even use it when I put a reference to a particular page on my site in a
Usenet post. I tell people to look at very_interesting.example.com and
the web forward takes them to
example.com./lengthy_directory_names/very_interesting.html.

Can't someone save me from "reading everything about virtual hosting"?


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] Changeing the default web site

2007-06-05 Thread Charles Michener
For what you want from virtual hosting - reading 'everything about virtual 
hosting' consists of the first few paragraphs of Apache's online help on 
virtual hosting and the paragraph on virtual hosting near the bottom of 
httpd.conf 

David Segall <[EMAIL PROTECTED]> wrote: 

Krist van Besien wrote:
> On 6/4/07, David Segall  wrote:
>>
>>
>> Krist van Besien wrote:
>> > On 6/4/07, David Segall  wrote:
>> >> I would like to add my personal web site as the default to a server 
>> that
>> >> already has a default web site. The existing default web site is 
>> MythTV
>> >>  and I don't want to make any changes to it because 
>> I am
>> >> frightened I will have to change the MythTV application.
>> >
>> > I'm a bit confused here. You are the webmaster of MythTV.org? And how
>> > do you expect a webserver to have two default sites?
>> I'm sorry, I expressed that very badly. I am running the MythTV's
>> MythWeb _application_. It provides web access to _my_ MythTV server.
> 
> Ok.
> If what you want is serving www.example.com and mythtv.example.com
> from the same apache server than what you need is to read everything
> about virtual hosting.
> http://httpd.apache.org/docs/2.0/vhosts/
I have managed to avoid that so far by using my domain name manager's
Web Fowarding facillity. It forwards www.example.com to example.com. I
even use it when I put a reference to a particular page on my site in a
Usenet post. I tell people to look at very_interesting.example.com and
the web forward takes them to
example.com./lengthy_directory_names/very_interesting.html.

Can't someone save me from "reading everything about virtual hosting"?


-
The official User-To-User support forum of the Apache HTTP Server Project.
See  for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



   
-
Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. 

[EMAIL PROTECTED] Installing apache2.2.3 in hpux

2007-06-05 Thread Kong, Alan
Hi folks,

I am trying to install apache2.2.3 in hpux11.11 with ANSI C compiler.

When I am running the following command:
./configure \
--prefix=/usr/local/apache2 \
--enable-so \
--enable-mods-shared=most \
--libexecdir=/usr/local/apache2/libexec
I got thrown out with the following error:  configure: error: Size of
"void *" is less than size of "long"

Does anyone know how to solve this problem?

Thanks a lot.
Alan




Re: [EMAIL PROTECTED] server-status - DOS Attack?

2007-06-05 Thread Joshua Slive

On 6/4/07, Marc Perkel <[EMAIL PROTECTED]> wrote:


 Hi, I'm getting a lot of these when running server-status. Is this some kind 
of DOS attack?



   25-0   5250   0/2/22   R  0.00   2   65  
 0.0   0.00   0.40  ?   ?   ..reading..
   26-0   5251   0/0/20   R  0.08   3   46  
 0.0   0.00   7.44  ?   ?   ..reading..
   27-0   5086   0/5/14   R  0.00   6   66  
 0.0   0.10   0.36  ?   ?   ..reading..
   28-0   5087   0/5/15   R  0.00   11   
1579   0.0   0.43   0.58  ?   ?   ..reading..



Could be a DoS. I have also heard that connections that are
reverse-proxied will appear like that while the reverse-proxy is
waiting for content from the back-end.

You should take a look at the netstat output on this box and see what
the other side of these connections look like.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] why Apache takes 120 seconds to return 404?

2007-06-05 Thread Qingshan Xie
Hello All,

   We have apache 2.0.59 on Solaris 8.  It sometimes
took ~120 seconds to return a 404.  I don't understand
why took so long.  Can someone help me to understand
it?  If convenient, could you also tell me how apache
return the 404?

Many Thx
Q.Xie


 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] why Apache takes 120 seconds to return 404?

2007-06-05 Thread Joshua Slive

On 6/5/07, Qingshan Xie <[EMAIL PROTECTED]> wrote:

Hello All,

   We have apache 2.0.59 on Solaris 8.  It sometimes
took ~120 seconds to return a 404.  I don't understand
why took so long.  Can someone help me to understand
it?


I've never personally seen that.

Some debugging tips:

1. How consistent is this? Is it only for certain URLs or certain
clients? Can you give us a URL that shows the problem?

2. Is this for the internal error messages or are you using an
ErrorDocument 404 directive?

3. What kind of filesystem are you serving off? Is it possible that
this filesystem takes a long time to return not-found errors?


If convenient, could you also tell me how apache
return the 404?


I don't understand the question. A 404 is returned just like any other response.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben
Just thought I'd post the answer to this in case anyone else ever runs 
into this issue.  The solution to setting the apache windows service 
with the SSL flag was:


apache -k uninstall
apache -D SSL -k install


Eben wrote:
I've setup apache 2.0.59 with openssl 0.9.8d.  I've configured one 
vhost on port 443 with the necessary SSL directives. If I start apache 
as a service, everything works fine, but I am unable to resolve the 
https url.  If I go into the apache bin directory, and do: apache -D 
SSL, then apache starts and I can resolve the https url.  I'd like to 
get this working as a service.


I'm not sure what I have to do here, but I'm guessing I need to 
uninstall the service and reinstall it with the SSL flag somehow.  
I've tried apache -k uninstall and apache -k install with various SSL 
flags but that's obviously not the right approach...


Any insight or advice is appreciated,
thanks,
Eben

-
The official User-To-User support forum of the Apache HTTP Server 
Project.

See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread William A. Rowe, Jr.
Eben wrote:
> Just thought I'd post the answer to this in case anyone else ever runs
> into this issue.  The solution to setting the apache windows service
> with the SSL flag was:
> 
> apache -k uninstall
> apache -D SSL -k install

The shorthand is

apache -k config -D SSL

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Joshua Slive

On 6/5/07, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:

Eben wrote:
> Just thought I'd post the answer to this in case anyone else ever runs
> into this issue.  The solution to setting the apache windows service
> with the SSL flag was:
>
> apache -k uninstall
> apache -D SSL -k install

The shorthand is

apache -k config -D SSL


Or just upgrade to 2.2 where the silly -D SSL thing is gone.

Joshua.

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Eben

Hi thanks,

Dumb question coming up:

What exactly is the significance of the -D flag?  I never was able to 
find any descriptions of what this represented...


Eben

William A. Rowe, Jr. wrote:

Eben wrote:
  

Just thought I'd post the answer to this in case anyone else ever runs
into this issue.  The solution to setting the apache windows service
with the SSL flag was:

apache -k uninstall
apache -D SSL -k install



The shorthand is

apache -k config -D SSL

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Issac Goldstand
It sets a definition that  blocks in the config can pick up.

  Issac

Eben wrote:
> Hi thanks,
> 
> Dumb question coming up:
> 
> What exactly is the significance of the -D flag?  I never was able to
> find any descriptions of what this represented...
> 
> Eben
> 
> William A. Rowe, Jr. wrote:
>> Eben wrote:
>>  
>>> Just thought I'd post the answer to this in case anyone else ever runs
>>> into this issue.  The solution to setting the apache windows service
>>> with the SSL flag was:
>>>
>>> apache -k uninstall
>>> apache -D SSL -k install
>>> 
>>
>> The shorthand is
>>
>> apache -k config -D SSL
>>
>> -
>> The official User-To-User support forum of the Apache HTTP Server
>> Project.
>> See http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>"   from the digest: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>>   
> 
> 
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] How to define multiple paths for ProxyPass and ProxyPassReverse?

2007-06-05 Thread Qingshan Xie
Hi! all,

   In Apache/2.0.59, if I need to specify multiple
paths for  "ProxyPass and ProxyPassReverse", for
example, I need to proxy 3 paths /A, /B, /C to
http://www.foo.com
do I need to configure them as, 
..
ProxyPass: /A http://www.foo.com
ProxyPassReverse: /A http://www.foo.com
ProxyPass: /B http://www.foo.com
ProxyPassReverse: /B http://www.foo.com
ProxyPass: /C http://www.foo.com
ProxyPassReverse: /C http://www.foo.com
.. ?

If a hundred paths need to be defined, any simple way?

Thx, Q.Xie



   

Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.
http://autos.yahoo.com/carfinder/

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] How to define multiple paths for ProxyPass and ProxyPassReverse?

2007-06-05 Thread Dragon

Qingshan Xie wrote:

Hi! all,

   In Apache/2.0.59, if I need to specify multiple
paths for  "ProxyPass and ProxyPassReverse", for
example, I need to proxy 3 paths /A, /B, /C to
http://www.foo.com
do I need to configure them as,
..
ProxyPass: /A http://www.foo.com
ProxyPassReverse: /A http://www.foo.com
ProxyPass: /B http://www.foo.com
ProxyPassReverse: /B http://www.foo.com
ProxyPass: /C http://www.foo.com
ProxyPassReverse: /C http://www.foo.com
.. ?

If a hundred paths need to be defined, any simple way?

 End original message. -

You can use a rewrite rule to handle the forward proxy using the [P] 
flag to proxy the request. However, I do not know how to do this for 
the reverse proxy using mod_rewrite.


There is a small discussion on how to do this in the Apache 
documentation on mod_rewrite on the Apache web site.



Dragon

~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~


-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] How to define multiple paths for ProxyPass and ProxyPassReverse?

2007-06-05 Thread Qingshan Xie
Thanks a lot for your quick reply!

Yes, we are setting a reverse proxy.  Have not found a
simple way to define the multiple paths.

Q.Xie

--- Dragon <[EMAIL PROTECTED]> wrote:

> Qingshan Xie wrote:
> >Hi! all,
> >
> >In Apache/2.0.59, if I need to specify multiple
> >paths for  "ProxyPass and ProxyPassReverse", for
> >example, I need to proxy 3 paths /A, /B, /C to
> >http://www.foo.com
> >do I need to configure them as,
> >..
> >ProxyPass: /A http://www.foo.com
> >ProxyPassReverse: /A http://www.foo.com
> >ProxyPass: /B http://www.foo.com
> >ProxyPassReverse: /B http://www.foo.com
> >ProxyPass: /C http://www.foo.com
> >ProxyPassReverse: /C http://www.foo.com
> >.. ?
> >
> >If a hundred paths need to be defined, any simple
> way?
>  End original message.
> -
> 
> You can use a rewrite rule to handle the forward
> proxy using the [P] 
> flag to proxy the request. However, I do not know
> how to do this for 
> the reverse proxy using mod_rewrite.
> 
> There is a small discussion on how to do this in the
> Apache 
> documentation on mod_rewrite on the Apache web site.
> 
> 
> Dragon
> 
>
~~~
>   Venimus, Saltavimus, Bibimus (et naribus canium
> capti sumus)
>
~~~
> 
> 
>
-
> The official User-To-User support forum of the
> Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for
> more info.
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
>"   from the digest:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



 

It's here! Your new message!  
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] mod_deflate DeflateCompressionLevel

2007-06-05 Thread Grant

I was using mod_deflate on apache2 for a while, but I stopped because
I wonder about all the bogged down Windows machines out there and how
many CPU cycles they have to spare for unzipping.  Does anyone have
experience or information on how such a system responds to
'DeflateCompressionLevel 9'?

- Grant

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] Apache / JBoss configuration exceptions...

2007-06-05 Thread Trevor Lee
Hi,

We've got an issue that hopefully you'll be able to shed some light on for
us...

Our environment:
Apache: 2.0.46 build august 1 2006 09:25:45
Red Hat ES 3 update 4: linux 2.4.31-27.ELsmp #1
JBOSS: 4.0.1
Java: 1.4.2_06-b03

The situation we have is as follows:
We have a JBOSS application that listens on ports 18080 and 18443 (https).
This application normally sits behind an apache server that uses a reverse
proxy to forward 443 requests to the JBOSS application server listening on
port 18080. We are using a third party tool that load tests the web
application. We are placing the application under heavy volumes.

Scenario 1:
When the load test application is configured to mimic 5-10 simultaneous
users accessing the JBOSS application via the apache web server on port 443
(i.e.  etc) , we receive the occasional 502
Proxy error and a JBOSS exception from our application to do with
"FindByPrimaryKey with null passed in as an argument".

Scenario 2:
When the load test application is configured to mimic 50 simultaneous users
accessing the JBOSS application directly on port 18443 (bypassing apache
i.e. (i.e. https://server:18443/blah/login.do etc), we receive no exceptions
and there are no 502 errors.

>From the above, we suspect that apache could be somehow causing the 502
proxy error which may perhaps have led to the FindByPrimaryKey errors. If
you could have a quick look through the logs and in particular the apache
config file that would be fantastic.

Are we not setting something within Apache that's causing the 502s when the
web server is being bombarded with requests? Is the Apache timeout too low?
Do we need to set something else in Apache to cater for situations of excess
load?

Below is our apache config file:
-
ServerTokens OS

ServerRoot "/etc/httpd"

PidFile run/httpd.pid
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15


StartServers   8
MinSpareServers5
MaxSpareServers   20
MaxClients   150
MaxRequestsPerChild  1000



StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild  0



Listen 0.0.0.0:80

LoadModule access_module modules/mod_access.so
LoadModule auth_module modules/mod_auth.so
LoadModule auth_anon_module modules/mod_auth_anon.so
LoadModule auth_dbm_module modules/mod_auth_dbm.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule include_module modules/mod_include.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule env_module modules/mod_env.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule expires_module modules/mod_expires.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule headers_module modules/mod_headers.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule unique_id_module modules/mod_unique_id.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule mime_module modules/mod_mime.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule asis_module modules/mod_asis.so
LoadModule info_module modules/mod_info.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule imap_module modules/mod_imap.so
LoadModule actions_module modules/mod_actions.so
LoadModule speling_module modules/mod_speling.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule alias_module modules/mod_alias.so
LoadModule rewrite_module modules/mod_rewrite.so

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadFile /usr/lib/libxml2.so

LoadModule cache_module modules/mod_cache.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so

Include conf.d/*.conf

User apache
Group apache
ServerAdmin [EMAIL PROTECTED]

ServerName rhino:80

UseCanonicalName Off

DocumentRoot "/var/www/html"

DirectoryIndex index.html index.htm login.do

AccessFileName .htaccess


Order allow,deny
Deny from all


TypesConfig /etc/mime.types

DefaultType text/plain


#   MIMEMagicFile /usr/share/magic.mime
MIMEMagicFile conf/magic


HostnameLookups Off

ErrorLog logs/error_log

LogLevel warn

LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

CustomLog logs/access_log combined

ServerSignature Off

AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

AddIc

Re: [EMAIL PROTECTED] started windows service with SSL

2007-06-05 Thread Foo JH

Very good tip. Thanks for sharing.



apache -k config -D SSL


Or just upgrade to 2.2 where the silly -D SSL thing is gone. 



-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[EMAIL PROTECTED] problem running service httpd

2007-06-05 Thread allen green
i have downloaded httpd-2.2.4.tar.gz
and install it with this config:
./configure --enable-so --enable-pie
make
make install

but when i run "service httpd start"
nothing done, may use another option to install
this service ?


Send instant messages to your online friends http://uk.messenger.yahoo.com 

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]