Re: [WebDNA] mod_deflate and webdna

This WebDNA talk-list message is from

2017


It keeps the original formatting.
numero = 113663
interpreted = N
texte = 1258 --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Yes, as soon as I add "=E2=80=9C it does not work (no = matter if .dna or .html)=E2=80=A6 So I give up and try again in a few years=E2=80=A6 > Am 15.08.2017 um 05:35 schrieb Stuart Tremain : >=20 > Noah >=20 > If you change the suffix on your .dna pages to .html do you get the = desired result ? >=20 > Just change some of your dynamic pages to .html and see if they work, = if they do then the problem is in your settings, if they don=E2=80=99t = then you have answered your question about dynamic pages. >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 14 Aug 2017, at 19:30, Noah Valley > wrote: >>=20 >> Yes, we just went full circle. >> Somehow mod_deflate does not make the server compress the .dna-files = but it compresses .html-files... >>=20 >> "Either mod_deflate does not work with dynamic pages, or there's = still a bad configuration somewhere=E2=80=9C - exactly my original = question. >> Can someone tell me if mod_deflate does not compress dynamic pages or = help me with my config? What am I missing? >>=20 >> ********** >> server.modules =3D ( >> =E2=80=A6 >> =E2=80=9Emod_deflate=E2=80=9C, >> ... >> ) >>=20 >> ... >>=20 >> mimetype.assign =3D ( >> =E2=80=A6 >> ".dna" =3D>  "text/html", >> =E2=80=A6 >> ) >>=20 >> =E2=80=A6 >>=20 >> deflate.mimetypes =3D ("text/html", "text/plain", "text/css", = "text/javascript", "text/xml") >> deflate.allowed-encodings =3D ( "bzip2", "gzip", "deflate" ) >> deflate.max-compress-size =3D 131072 >> deflate.min-compress-size =3D 256 >> deflate.compression-level =3D 9 >> deflate.work-block-size =3D 2048 >>=20 >> ********** >>=20 >> Thanks... >>=20 >>=20 >>> Am 09.08.2017 um 20:45 schrieb Kenneth Grome = >: >>>=20 >>>> ... both normal 200 response codes. >>>=20 >>> My test did not produce a normal 200 response code for test.html. >>> When I compared them, test.html sent these two GET headers which >>> test.dna did not send: >>>=20 >>> If-Modified-Since: Wed, 09 Aug 2017 13:31:36 GMT >>> If-None-Match: "3057404114-gzip" >>>=20 >>> Also the HTTP header for test.html was: >>>=20 >>> HTTP/1.1 304 Not Modified >>>=20 >>> ... and these other response headers for test.html were absent >>> from test.dna: >>>=20 >>> Accept-Ranges: bytes >>>=20 >>> Etag: "3057404114-gzip" >>>=20 >>> Last-Modified: Wed, 09 Aug 2017 13:31:36 GMT >>>=20 >>> Vary: Accept-Encoding >>>=20 >>> Bottom line: Either mod_deflate does not work with dynamic pages, >>> or there's still a bad configuration somewhere. >>>=20 >>> Regards, >>> Kenneth Grome >>> WebDNA Solutions >>> http://www.webdnasolutions.com >>> Web Database Systems and Linux Server Administration >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list talk@webdna.us >>> To unsubscribe, E-mail to: talk-leave@webdna.us >>> archives: http://www.webdna.us/page.dna?numero=3D55 >>> Bug Reporting: support@webdna.us >>=20 >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list talk@webdna.us >> To unsubscribe, E-mail to: talk-leave@webdna.us = >> archives: http://www.webdna.us/page.dna?numero=3D55 = >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Yes, as soon as I add "<!HAS_WEBDNA_TAGS>=E2=80=9C it = does not work (no matter if .dna or .html)=E2=80=A6
So I = give up and try again in a few years=E2=80=A6



Am = 15.08.2017 um 05:35 schrieb Stuart Tremain <webdna@idfk.com.au>:

Noah

If you change the suffix = on your .dna pages to .html do you get the desired result ?

Just change some of your = dynamic pages to .html and see if they work, if they do then the problem = is in your settings, if they don=E2=80=99t then you have answered your = question about dynamic pages.


Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






On 14 Aug 2017, at 19:30, Noah Valley <valley@mac-web.ch> = wrote:

Yes, we just went full circle.
Somehow = mod_deflate does not make the server compress the .dna-files but it = compresses .html-files...

"Either = mod_deflate does not work with dynamic pages, or there's still a bad = configuration somewhere=E2=80=9C - exactly my original question.
Can someone tell me if mod_deflate does not compress dynamic = pages or help me with my config? What am I missing?

**********
server.modules =3D (
=E2=80=A6
=E2=80=9Emod_deflate=E2=80=9C,
...
)

...

mimetype.assign =             =3D= (
=E2=80=A6
".dna" =      =3D>   "text/html",
=E2=80=A6
)

=E2=80=A6=

deflate.mimetypes =3D ("text/html", = "text/plain", "text/css", "text/javascript", "text/xml")
deflate.allowed-encodings =3D ( "bzip2", "gzip", "deflate" = )
deflate.max-compress-size =3D 131072
deflate.min-compress-size =3D 256
deflate.compression-level =3D 9
deflate.work-block-size =3D 2048

**********

Thanks...


Am 09.08.2017 um 20:45 schrieb Kenneth Grome <ken@webdnasolutions.com>:

... both normal 200 = response codes.

My test did = not produce a normal 200 response code for test.html.
When = I compared them, test.html sent these two GET headers which
test.dna did not send:

If-Modified-Since: Wed, 09 Aug 2017 13:31:36 GMT
If-None-Match: "3057404114-gzip"

Also the HTTP header for test.html was:

HTTP/1.1 304 Not Modified

... = and these other response headers for test.html were absent
from test.dna:

Accept-Ranges: = bytes

Etag: "3057404114-gzip"

Last-Modified: Wed, 09 Aug 2017 13:31:36 = GMT

Vary: Accept-Encoding

Bottom line:  Either mod_deflate does not work with = dynamic pages,
or there's still a bad configuration = somewhere.

Regards,
Kenneth = Grome
WebDNA Solutions
http://www.webdnasolutions.com
Web Database = Systems and Linux Server Administration


---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: = talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug= Reporting: support@webdna.us


---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: = talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug= Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] mod_deflate and webdna (Donovan Brooke 2017)
  2. Re: [WebDNA] mod_deflate and webdna (Donovan Brooke 2017)
  3. Re: [WebDNA] mod_deflate and webdna (Kenneth Grome 2017)
  4. Re: [WebDNA] mod_deflate and webdna (christophe.billiottet@webdna.us 2017)
  5. Re: [WebDNA] mod_deflate and webdna (Noah Valley 2017)
  6. Re: [WebDNA] mod_deflate and webdna (Stuart Tremain 2017)
  7. Re: [WebDNA] mod_deflate and webdna (Noah Valley 2017)
  8. Re: [WebDNA] mod_deflate and webdna (Kenneth Grome 2017)
  9. Re: [WebDNA] mod_deflate and webdna (Noah Valley 2017)
  10. Re: [WebDNA] mod_deflate and webdna (Kenneth Grome 2017)
  11. [WebDNA] mod_deflate and webdna (Noah Valley 2017)
1258 --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Yes, as soon as I add "=E2=80=9C it does not work (no = matter if .dna or .html)=E2=80=A6 So I give up and try again in a few years=E2=80=A6 > Am 15.08.2017 um 05:35 schrieb Stuart Tremain : >=20 > Noah >=20 > If you change the suffix on your .dna pages to .html do you get the = desired result ? >=20 > Just change some of your dynamic pages to .html and see if they work, = if they do then the problem is in your settings, if they don=E2=80=99t = then you have answered your question about dynamic pages. >=20 >=20 > Kind regards >=20 > Stuart Tremain > Pharoah Lane Software > AUSTRALIA > webdna@idfk.com.au >=20 >=20 >=20 >=20 >=20 >=20 >> On 14 Aug 2017, at 19:30, Noah Valley > wrote: >>=20 >> Yes, we just went full circle. >> Somehow mod_deflate does not make the server compress the .dna-files = but it compresses .html-files... >>=20 >> "Either mod_deflate does not work with dynamic pages, or there's = still a bad configuration somewhere=E2=80=9C - exactly my original = question. >> Can someone tell me if mod_deflate does not compress dynamic pages or = help me with my config? What am I missing? >>=20 >> ********** >> server.modules =3D ( >> =E2=80=A6 >> =E2=80=9Emod_deflate=E2=80=9C, >> ... >> ) >>=20 >> ... >>=20 >> mimetype.assign =3D ( >> =E2=80=A6 >> ".dna" =3D>  "text/html", >> =E2=80=A6 >> ) >>=20 >> =E2=80=A6 >>=20 >> deflate.mimetypes =3D ("text/html", "text/plain", "text/css", = "text/javascript", "text/xml") >> deflate.allowed-encodings =3D ( "bzip2", "gzip", "deflate" ) >> deflate.max-compress-size =3D 131072 >> deflate.min-compress-size =3D 256 >> deflate.compression-level =3D 9 >> deflate.work-block-size =3D 2048 >>=20 >> ********** >>=20 >> Thanks... >>=20 >>=20 >>> Am 09.08.2017 um 20:45 schrieb Kenneth Grome = >: >>>=20 >>>> ... both normal 200 response codes. >>>=20 >>> My test did not produce a normal 200 response code for test.html. >>> When I compared them, test.html sent these two GET headers which >>> test.dna did not send: >>>=20 >>> If-Modified-Since: Wed, 09 Aug 2017 13:31:36 GMT >>> If-None-Match: "3057404114-gzip" >>>=20 >>> Also the HTTP header for test.html was: >>>=20 >>> HTTP/1.1 304 Not Modified >>>=20 >>> ... and these other response headers for test.html were absent >>> from test.dna: >>>=20 >>> Accept-Ranges: bytes >>>=20 >>> Etag: "3057404114-gzip" >>>=20 >>> Last-Modified: Wed, 09 Aug 2017 13:31:36 GMT >>>=20 >>> Vary: Accept-Encoding >>>=20 >>> Bottom line: Either mod_deflate does not work with dynamic pages, >>> or there's still a bad configuration somewhere. >>>=20 >>> Regards, >>> Kenneth Grome >>> WebDNA Solutions >>> http://www.webdnasolutions.com >>> Web Database Systems and Linux Server Administration >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list talk@webdna.us >>> To unsubscribe, E-mail to: talk-leave@webdna.us >>> archives: http://www.webdna.us/page.dna?numero=3D55 >>> Bug Reporting: support@webdna.us >>=20 >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list talk@webdna.us >> To unsubscribe, E-mail to: talk-leave@webdna.us = >> archives: http://www.webdna.us/page.dna?numero=3D55 = >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 Yes, as soon as I add "<!HAS_WEBDNA_TAGS>=E2=80=9C it = does not work (no matter if .dna or .html)=E2=80=A6
So I = give up and try again in a few years=E2=80=A6



Am = 15.08.2017 um 05:35 schrieb Stuart Tremain <webdna@idfk.com.au>:

Noah

If you change the suffix = on your .dna pages to .html do you get the desired result ?

Just change some of your = dynamic pages to .html and see if they work, if they do then the problem = is in your settings, if they don=E2=80=99t then you have answered your = question about dynamic pages.


Kind regards

Stuart Tremain
Pharoah Lane = Software
AUSTRALIA






On 14 Aug 2017, at 19:30, Noah Valley <valley@mac-web.ch> = wrote:

Yes, we just went full circle.
Somehow = mod_deflate does not make the server compress the .dna-files but it = compresses .html-files...

"Either = mod_deflate does not work with dynamic pages, or there's still a bad = configuration somewhere=E2=80=9C - exactly my original question.
Can someone tell me if mod_deflate does not compress dynamic = pages or help me with my config? What am I missing?

**********
server.modules =3D (
=E2=80=A6
=E2=80=9Emod_deflate=E2=80=9C,
...
)

...

mimetype.assign =             =3D= (
=E2=80=A6
".dna" =      =3D>   "text/html",
=E2=80=A6
)

=E2=80=A6=

deflate.mimetypes =3D ("text/html", = "text/plain", "text/css", "text/javascript", "text/xml")
deflate.allowed-encodings =3D ( "bzip2", "gzip", "deflate" = )
deflate.max-compress-size =3D 131072
deflate.min-compress-size =3D 256
deflate.compression-level =3D 9
deflate.work-block-size =3D 2048

**********

Thanks...


Am 09.08.2017 um 20:45 schrieb Kenneth Grome <ken@webdnasolutions.com>:

... both normal 200 = response codes.

My test did = not produce a normal 200 response code for test.html.
When = I compared them, test.html sent these two GET headers which
test.dna did not send:

If-Modified-Since: Wed, 09 Aug 2017 13:31:36 GMT
If-None-Match: "3057404114-gzip"

Also the HTTP header for test.html was:

HTTP/1.1 304 Not Modified

... = and these other response headers for test.html were absent
from test.dna:

Accept-Ranges: = bytes

Etag: "3057404114-gzip"

Last-Modified: Wed, 09 Aug 2017 13:31:36 = GMT

Vary: Accept-Encoding

Bottom line:  Either mod_deflate does not work with = dynamic pages,
or there's still a bad configuration = somewhere.

Regards,
Kenneth = Grome
WebDNA Solutions
http://www.webdnasolutions.com
Web Database = Systems and Linux Server Administration


---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: = talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug= Reporting: support@webdna.us


---------------------------------------------------------
This message is sent to you because you are subscribed to
the mailing list talk@webdna.us
To unsubscribe, E-mail to: = talk-leave@webdna.us
archives: http://www.webdna.us/page.dna?numero=3D55
Bug= Reporting: support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us

= --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us --Apple-Mail=_BE487AD5-96C0-43C1-9DAF-E5DF7B8DF8C7-- . Noah Valley

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

RequiredFields template (1997) E-mailer error codes (1997) DON'T use old cart file! (1997) [OT] Who's got a cool link (2002) E-mailer error codes (1997) Thanks and more help please? (2001) Checkboxes on forms?? (1998) New Guestbook Source (1997) Include files (1998) Linux vs Jaguar (OSX) (2002) [BoldWords] WebCat.acgib15Mac (1997) Odd [math] behaviour (2003) WebCat Classes (2000) [WebDNA] WebDNA in a [TEXT] variable (2013) WebCatalog 2.1b4/Mac available (1997) Multiple fields on 1 input (1997) Sale on wholesale programming services ... (2006) Problems with ^ could be solved with [REPLACE CHARACTERS] (1997) Cookies and webcat (1997) Users.db permissions (2002)