Re: [WebDNA] What's the next step?

This WebDNA talk-list message is from

2015


It keeps the original formatting.
numero = 112000
interpreted = N
texte = FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .tpl FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .html FcgidCmdOptions /var/www/html/WebDNA/WebDNA.fcgi MaxProcesses 1 = IdleTimeout 60 AddHandler fcgid-script .dna .tpl .html > On 21 Jan 2015, at 17:05, Kenneth Grome = wrote: >=20 > Thanks Chris. Just one more question: >=20 > How do I make WebDNA interpret my .tpl and .html files? Are these > set in webdna.conf or somewhere else? >=20 > I already added these suffixes to WebDNA Admin of course, but I'm > sure they need to be added to my Apache configuration files > somewhere, too. I tried appending them to both places (here in my > webdna.conf file) where .dna appears at the end of a line: >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > FcgidCmdOptions /var/www/html/WebDNA/WebDNA.fcgi MaxProcesses 1 > IdleTimeout 60 > AddHandler fcgid-script .dna >=20 > ... but in both cases Apache complained that my syntax was wrong, > so apparently there's syntax required here that I'm not familiar > with. Any help is much appreciated. >=20 > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Web Database Systems and Linux Server Management >=20 >=20 > On 01/21/2015 07:26 AM, christophe.billiottet@webdna.us wrote: >> Understood, we just fixed the installer. >>=20 >> - chris >>=20 >>=20 >>> On 21 Jan 2015, at 15:55, Kenneth Grome = wrote: >>>=20 >>> Hi Chris, >>>=20 >>> I figured it out. This is the folder hierarchy as the WebDNA >>> installer created it on a standard Apache2 installation without >>> any changes: >>>=20 >>> /var/www/html/WebDNA >>>=20 >>> And this is where I put my index.dna file: >>>=20 >>> /var/www/html/index.dna >>>=20 >>> The reason my index.dna file was not being interpreted by WebDNA >>> is because my /etc/apache2/conf-available/webdna.conf file had >>> this directive in it by default: >>>=20 >>> >>> Options All +ExecCGI >>> >>> RewriteEngine on >>> RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>> >>> >>>=20 >>> It's the path in this directive that should be "/var/www/html/" >>> (or perhaps even "/var/www/") but not "/var/www/html/WebDNA/". >>>=20 >>> As soon as I changed this path to "/var/www/html/" my index.dna >>> page started working normally. >>>=20 >>> You may want to explain this in the ReadMe files for the new FCGI >>> installers, or change the installers so they use "/var/www/html/" >>> or "/var/www/" as the Directory path. >>>=20 >>> Regards, >>> Kenneth Grome >>> WebDNA Solutions >>> http://www.webdnasolutions.com >>> Web Database Systems and Linux Server Management >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >>=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] What's the next step? (christophe.billiottet@webdna.us 2015)
  2. Re: [WebDNA] What's the next step? (Kenneth Grome 2015)
  3. Re: [WebDNA] What's the next step? (christophe.billiottet@webdna.us 2015)
  4. Re: [WebDNA] What's the next step? (Kenneth Grome 2015)
  5. Re: [WebDNA] What's the next step? (christophe.billiottet@webdna.us 2015)
  6. [WebDNA] What's the next step? (Kenneth Grome 2015)
FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .tpl FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .html FcgidCmdOptions /var/www/html/WebDNA/WebDNA.fcgi MaxProcesses 1 = IdleTimeout 60 AddHandler fcgid-script .dna .tpl .html > On 21 Jan 2015, at 17:05, Kenneth Grome = wrote: >=20 > Thanks Chris. Just one more question: >=20 > How do I make WebDNA interpret my .tpl and .html files? Are these > set in webdna.conf or somewhere else? >=20 > I already added these suffixes to WebDNA Admin of course, but I'm > sure they need to be added to my Apache configuration files > somewhere, too. I tried appending them to both places (here in my > webdna.conf file) where .dna appears at the end of a line: >=20 > FcgidWrapper /var/www/html/WebDNA/WebDNA.fcgi .dna > FcgidCmdOptions /var/www/html/WebDNA/WebDNA.fcgi MaxProcesses 1 > IdleTimeout 60 > AddHandler fcgid-script .dna >=20 > ... but in both cases Apache complained that my syntax was wrong, > so apparently there's syntax required here that I'm not familiar > with. Any help is much appreciated. >=20 > Regards, > Kenneth Grome > WebDNA Solutions > http://www.webdnasolutions.com > Web Database Systems and Linux Server Management >=20 >=20 > On 01/21/2015 07:26 AM, christophe.billiottet@webdna.us wrote: >> Understood, we just fixed the installer. >>=20 >> - chris >>=20 >>=20 >>> On 21 Jan 2015, at 15:55, Kenneth Grome = wrote: >>>=20 >>> Hi Chris, >>>=20 >>> I figured it out. This is the folder hierarchy as the WebDNA >>> installer created it on a standard Apache2 installation without >>> any changes: >>>=20 >>> /var/www/html/WebDNA >>>=20 >>> And this is where I put my index.dna file: >>>=20 >>> /var/www/html/index.dna >>>=20 >>> The reason my index.dna file was not being interpreted by WebDNA >>> is because my /etc/apache2/conf-available/webdna.conf file had >>> this directive in it by default: >>>=20 >>> >>> Options All +ExecCGI >>> >>> RewriteEngine on >>> RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] >>> >>> >>>=20 >>> It's the path in this directive that should be "/var/www/html/" >>> (or perhaps even "/var/www/") but not "/var/www/html/WebDNA/". >>>=20 >>> As soon as I changed this path to "/var/www/html/" my index.dna >>> page started working normally. >>>=20 >>> You may want to explain this in the ReadMe files for the new FCGI >>> installers, or change the installers so they use "/var/www/html/" >>> or "/var/www/" as the Directory path. >>>=20 >>> Regards, >>> Kenneth Grome >>> WebDNA Solutions >>> http://www.webdnasolutions.com >>> Web Database Systems and Linux Server Management >>>=20 >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >>=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us christophe.billiottet@webdna.us

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:

emailer truncates last letter! (1997) More questions about serial number dishing (1997) no template caching (1997) tab as word delimiter (2000) Multiple Form Fields (2000) Outsourcing partnership ... (2005) [WebDNA] Tables... (2008) IE Cache Problems... (1999) [delete] problem (1997) Summing fields (1997) [applescript] (1999) oops private message leaked into talk list (1997) suffix mapping, use of cache, etc. (1997) Problems with [Math] (1998) File Upload Problems (HELP!) (2000) Emailer (WebCat2) (1997) Templates for Customer Database? (1997) WebCatalog2 Feature Feedback (1996) adding shipping cost (1998) Who is doing sign-ups-got it (1998)