Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: what version of Apache server support html5 ? |
|
Author |
|
mlotfi
Joined: 06 Feb 2015 Posts: 2 Location: US, Boston
|
Posted: Fri 06 Feb '15 17:10 Post subject: what version of Apache server support html5 ? |
|
|
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 :
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.
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 06 Feb '15 18:12 Post subject: |
|
|
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: 59
|
Posted: Wed 11 Feb '15 15:43 Post subject: |
|
|
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
|
Posted: Wed 11 Feb '15 16:20 Post subject: |
|
|
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 |
|
|
|
|
|
|