Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work -

This WebDNA talk-list message is from

2018


It keeps the original formatting.
numero = 114076
interpreted = N
texte = 1678 --Apple-Mail=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I hear you loud and clear and I will try it out as well. But I need some = easy (UI) way to start/stop the Apache which is not CLI /Palle > On 15 Mar 2018, at 03.19, Brian Harrington = wrote: >=20 > also... u DON'T need MAMP!!! >=20 > apache is right there to edit manually!!! shift command g > folder /private > then open etc folder or go directly to it /etc > inside etc is apache2 folder... > GUI's from my exp don't work on mac regardless what THEY tell you!!! >=20 >=20 > On Thu, Mar 15, 2018 at 2:09 AM, Brian Harrington = > wrote: > if u gonna run SSL"s... I create index on file index.tpl and create = files index.htm & index.html and put [include file=3Dindex.tpl] as u = will not b able to use the same file name in vhost an sslhost.... >=20 > On Thu, Mar 15, 2018 at 2:02 AM, Brian Harrington = > wrote: > why r u moving things around and why r u using index.dna makes no = sense to me... u r just creating problems! >=20 > On Thu, Mar 15, 2018 at 1:58 AM, Brian Harrington = > wrote: > u need to set .dna in webdna .config and prefs >=20 > ValidTemplateExtensions.html .htm .tpl .dna .txt >=20 > AddHandler webcatalog2-handler .html .htm .tpl .dna .txt >=20 > apache... > > DirectoryIndex index.html index.htm index.tpl > >=20 > note i don't use .dna LOL so not in apache but u will need to add = it.... >=20 > On Wed, Mar 14, 2018 at 6:07 PM, Palle Bo Nielsen = > wrote: > Hi all >=20 > This is a new thread with a mission to get WebDNA to work with MAMP = Pro. >=20 > Prerequisites=E2=80=A6: >=20 > - MacOS High Sierra 10.13.3 (not running "Apple Server App=E2=80=9D) > - WebDNA Server 8.5.1 > - MAMP Pro 4.4.1 >=20 >=20 > DIRECTORIES > =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 >=20 > o MAMP Location: > /Applications/MAMP/ >=20 > o Site Root: > /Applications/MAMP/htdocs/ >=20 > o WebDNA: > /Applications/MAMP/htdocs/WebCatalog > /Applications/MAMP/htdocs/WebDNA > /Applications/MAMP/cgi-bin/WebCatalogEngine >=20 > o Apache: > /Applications/MAMP/conf/apache/ >=20 >=20 > APACHE CONFIGURATION > =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94= =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 >=20 > /Applications/MAMP/conf/apache/httpd.conf >=20 > Added the following=E2=80=A6 > Include /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf >=20 > Within the webdna.conf file which is located here, i... > /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf >=20 > =E2=80=A6I modified the path to the WebDNA module > LoadModule webcatalog2_module = /Applications/MAMP/cgi-bin/WebCatalogEngine/mod_WebDNA_apache2.4.so = >=20 > Within this directory I create an index.dna file to test if WebDNA = parses > /Applications/MAMP/htdocs/index.dna >=20 > When trying to load the following on my local network it fails. = Actually it downloads the index.dna file in stead of parsing it. > 192.168.1.144/index.dna >=20 > Doing the same with a normal index.html with no WebDNA expectations = (just a plain html) it loads just fine. >=20 >=20 > I am missing something. Any clue out there. >=20 > /Palle >=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 >=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 --Apple-Mail=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I hear you loud and clear and I will try it out as well. But = I need some easy (UI) way to start/stop the Apache which is not = CLI

/Palle



On 15 Mar 2018, at 03.19, Brian Harrington <autoglasswny@gmail.com> wrote:

also... u DON'T need MAMP!!!

apache is right there to edit = manually!!!  shift command g
folder /private
then open etc = folder or go directly to it /etc
inside etc = is apache2 folder...
GUI's from my exp don't work = on mac regardless what THEY tell you!!!


On Thu, Mar 15, 2018 at 2:09 AM, = Brian Harrington <autoglasswny@gmail.com> wrote:
if u gonna run SSL"s... I create index on file index.tpl and = create files index.htm & index.html and put [include file=3Dindex.tpl]= as u will not b able to use the same file name in vhost an = sslhost....

On Thu, = Mar 15, 2018 at 2:02 AM, Brian Harrington <autoglasswny@gmail.com> wrote:
why r u moving things around and why r u using index.dna = makes no sense to me... u r just creating problems!

On Thu, Mar 15, 2018 at 1:58 AM, = Brian Harrington <autoglasswny@gmail.com> wrote:
u need to set .dna in webdna .config and prefs

ValidTemplateExtensions.html = ..htm .tpl .dna .txt

AddHandler webcatalog2-handler .html = ..htm .tpl .dna .txt

apache...
<IfModule dir_module>
  =   DirectoryIndex index.html index.htm index.tpl
</IfModule>

note i don't use .dna LOL so not in = apache but u will need to add it....

On Wed, = Mar 14, 2018 at 6:07 PM, Palle Bo Nielsen <powerpalle@powerpalle.dk> = wrote:
Hi all

This is a new thread with a mission to get WebDNA to work with MAMP = Pro.

Prerequisites=E2=80=A6:

- MacOS High Sierra 10.13.3 (not running "Apple Server App=E2=80=9D)
- WebDNA Server 8.5.1
- MAMP Pro 4.4.1


DIRECTORIES
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94

o MAMP Location:
/Applications/MAMP/

o Site Root:
/Applications/MAMP/htdocs/

o WebDNA:
/Applications/MAMP/htdocs/WebCatalog
/Applications/MAMP/htdocs/WebDNA
/Applications/MAMP/cgi-bin/WebCatalogEngine
=
o Apache:
/Applications/MAMP/conf/apache/


APACHE CONFIGURATION
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94

/Applications/MAMP/conf/apache/httpd.conf

Added the following=E2=80=A6
Include /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf

Within the webdna.conf file which is located here, i...
/Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf
=E2=80=A6I modified the path to the WebDNA module
LoadModule webcatalog2_module  =  /Applications/MAMP/cgi-bin/WebCatalogEngine/mod_WebDNA_apache2.4.so

Within this directory I create an index.dna file to test if WebDNA = parses
/Applications/MAMP/htdocs/index.dna

When trying to load the following on my local network it fails. Actually = it downloads the index.dna file in stead of parsing it.
192.168.1.144/index.dna

Doing the same with a normal index.html with no WebDNA expectations = (just a plain html) it loads just fine.


I am missing something. Any clue out there.

/Palle


---------------------------------------------------------
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=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Paul Willis 2018)
  2. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Paul Willis 2018)
  3. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  4. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  5. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  6. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  7. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Paul Willis 2018)
  8. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  9. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  10. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  11. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  12. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Paul Willis 2018)
  13. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  14. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  15. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  16. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - assistance needed (christophe.billiottet@webdna.us 2018)
  17. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  18. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Michael Davis 2018)
  19. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  20. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  21. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  22. [BULK] Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - assistance needed (Palle Bo Nielsen 2018)
  23. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Michael Davis 2018)
  24. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  25. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  26. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  27. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  28. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  29. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  30. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  31. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  32. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Stuart Tremain 2018)
  33. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  34. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Michael Davis 2018)
  35. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  36. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Palle Bo Nielsen 2018)
  37. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  38. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  39. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  40. Re: [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - (Brian Harrington 2018)
  41. [WebDNA] An actual attempt to get WebDNA and MAMP Pro to work - assistance (Palle Bo Nielsen 2018)
1678 --Apple-Mail=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I hear you loud and clear and I will try it out as well. But I need some = easy (UI) way to start/stop the Apache which is not CLI /Palle > On 15 Mar 2018, at 03.19, Brian Harrington = wrote: >=20 > also... u DON'T need MAMP!!! >=20 > apache is right there to edit manually!!! shift command g > folder /private > then open etc folder or go directly to it /etc > inside etc is apache2 folder... > GUI's from my exp don't work on mac regardless what THEY tell you!!! >=20 >=20 > On Thu, Mar 15, 2018 at 2:09 AM, Brian Harrington = > wrote: > if u gonna run SSL"s... I create index on file index.tpl and create = files index.htm & index.html and put [include file=3Dindex.tpl] as u = will not b able to use the same file name in vhost an sslhost.... >=20 > On Thu, Mar 15, 2018 at 2:02 AM, Brian Harrington = > wrote: > why r u moving things around and why r u using index.dna makes no = sense to me... u r just creating problems! >=20 > On Thu, Mar 15, 2018 at 1:58 AM, Brian Harrington = > wrote: > u need to set .dna in webdna .config and prefs >=20 > ValidTemplateExtensions.html .htm .tpl .dna .txt >=20 > AddHandler webcatalog2-handler .html .htm .tpl .dna .txt >=20 > apache... > > DirectoryIndex index.html index.htm index.tpl > >=20 > note i don't use .dna LOL so not in apache but u will need to add = it.... >=20 > On Wed, Mar 14, 2018 at 6:07 PM, Palle Bo Nielsen = > wrote: > Hi all >=20 > This is a new thread with a mission to get WebDNA to work with MAMP = Pro. >=20 > Prerequisites=E2=80=A6: >=20 > - MacOS High Sierra 10.13.3 (not running "Apple Server App=E2=80=9D) > - WebDNA Server 8.5.1 > - MAMP Pro 4.4.1 >=20 >=20 > DIRECTORIES > =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 >=20 > o MAMP Location: > /Applications/MAMP/ >=20 > o Site Root: > /Applications/MAMP/htdocs/ >=20 > o WebDNA: > /Applications/MAMP/htdocs/WebCatalog > /Applications/MAMP/htdocs/WebDNA > /Applications/MAMP/cgi-bin/WebCatalogEngine >=20 > o Apache: > /Applications/MAMP/conf/apache/ >=20 >=20 > APACHE CONFIGURATION > =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94= =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 >=20 > /Applications/MAMP/conf/apache/httpd.conf >=20 > Added the following=E2=80=A6 > Include /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf >=20 > Within the webdna.conf file which is located here, i... > /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf >=20 > =E2=80=A6I modified the path to the WebDNA module > LoadModule webcatalog2_module = /Applications/MAMP/cgi-bin/WebCatalogEngine/mod_WebDNA_apache2.4.so = >=20 > Within this directory I create an index.dna file to test if WebDNA = parses > /Applications/MAMP/htdocs/index.dna >=20 > When trying to load the following on my local network it fails. = Actually it downloads the index.dna file in stead of parsing it. > 192.168.1.144/index.dna >=20 > Doing the same with a normal index.html with no WebDNA expectations = (just a plain html) it loads just fine. >=20 >=20 > I am missing something. Any clue out there. >=20 > /Palle >=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 >=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 --Apple-Mail=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8
I hear you loud and clear and I will try it out as well. But = I need some easy (UI) way to start/stop the Apache which is not = CLI

/Palle



On 15 Mar 2018, at 03.19, Brian Harrington <autoglasswny@gmail.com> wrote:

also... u DON'T need MAMP!!!

apache is right there to edit = manually!!!  shift command g
folder /private
then open etc = folder or go directly to it /etc
inside etc = is apache2 folder...
GUI's from my exp don't work = on mac regardless what THEY tell you!!!


On Thu, Mar 15, 2018 at 2:09 AM, = Brian Harrington <autoglasswny@gmail.com> wrote:
if u gonna run SSL"s... I create index on file index.tpl and = create files index.htm & index.html and put [include file=3Dindex.tpl]= as u will not b able to use the same file name in vhost an = sslhost....

On Thu, = Mar 15, 2018 at 2:02 AM, Brian Harrington <autoglasswny@gmail.com> wrote:
why r u moving things around and why r u using index.dna = makes no sense to me... u r just creating problems!

On Thu, Mar 15, 2018 at 1:58 AM, = Brian Harrington <autoglasswny@gmail.com> wrote:
u need to set .dna in webdna .config and prefs

ValidTemplateExtensions.html = ..htm .tpl .dna .txt

AddHandler webcatalog2-handler .html = ..htm .tpl .dna .txt

apache...
<IfModule dir_module>
  =   DirectoryIndex index.html index.htm index.tpl
</IfModule>

note i don't use .dna LOL so not in = apache but u will need to add it....

On Wed, = Mar 14, 2018 at 6:07 PM, Palle Bo Nielsen <powerpalle@powerpalle.dk> = wrote:
Hi all

This is a new thread with a mission to get WebDNA to work with MAMP = Pro.

Prerequisites=E2=80=A6:

- MacOS High Sierra 10.13.3 (not running "Apple Server App=E2=80=9D)
- WebDNA Server 8.5.1
- MAMP Pro 4.4.1


DIRECTORIES
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94

o MAMP Location:
/Applications/MAMP/

o Site Root:
/Applications/MAMP/htdocs/

o WebDNA:
/Applications/MAMP/htdocs/WebCatalog
/Applications/MAMP/htdocs/WebDNA
/Applications/MAMP/cgi-bin/WebCatalogEngine
=
o Apache:
/Applications/MAMP/conf/apache/


APACHE CONFIGURATION
=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94

/Applications/MAMP/conf/apache/httpd.conf

Added the following=E2=80=A6
Include /Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf

Within the webdna.conf file which is located here, i...
/Applications/MAMP/cgi-bin/WebCatalogEngine/webdna.conf
=E2=80=A6I modified the path to the WebDNA module
LoadModule webcatalog2_module  =  /Applications/MAMP/cgi-bin/WebCatalogEngine/mod_WebDNA_apache2.4.so

Within this directory I create an index.dna file to test if WebDNA = parses
/Applications/MAMP/htdocs/index.dna

When trying to load the following on my local network it fails. Actually = it downloads the index.dna file in stead of parsing it.
192.168.1.144/index.dna

Doing the same with a normal index.html with no WebDNA expectations = (just a plain html) it loads just fine.


I am missing something. Any clue out there.

/Palle


---------------------------------------------------------
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=_906A1FFE-61C4-4991-B5A8-FFAAB5DDB553-- . Palle Bo Nielsen

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:

Pull Down Search (2000) form data submission gets truncated (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) FORMS: Returning a specific page (1997) Unzip (2005) Interfacing WebMerchant to www.fedex.com (1997) Problems with dbcatalog.exe (1997) Error & Problem (1997) WebCat & Liststar ... & Rumpus, too! (1997) Domain serial issue (2008) version 2 for NT (1997) [WebDNA] I need a newbie installation primer (2011) Re:Searching for ALL / empty form field (1997) show all problem (1997) [WebDNA] Rewrite url (2013) SEARCH RESULTS (1998) [shownext] and descending order (1997) How To question on setting up downloads (1997) Email (2000) Email (2000)