Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config

This WebDNA talk-list message is from

2014


It keeps the original formatting.
numero = 111055
interpreted = N
texte = This is a multi-part message in MIME format. ------=_SW_1539041436_1390420766_mpa= Content-Type: text/plain; charset=us-ascii; format=flowed AddHandler can accept multiple params. I would say there is something else going on here. What exact version of Apache are you running? What is the result of 'ls -lh' of this path: /home/PropertyMaestroLive/WebDNA/ Donovan > > --- Original message --- > Subject: Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host > config > From: > To: talk@webdna.us > Date: Wednesday, 22/01/2014 1:43 PM > > Hi Chris! > > i would use this > >> >> AddHandler fcgid-script .tpl .dna > > instead of this > >> >> AddHandler fcgid-script .tpl >> AddHandler fcgid-script .dna > > and if you want the .dna files to be processed, > >> >> AddType text/html .tpl .dna > > instead of > >> >> AddType text/html .tpl > > - chris > > > On Jan 22, 2014, at 8:47 PM, Chris Van Dromme > wrote: > >> >> I have been stuck on version 6.2 / windows and thought I would try 7.1 >> >> I built an Ubuntu 12 / Apache 2 server and I am having trouble getting >> the 7.1 WebDNA to function. >> >> Would any one being willing to post a running virtual host config file >> for me to compare to? >> >> My default website host file which doesn't call WebDNA, although >> regular html is working correctly: >> >> >> ServerAdmin webmaster@propertymaestro.com >> >> DirectoryIndex index.tpl index.dna index.html index.htm >> >> DocumentRoot /home/PropertyMaestroLive >> >> Options FollowSymLinks >> AllowOverride None >> >> >> >> AllowOverride None >> Order allow,deny >> allow from all >> Options All +ExecCGI >> AddHandler fcgid-script .tpl >> AddHandler fcgid-script .dna >> FCGIWrapper /home/PropertyMaestroLive/WebDNA/WebDNA.fcgi .tpl >> FCGIWrapper /home/PropertyMaestroLive/WebDNA/WebDNA.fcgi .dna >> DefaultMaxClassProcessCount 1 >> >> >> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ >> >> AllowOverride None >> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch >> Order allow,deny >> Allow from all >> >> >> ErrorLog ${APACHE_LOG_DIR}/error.log >> >> LogLevel warn >> >> CustomLog ${APACHE_LOG_DIR}/access.log combined >> >> >> AddType text/html .tpl >> >> >> >> Deny from all >> >> >> >> RewriteEngine on >> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >> >> >> >> --------------------------------------------------------- >> 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 > > ------=_SW_1539041436_1390420766_mpa= Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable AddHandler can accept multiple params. I would say there is something else g= oing on here.

What exact version of Apache are you running?
What i= s the result of 'ls -lh' of this path:
/home/PropertyMaestroLive/WebDNA/<= br>
Donovan
 
 
--- Original message ---
Subject= : Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config
= From: <christophe.billiottet@webdna.us>
To: talk@webdn= a.us <talk@webdna.us>
Date: Wednesday, 22/01/2014 1:43 PM<= br>
Hi Chris!

i would use this

A= ddHandler fcgid-script .tpl .dna

instead of this

=
AddHandler fcgid-script .tpl
AddHandler fcgid= -script .dna

and if you want the .dna files to be proces= sed,

AddType text/html .tpl .dna

instead of

AddType text/html .= tpl

- chris


On Jan 22, 2014, at 8:47 PM, Chri= s Van Dromme <chris@usinter.net> wrote:

I have been stuck on version 6.2 / windows and thought I would try 7.1
I built an Ubuntu 12 / Apache 2 server and I am having trouble getti= ng the 7.1 WebDNA to function.

Would any one being willing to post = a running virtual host config file for me to compare to?

My default= website host file which doesn't call WebDNA, although regular html is worki= ng correctly:

<VirtualHost *:80>
=09ServerAdmin webmaster= @propertymaestro.com

=09DirectoryIndex index.tpl index.dna index.ht= ml index.htm

=09DocumentRoot /home/PropertyMaestroLive
=09<D= irectory />
=09=09Options FollowSymLinks
=09=09AllowOverride None=
=09</Directory>

=09<Directory /home/PropertyMaestroLi= ve/>
=09=09AllowOverride None
=09=09Order allow,deny
=09=09al= low from all
=09=09Options All +ExecCGI
=09=09AddHandler fcgid-scrip= t .tpl
=09=09AddHandler fcgid-script .dna
=09=09FCGIWrapper /home/Pr= opertyMaestroLive/WebDNA/WebDNA.fcgi .tpl
=09=09FCGIWrapper /home/Proper= tyMaestroLive/WebDNA/WebDNA.fcgi .dna
=09=09DefaultMaxClassProcessCount = 1
=09</Directory>

=09ScriptAlias /cgi-bin/ /usr/lib/cgi-b= in/
=09<Directory "/usr/lib/cgi-bin">
=09=09AllowOverride None=
=09=09Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
=09=09Orde= r allow,deny
=09=09Allow from all
=09</Directory>

=09= ErrorLog ${APACHE_LOG_DIR}/error.log

=09LogLevel warn

=09C= ustomLog ${APACHE_LOG_DIR}/access.log combined

=09<IfModule mime= _module>
=09=09AddType text/html .tpl
=09</IfModule>
=09<FilesMatch ".*\.(db|inc|conf|ini)$">
=09=09Deny from all =
=09</FilesMatch>

=09<IfModule mod_rewri= te.c>
=09=09RewriteEngine on
=09=09RewriteRule .* - [E=3dHTTP_AUT= HORIZATION:%{HTTP:Authorization},L]
=09</IfModule>

</V= irtualHost>
---------------------------------------------------------=
This message is sent to you because you are subscribed to
the maili= ng list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leav= e@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
= Bug Reporting: support@webdna.us



------=_SW_1539041436_1390420766_mpa=-- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config (christophe.billiottet@webdna.us 2014)
  2. Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config (chris@usinter.net 2014)
  3. Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config (Donovan Brooke 2014)
  4. Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config (Donovan Brooke 2014)
  5. Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config (christophe.billiottet@webdna.us 2014)
  6. [WebDNA] version 7.1 on ubuntu apache2 virtual host config (chris@usinter.net 2014)
This is a multi-part message in MIME format. ------=_SW_1539041436_1390420766_mpa= Content-Type: text/plain; charset=us-ascii; format=flowed AddHandler can accept multiple params. I would say there is something else going on here. What exact version of Apache are you running? What is the result of 'ls -lh' of this path: /home/PropertyMaestroLive/WebDNA/ Donovan > > --- Original message --- > Subject: Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host > config > From: > To: talk@webdna.us > Date: Wednesday, 22/01/2014 1:43 PM > > Hi Chris! > > i would use this > >> >> AddHandler fcgid-script .tpl .dna > > instead of this > >> >> AddHandler fcgid-script .tpl >> AddHandler fcgid-script .dna > > and if you want the .dna files to be processed, > >> >> AddType text/html .tpl .dna > > instead of > >> >> AddType text/html .tpl > > - chris > > > On Jan 22, 2014, at 8:47 PM, Chris Van Dromme > wrote: > >> >> I have been stuck on version 6.2 / windows and thought I would try 7.1 >> >> I built an Ubuntu 12 / Apache 2 server and I am having trouble getting >> the 7.1 WebDNA to function. >> >> Would any one being willing to post a running virtual host config file >> for me to compare to? >> >> My default website host file which doesn't call WebDNA, although >> regular html is working correctly: >> >> >> ServerAdmin webmaster@propertymaestro.com >> >> DirectoryIndex index.tpl index.dna index.html index.htm >> >> DocumentRoot /home/PropertyMaestroLive >> >> Options FollowSymLinks >> AllowOverride None >> >> >> >> AllowOverride None >> Order allow,deny >> allow from all >> Options All +ExecCGI >> AddHandler fcgid-script .tpl >> AddHandler fcgid-script .dna >> FCGIWrapper /home/PropertyMaestroLive/WebDNA/WebDNA.fcgi .tpl >> FCGIWrapper /home/PropertyMaestroLive/WebDNA/WebDNA.fcgi .dna >> DefaultMaxClassProcessCount 1 >> >> >> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ >> >> AllowOverride None >> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch >> Order allow,deny >> Allow from all >> >> >> ErrorLog ${APACHE_LOG_DIR}/error.log >> >> LogLevel warn >> >> CustomLog ${APACHE_LOG_DIR}/access.log combined >> >> >> AddType text/html .tpl >> >> >> >> Deny from all >> >> >> >> RewriteEngine on >> RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] >> >> >> >> --------------------------------------------------------- >> 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 > > ------=_SW_1539041436_1390420766_mpa= Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable AddHandler can accept multiple params. I would say there is something else g= oing on here.

What exact version of Apache are you running?
What i= s the result of 'ls -lh' of this path:
/home/PropertyMaestroLive/WebDNA/<= br>
Donovan
 
 
--- Original message ---
Subject= : Re: [WebDNA] version 7.1 on ubuntu apache2 virtual host config
= From: <christophe.billiottet@webdna.us>
To: talk@webdn= a.us <talk@webdna.us>
Date: Wednesday, 22/01/2014 1:43 PM<= br>
Hi Chris!

i would use this

A= ddHandler fcgid-script .tpl .dna

instead of this

=
AddHandler fcgid-script .tpl
AddHandler fcgid= -script .dna

and if you want the .dna files to be proces= sed,

AddType text/html .tpl .dna

instead of

AddType text/html .= tpl

- chris


On Jan 22, 2014, at 8:47 PM, Chri= s Van Dromme <chris@usinter.net> wrote:

I have been stuck on version 6.2 / windows and thought I would try 7.1
I built an Ubuntu 12 / Apache 2 server and I am having trouble getti= ng the 7.1 WebDNA to function.

Would any one being willing to post = a running virtual host config file for me to compare to?

My default= website host file which doesn't call WebDNA, although regular html is worki= ng correctly:

<VirtualHost *:80>
=09ServerAdmin webmaster= @propertymaestro.com

=09DirectoryIndex index.tpl index.dna index.ht= ml index.htm

=09DocumentRoot /home/PropertyMaestroLive
=09<D= irectory />
=09=09Options FollowSymLinks
=09=09AllowOverride None=
=09</Directory>

=09<Directory /home/PropertyMaestroLi= ve/>
=09=09AllowOverride None
=09=09Order allow,deny
=09=09al= low from all
=09=09Options All +ExecCGI
=09=09AddHandler fcgid-scrip= t .tpl
=09=09AddHandler fcgid-script .dna
=09=09FCGIWrapper /home/Pr= opertyMaestroLive/WebDNA/WebDNA.fcgi .tpl
=09=09FCGIWrapper /home/Proper= tyMaestroLive/WebDNA/WebDNA.fcgi .dna
=09=09DefaultMaxClassProcessCount = 1
=09</Directory>

=09ScriptAlias /cgi-bin/ /usr/lib/cgi-b= in/
=09<Directory "/usr/lib/cgi-bin">
=09=09AllowOverride None=
=09=09Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
=09=09Orde= r allow,deny
=09=09Allow from all
=09</Directory>

=09= ErrorLog ${APACHE_LOG_DIR}/error.log

=09LogLevel warn

=09C= ustomLog ${APACHE_LOG_DIR}/access.log combined

=09<IfModule mime= _module>
=09=09AddType text/html .tpl
=09</IfModule>
=09<FilesMatch ".*\.(db|inc|conf|ini)$">
=09=09Deny from all =
=09</FilesMatch>

=09<IfModule mod_rewri= te.c>
=09=09RewriteEngine on
=09=09RewriteRule .* - [E=3dHTTP_AUT= HORIZATION:%{HTTP:Authorization},L]
=09</IfModule>

</V= irtualHost>
---------------------------------------------------------=
This message is sent to you because you are subscribed to
the maili= ng list <talk@webdna.us>.
To unsubscribe, E-mail to: <talk-leav= e@webdna.us>
archives: http://mail.webdna.us/list/talk@webdna.us
= Bug Reporting: support@webdna.us



------=_SW_1539041436_1390420766_mpa=-- Donovan Brooke

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:

Serial Number Question (1997) Late on Friday.... brain fried (2002) Another XML Questgion (2000) Trouble with Netscape (1998) Relay link (2002) More than one db with the same namn (was: WC2f3) (1997) Still Stumped on ShowNext...HELP! (1997) Emailer Error code 530? (2002) Images (2000) HELP WITH DATES (1997) [WebDNA] Combining searches (2016) user/password validation (1998) RAM variables (1997) WebCatalog 402rc2 is now available (2001) [WriteFile] problems (1997) Not really WebCat (1997) no global [username] or [password] displayed ... (1997) HELP!! problems with e-mail from WebCAT (1998) Digest Version (2000) What is WebDNA (1997)