JSON problem ?

#1
Hello,

I have server has been build apache with mod_php. Installed litespeed 4.1.7 std.

I have 1 magento website, and use json and it works ok on Chrome, but no on Firefox :

Response Headers

Server Apache/2.2.3 (CentOS)
Content-Length 53
Content-Type application/x-json

Content-Type text/html; charset=UTF-8
Content-Length 53
Server LiteSpeed

I added json = application/json to mime.properties but no luck.

Is there litespeed not support json application ?

Regards,

OS : Centos 5.6
Apache : 2.2.3
PHP : 5.3.8
 

webizen

Well-Known Member
#2
you mean 'json=application/x-json'? lsws should send content-type header once defined. make sure restart the service to make it effective.
 
Top