logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: what version of Apache server support html5 ?
Author
mlotfi



Joined: 06 Feb 2015
Posts: 2
Location: US, Boston

PostPosted: Fri 06 Feb '15 17:10    Post subject: what version of Apache server support html5 ? Reply with quote

Hi,

I am developping some html code using html5 data attributes, everything working fine locally in my machine, but when I deploy it in Apache server in another machine in the domain, it does not work:

For example my code has :

Code:

<tr id='24' data-one='["string1","string2","stringn"]'
  data-two='["otherstring1","otherstring7","otherstringm"]' >


Apache strip data attributes and the view source code become :

Code:
<tr id='24' >


I don't know what data attributes were striipped from my code .

we are using Apache HTTPD v2.4.3

I talked to the employ responsible of Apache configuration, he told me Apache never support html5, maybe it will in the next version .

Please your help is appreciated.
Question
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Fri 06 Feb '15 18:12    Post subject: Reply with quote

Apache itself has nothing do to with html5 or an older version of html. Apache simply delivers the content.
It might be that your admin installed something on that server to filter the content or what ever.
Back to top
covener



Joined: 23 Nov 2008
Posts: 55

PostPosted: Wed 11 Feb '15 15:43    Post subject: Reply with quote

James Blond wrote:
Apache itself has nothing do to with html5 or an older version of html. Apache simply delivers the content.
It might be that your admin installed something on that server to filter the content or what ever.


maybe mod_proxy_html?
Back to top
mlotfi



Joined: 06 Feb 2015
Posts: 2
Location: US, Boston

PostPosted: Wed 11 Feb '15 16:20    Post subject: Reply with quote

Yes It is mod_proxy_html, don't know why it strip data attributes, any help or tweak to stop that stripping will be appreciated.

Thanks
Back to top


Reply to topic   Topic: what version of Apache server support html5 ? View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner