RE: [EMAIL PROTECTED] Powerpoint slideshows are gibberish

2008-03-25 Thread Carl Carpenter
OK. That did it. Never had to use that before and certainly didn't know to look in MIME. Thank you very much. Carl Carpenter IT Manager Hill Country Community MHMR Center (830)258-5414 > -Original Message- > From: Dragon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2008 4:01

Re: [EMAIL PROTECTED] Powerpoint slideshows are gibberish

2008-03-25 Thread Dragon
Carl Carpenter wrote: I just brought up an Apache2 webserver on Fedora Core 6. Copied the content from my old Apache 1.3 server and thought it was working fine. Then someone clicked on a PowerPoint slideshow file (.pps) and received a screen full of gibberish instead of the option to open the f

[EMAIL PROTECTED] Powerpoint slideshows are gibberish

2008-03-25 Thread Carl Carpenter
I just brought up an Apache2 webserver on Fedora Core 6. Copied the content from my old Apache 1.3 server and thought it was working fine. Then someone clicked on a PowerPoint slideshow file (.pps) and received a screen full of gibberish instead of the option to open the file in PowerPoint. Can

[EMAIL PROTECTED] apache2.2 is not running in browser

2008-03-25 Thread Mamta Singh
Hi, I have apache 1.3 and apache 2.2 on my Debian linux server. When i start apache 1.3, I can run apache in the browse too. But, when I start apache 2.2successfully it does no run in browser and also does not give any error. Why it is so??

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 10:18:07 Melanie Pfefer wrote: > hello > > the page property is when I right-click on the IE page > and click on "page property" > > from a linux server: > Content-Type: text/plain > > I suspect that some configuration is overriding this > AddType. Could it be that cause

Re: [EMAIL PROTECTED] mod_include and mod_deflate interaction with virtual ssi includes

2008-03-25 Thread Nick Kew
On Tue, 25 Mar 2008 15:08:32 + "Paul Nasrat" <[EMAIL PROTECTED]> wrote: > > Ouch! That rings a bell, and indeed there's a very old > > bug report still open: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=17629 > > Yeah, I had seen that bug I wasn't sure that it was the same with t

Re: [EMAIL PROTECTED] mod_include and mod_deflate interaction with virtual ssi includes

2008-03-25 Thread Paul Nasrat
On 25/03/2008, Nick Kew <[EMAIL PROTECTED]> wrote: > On Tue, 25 Mar 2008 14:36:35 + > "Paul Nasrat" <[EMAIL PROTECTED]> wrote: > > > I've noticed an issue with using mod_include virtual includes and > > mod_deflate on 2.2.8. > > > Ouch! That rings a bell, and indeed there's a very old > bu

Re: [EMAIL PROTECTED] mod_include and mod_deflate interaction with virtual ssi includes

2008-03-25 Thread Nick Kew
On Tue, 25 Mar 2008 14:36:35 + "Paul Nasrat" <[EMAIL PROTECTED]> wrote: > I've noticed an issue with using mod_include virtual includes and > mod_deflate on 2.2.8. Ouch! That rings a bell, and indeed there's a very old bug report still open: https://issues.apache.org/bugzilla/show_bug.cgi?id

[EMAIL PROTECTED] mod_include and mod_deflate interaction with virtual ssi includes

2008-03-25 Thread Paul Nasrat
I've noticed an issue with using mod_include virtual includes and mod_deflate on 2.2.8. I've paired down a reproducer: Setup - fresh install of Apache 2.2.8 built using --enable-layout=Apache --enable-deflate Using attached httpd.conf (changes Listen, enables compression and includes) mkdir /u

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
hello the page property is when I right-click on the IE page and click on "page property" from a linux server: Content-Type: text/plain I suspect that some configuration is overriding this AddType. Could it be that cause? thanks --- Scott Courtney <[EMAIL PROTECTED]> wrote: > On Tuesday 25 Ma

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 09:55:16 Melanie Pfefer wrote: > the page property is Firefox Document (should be xml > document) I'm not sure what you mean by the "page property". Have you looked at the HTTP response headers to see what's actually being sent down to your system? If you just ask the brow

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
Hi Scott and thanks for your reply. Even with only third parameter AddType application/xml .xml the page property is Firefox Document (should be xml document) thanks --- Scott Courtney <[EMAIL PROTECTED]> wrote: > On Tuesday 25 March 2008 08:06:38 Melanie Pfefer > wrote: > >     AddType text/ht

Re: [EMAIL PROTECTED] Problems building on Redhat (openssl conflict)

2008-03-25 Thread John P. Dodge
On Sat, 22 Mar 2008 [EMAIL PROTECTED] wrote: > Hi, > > I am trying to build an SSL-enabled Apache 2.2.8 on a Redhat 4 system, but am > running into a problem. > > The problem is that for some reason, there is already an older (0.9.7a-43.16) > version of openssl on the machine, but no openssl-dev

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Scott Courtney
On Tuesday 25 March 2008 08:06:38 Melanie Pfefer wrote: >     AddType text/html .xml > AddType text/xml .xml > AddType application/xml .xml Someone correct me if I'm wrong, but I believe this is going to cause ambiguity. Apache can't send down three Content-type headers for one file. You probably

Re: [EMAIL PROTECTED] Handle html as php only in one directory

2008-03-25 Thread Mathew
This is the way the user has added her configuration information to .htaccess: Action authorize authorize.php AddHandler authorize .html I'm guessing that AddHandler should be above Action but I don't know if that matters. I also don't know if there needs to be some mention of the php module.

Re: [EMAIL PROTECTED] xml

2008-03-25 Thread Melanie Pfefer
I have now AddType text/html .xml AddType text/xml .xml AddType application/xml .xml still the browser does not recognize the page as xml: text/plain even on firefox. thanks. --- Dragon <[EMAIL PROTECTED]> wrote: > Melanie Pfefer wrote: > >hello > > > >I added this to the conf file: > >

[EMAIL PROTECTED] How can i know :- how many requests are being served by any configured worker in loadbalancing environment (using mod_proxy_loadbalancer)

2008-03-25 Thread Narendra Verma
Hi experts, I am using mod_proxy_balancer for connecting/balancing app servers (tomcats), And I also configured '/balancer-manager' to know general information related to these workers. Now what I need that how many requests are being served currently by any tomcat that is like a balancer

[EMAIL PROTECTED] How can i bound an web application route to sepecific worker when mod_proxy_balaner is used.

2008-03-25 Thread Narendra Verma
Hi all, I have configuration like ServerName 192.168.99.29:1100 BalancerMember ajp://192.168.98.62:11009 route=tomcat2 loadfactor=1 BalancerMember ajp://192.168.96.181:12009 route=tomcat1 loadfactor=1 ProxyPass balance