Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [babel-dev] HTTP 500 for some Babel RC2 jar files

Thanks, Denis! I verified that I was able to access all the .php.* jars. Problem resolved! Thanks!

Kit Lo
Eclipse Babel Project Lead
IBM Eclipse SDK (IES) Globalization Technical Lead
IBM Rational solution for Collaborative Lifecycle Management (CLM) Globalization Technical Lead


Inactive hide details for Denis Roy ---07/24/2012 01:35:19 PM---Hi Kit, I finally took the time to implement a permanent fix foDenis Roy ---07/24/2012 01:35:19 PM---Hi Kit, I finally took the time to implement a permanent fix for this type of

From: Denis Roy <denis.roy@xxxxxxxxxxx>
To: babel-dev@xxxxxxxxxxx,
Date: 07/24/2012 01:35 PM
Subject: Re: [babel-dev] HTTP 500 for some Babel RC2 jar files
Sent by: babel-dev-bounces@xxxxxxxxxxx





Hi Kit,

I finally took the time to implement a permanent fix for this type of issue, where the PHP handler is being used for .php.* files.

On build.eclipse.org's Apache server config, I commented this line:

       # AddHandler application/x-httpd-php .php

And added this:
       <FilesMatch \.php$>
               SetHandler application/x-httpd-php
       </FilesMatch>

.. as per the Apache docs here:

http://httpd.apache.org/docs/2.2/mod/mod_mime.html#multipleext

PHP scripts and .php.jar files can now coexist.


Denis

On 07/23/2012 09:42 PM, Kit Lo wrote:
_______________________________________________
babel-dev mailing list
babel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/babel-dev

GIF image


Back to the top