[EMAIL PROTECTED] Antwort: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-25 Thread Dietmar . Mueller
Hello John, you can activate SSI on tomcat. Look at: http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html regards Dietmar "Pyeatt, John" <[EMAIL PROTECTED]> am 26.04.2006 00:35:25 Bitte antworten an users@httpd.apache.org An: Kopie: Thema: [EMAIL PROTECTED] Trying to get SSI direct

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-25 Thread Gaƫl Lams
Hi, On 4/26/06, Indraveni <[EMAIL PROTECTED]> wrote: > I want to connect Apache and Jakartha tomcat applcaitions and so i installed > the connectors using John Turner documentation. I am ablt to access the jsp > pages of jakartha tomcat also through apache web server by just giving the > http:lllo

Re: [EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-25 Thread Falko Zurell
Hi,can you please post the corresponding lines from the error.log of the apache server? And maybe also the the lines from the mod_jk.log.An excerpt from the config file would also be helpfull.thanks in advanceFalkoAm 26.04.2006 um 08:39 schrieb Indraveni:I want to connect Apache and Jakartha tomcat

[EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-25 Thread Indraveni
I want to connect Apache and Jakartha tomcat applcaitions and so i installed the connectors using John Turner documentation. I am ablt to access the jsp pages of jakartha tomcat also through apache web server by just giving the http:lllocalhost/examples/index.jsp. Now what i need is I am not able

[EMAIL PROTECTED] Apache Tomcat Connectors-- Urgent

2006-04-25 Thread Indraveni
I want to connect Apache and Jakartha tomcat applcaitions and so i installed the connectors using John Turner documentation. I am ablt to access the jsp pages of jakartha tomcat also through apache web server by just giving the http:lllocalhost/examples/index.jsp. Now what i need is I am not able

[EMAIL PROTECTED] Reverse proxy problem with content-disposition

2006-04-25 Thread Fab Psycho
Hi, My reverse proxy works very well using httpd 2.0.55.Problem comes when a procedure tries to generate a document using content-disposition on reversed server. There, nothing happens.Removing content-disposition file is correctly relayed.Someone already experienced such a problem ? I coul

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-25 Thread Nick Kew
On Tuesday 25 April 2006 23:35, Pyeatt, John wrote: > If the answer is "you can't do that in Apache 1.3.*, but you can in Apache > 2.*" then I can investigate that option. That's exactly the answer. -- Nick Kew - The official

Re: [EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-25 Thread Joshua Slive
On 4/25/06, Pyeatt, John <[EMAIL PROTECTED]> wrote: > If the answer is "you can't do that in Apache 1.3.*, but you can in Apache > 2.*" then I can investigate that option. That is exactly the type of thing that filters in 2.x where designed to do. So theoretically, the sentence above is exactly

Re: [EMAIL PROTECTED] Documentation in httpd 2.2

2006-04-25 Thread Joshua Slive
On 4/25/06, Richard Collyer <[EMAIL PROTECTED]> wrote: > Martas wrote: > > What is the URL for documentation page when httpd 2.2 is installed? > > Thanks for advice, > > M. > > http://httpd.apache.org/docs/2.2/ If you mean on your local install, it is at http://localhost/docs/ as always, but it is

[EMAIL PROTECTED] Trying to get SSI directives processed after request has been processed by Tomcat app server.

2006-04-25 Thread Pyeatt, John
I am working with a customer with the following basic configuration. They are running Apache 1.3.33 and make heavy used of mod_include. A new project has come up that uses J2EE web applications. Our intent was to have Apache forward requests for .jsp to Tomcat 5 (running on a separate server)

Re: [EMAIL PROTECTED] Documentation in httpd 2.2

2006-04-25 Thread Richard Collyer
Martas wrote: What is the URL for documentation page when httpd 2.2 is installed? Thanks for advice, M. http://httpd.apache.org/docs/2.2/ Richard - The official User-To-User support forum of the Apache HTTP Server Project. Se

[EMAIL PROTECTED] Documentation in httpd 2.2

2006-04-25 Thread Martas
What is the URL for documentation page when httpd 2.2 is installed? Thanks for advice, M. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

[EMAIL PROTECTED] Integration: PHP 5.1.2, Apache 2.0.55 and Tomcat 5.511 On Windows

2006-04-25 Thread alexlarra
Hi List! Introduction I'm having some problems while running a simple (test.php) php script using the following environment: . As OS --> Windows XP . As web server --> Apache 2.0.55 . As connector --> mod_jk2.so . As App server --> Tomcat 5.5.11 . As PHP engine --> PHP 5.

Re: [EMAIL PROTECTED] mod rewrite redirect if NOT in URL

2006-04-25 Thread Krist van Besien
On 4/25/06, John Nichel <[EMAIL PROTECTED]> wrote: > Joshua Slive wrote: > > On 4/25/06, John Nichel <[EMAIL PROTECTED]> wrote: > >> Hi, I usually have no problem redirecting based on what is in the URL, > >> but now I'm trying to redirect all pages in a site to one page on the > >> same site. I ha

Re: [EMAIL PROTECTED] mod rewrite redirect if NOT in URL

2006-04-25 Thread Joshua Slive
On 4/25/06, John Nichel <[EMAIL PROTECTED]> wrote: > Hi Joshua, thanks for the response. Unfortunately it doesn't seem to > be working for me. Right now I have this : > > RewriteEngine On > RewriteBase / > RewriteCond %{Request_URI} !^/redirect\.html [NC] > RewriteRule ^/$ /redirect.html > > An

Re: [EMAIL PROTECTED] mod rewrite redirect if NOT in URL

2006-04-25 Thread John Nichel
Joshua Slive wrote: On 4/25/06, John Nichel <[EMAIL PROTECTED]> wrote: Hi, I usually have no problem redirecting based on what is in the URL, but now I'm trying to redirect all pages in a site to one page on the same site. I have to exclude that one page from the redirection process else I get a

Re: [EMAIL PROTECTED] mod rewrite redirect if NOT in URL

2006-04-25 Thread Joshua Slive
On 4/25/06, John Nichel <[EMAIL PROTECTED]> wrote: > Hi, I usually have no problem redirecting based on what is in the URL, > but now I'm trying to redirect all pages in a site to one page on the > same site. I have to exclude that one page from the redirection process > else I get an infinite loop

[EMAIL PROTECTED] mod rewrite redirect if NOT in URL

2006-04-25 Thread John Nichel
Hi, I usually have no problem redirecting based on what is in the URL, but now I'm trying to redirect all pages in a site to one page on the same site. I have to exclude that one page from the redirection process else I get an infinite loop. I've tried numerous combinations of the following, bu

Re: [EMAIL PROTECTED] How to avoid the duplication of file?

2006-04-25 Thread Kishore Jalleda
You dont have to create sumbolic links for each file, if you can identify the shared code, then just put all of it in a directory like "/htdocs/common/" , and then create symbolic links in each of the Sites/VH'S that need to access the common directory (since you can create sym links for directorie

[EMAIL PROTECTED] Re: png images are broken with reverse proxy

2006-04-25 Thread Vects
On Tue, 2006-04-25 at 16:40 +0200, Joost de Heer wrote: > Vects wrote: > > Hi there, > > I have a problem with mod_proxy, png images are broken. I found that > > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to > > prevent apache to do that or I need to fix png files? > > Do yo

Re: [EMAIL PROTECTED] mod_access and Client IP's from Load Balancers

2006-04-25 Thread Joost de Heer
Jeff Nokes wrote: > Thanks for the reply! > > Yes, that is correct. > But since I cannot use arbitrary headers, these options aren't viable for > me. Load Balancers should be able to set the X-Forwarded-For header (I know F5 can do it, no idea about NetScaler, but I'm fairly sure it should be poss

[EMAIL PROTECTED] Re: png images are broken with reverse proxy

2006-04-25 Thread Joost de Heer
Vects wrote: > Hi there, > I have a problem with mod_proxy, png images are broken. I found that > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to > prevent apache to do that or I need to fix png files? Do you use output filters? Joost

Re: [EMAIL PROTECTED] png images are broken with reverse proxy

2006-04-25 Thread Vects
On Mon, 2006-04-24 at 17:25 -0400, Joshua Slive wrote: > On 4/24/06, Vects <[EMAIL PROTECTED]> wrote: > > Hi there, > > I have a problem with mod_proxy, png images are broken. I found that > > apache removes '\n\r' (hex 0a0d) from png files. Is there anyway to > > prevent apache to do that or I nee

Re: [EMAIL PROTECTED] Apache 2.2 and Active Directory

2006-04-25 Thread Falko Zurell
Hello *, I finally got a working configuration for Apache 2.2.0 the authenticate against an MS Active Directory Server via mod_authnz_ldap Important is the directive: AuthzLDAPAuthoritative off - snip - LDAPSharedCacheSize

[EMAIL PROTECTED] How to avoid the duplication of file?

2006-04-25 Thread Arnau
Hi all, I have 10 different sites written in php running on linux, each of them is quite big (some of them with more than 1000 scripts). Theses sites share the most part of the scripts, I'd say that more of the 95% of the code is shared among all of them. The problem I have is when I upload

Re: [EMAIL PROTECTED] mod_rewrite block self

2006-04-25 Thread Joshua Slive
On 4/25/06, switch grass <[EMAIL PROTECTED]> wrote: > how would i block my own site from its files? > i can use mod_rewrite to prevent hotlinking from other sites, but when i try > to block myself it doesn't work. > what i am trying to do is use my first site( site1.com) to host images that > only

Re: [EMAIL PROTECTED] proxying on virtual host name

2006-04-25 Thread Krist van Besien
On 4/25/06, Sebastian Reitenbach <[EMAIL PROTECTED]> wrote: > Hi, > > i have one public IP address available, and I want two http hosts behind this > IP. With only one host, I would use virtual hosts, deciding on the used > hostname which site to show the user as the answer. > > So with the firewal

Re: [EMAIL PROTECTED] French characters display as Chinese

2006-04-25 Thread Anthony G. Atkielski
Mark Van Crombrugge writes: > I am hosting a few websites on my server for people learning to develop > websites: the ones in English are fine but the ones in French display the > French accentuated characters as Chinese... > The HTTP document contains content="text/html; charset=iso-8859-1"> in

Re: [EMAIL PROTECTED] French characters display as Chinese

2006-04-25 Thread Krist van Besien
On 4/25/06, Mark Van Crombrugge <[EMAIL PROTECTED]> wrote: > > I am hosting a few websites on my server for people learning to develop > websites: the ones in English are fine but the ones in French display the > French accentuated characters as Chinese... > The HTTP document contains content="tex

[EMAIL PROTECTED] French characters display as Chinese

2006-04-25 Thread Mark Van Crombrugge
I am hosting a few websites on my server for people learning to develop websites: the ones in English are fine but the ones in French display the French accentuated characters as Chinese... The HTTP document contains in the header. When I select "View - Encoding - Western European" instead

[EMAIL PROTECTED] proxying on virtual host name

2006-04-25 Thread Sebastian Reitenbach
Hi, i have one public IP address available, and I want two http hosts behind this IP. With only one host, I would use virtual hosts, deciding on the used hostname which site to show the user as the answer. So with the firewall i cannot distinguish for source or destination IP address, as both

RE: [EMAIL PROTECTED] Making Apache 2.2 work with Weblogic 8.1 (both on Solaris 9)

2006-04-25 Thread Oliver.Schaudt
Like the last what i knew from the BEA-Support [a couple of minutes ago is that there doesn't exist a plugin for Apache 2.2 at the moment. For me there are only 2 possibilities: 1. Use 2.0.55 and mod_wl_20.so 2. Use 2.2.0 and mod_proxy_balancer to Weblogic and you can fire a feature request to th