On Thu, Feb 14, 2008 at 2:21 PM, Andrew2008
<[EMAIL PROTECTED]> wrote:
>
>
>
> Joshua Slive-2 wrote:
> >
> > The problem is almost-certainly that your application is sending the
> > wrong Content-Type header. For instructions on how to look at the
> > header, see:
> > http://wiki.apache.org/h
Joshua Slive-2 wrote:
>
> The problem is almost-certainly that your application is sending the
> wrong Content-Type header. For instructions on how to look at the
> header, see:
> http://wiki.apache.org/httpd/WatchingHttpHeaders
>
> That leaves open the question of WHY the wrong content-type i
On Thu, Feb 14, 2008 at 1:27 PM, Andrew2008
<[EMAIL PROTECTED]> wrote:
>
>
>
> PingBad wrote:
> >
> > Have you tried the DefaultType
> > [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive?
> >
>
> I changed the defaulttype directive but it still does not render correctl
PingBad wrote:
>
> Have you tried the DefaultType
> [http://httpd.apache.org/docs/2.2/en/mod/core.html#defaulttype] directive?
>
I changed the defaulttype directive but it still does not render correctly.
The good news is when I did a view source, it looked like it has all html
elements in
On Thursday 14 February 2008 11:49, Andrew2008 wrote:
> PingBad wrote:
> > What kind of text are you getting? the source code to your application?
> > or just HTML output?
> >
> > If it's the former, ensure the appropriate modules are loaded for
> > whatever language it's written in, as well as the
PingBad wrote:
>
> What kind of text are you getting? the source code to your application? or
> just HTML output?
>
> If it's the former, ensure the appropriate modules are loaded for whatever
> language it's written in, as well as the appropriate handlers. For the
> latter
> scenario, just
On Thursday 14 February 2008 08:55, Andrew2008 wrote:
> My application sent content via XML and reformat via XSL to get HTML. It
> also has javascript for dynamic menu. Right now it does not have render
> correctly on the UI. There's no formatting at all, just text. Maybe apache
> is filtering so
My application sent content via XML and reformat via XSL to get HTML. It
also has javascript for dynamic menu. Right now it does not have render
correctly on the UI. There's no formatting at all, just text. Maybe apache
is filtering something out. Can you let me know how to configure Apache to