Apache issue - Need help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All,

 

My application is accessing through apache 2.2 -> weblogic 10.3

 

I have a page export to excel icon in a page.

When i click on the page i get a save dialog popup and there is a filename which i need to get. But i get a servletName.xls.

 

But when i access directly from weblogic server it is correct.

I searched google and came to know that there is setting to be done in the conf file, i have done it but no results.

 

<FilesMatch "\.(?i:xls)$">

ForceType application/octet-stream

Header set Content-Disposition attachment

</FilesMatch>

 

other way is

-----------------

<FilesMatch "\.xls$">

ForceType application/octet-stream

Header set Content-Disposition attachment

</FilesMatch>

 

Please let me know the solution.

 

 


Attachment: Apache2.2 File name format.doc
Description: MS-Word document

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux