Re: [users@httpd] URL redirect in tomcat

2013-05-11 Thread Igor Cicimov
> Can anyone tell me how to redirect URL in tomcat. I want to redirect / to /arsys. Please help me. > Search for UrlRewriteFilter

[users@httpd] Re: File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
On Sat, 11 May 2013 12:45:53 +0100, Pete Houston wrote: >On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote: >> Since the data being transferred to FireFox looks exactly like what is >> being used when I open the file directly in FireFox, why does FireFox >> not display it in the same wa

Re: [users@httpd] URL redirect in tomcat

2013-05-11 Thread Eric Covener
On Sat, May 11, 2013 at 11:03 AM, wrote: > Hi, > > Can anyone tell me how to redirect URL in tomcat. I want to redirect / to > /arsys. Please help me. Ask on a tomcat list. Or search the web. - To unsubscribe, e-mail: users-uns

[users@httpd] URL redirect in tomcat

2013-05-11 Thread vitthal.tcs
Hi, Can anyone tell me how to redirect URL in tomcat. I want to redirect / to /arsys. Please help me. vitthal "This e-Mail may contain pr

Re: [users@httpd] Re: File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Pete Houston
On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote: > Since the data being transferred to FireFox looks exactly like what is > being used when I open the file directly in FireFox, why does FireFox > not display it in the same way? When you open the file directly from the filesystem, there

[users@httpd] Re: File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
On Sat, 11 May 2013 11:18:12 +0200, David Ecker wrote: >See http://httpd.apache.org/docs/current/mod/mod_mime.html > >You are propably using a wrong mime type which is set by apache based on >the file extension. > >bye >David > Since the data being transferred to FireFox looks exactly like what

Re: [users@httpd] File renders differently when opened through Apache or direct, why?

2013-05-11 Thread David Ecker
See http://httpd.apache.org/docs/current/mod/mod_mime.html You are propably using a wrong mime type which is set by apache based on the file extension. bye David Am 11.05.2013 10:58, schrieb Bo Berglund: I have a PHP logging script, which produces a file on the server in a logging directory.

[users@httpd] File renders differently when opened through Apache or direct, why?

2013-05-11 Thread Bo Berglund
I have a PHP logging script, which produces a file on the server in a logging directory. In order to make the file easier to read through a browser I have made the PHP script create each log line as a table row in a table. I let the script write the file header when the logfile is created as follow