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

The second, it = seems I needed:

FastCGIWrapper = /path

instead = of

FCGIWrapper /path = .dna



On Jan = 22, 2014, at 2:59 PM, Donovan Brooke <dbrooke@webdna.us> = wrote:

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: <christophe.billiottet@webd= na.us> 
To: talk@webdna.us <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 <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 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:

<VirtualHost *:80>
ServerAdmin webmaster@propertymaestro.co= m

DirectoryIndex index.tpl index.dna index.html = index.htm

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

<Directory = /home/PropertyMaestroLive/>
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
</Directory>

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

ErrorLog = ${APACHE_LOG_DIR}/error.log

LogLevel warn

CustomLog = ${APACHE_LOG_DIR}/access.log combined

<IfModule = mime_module>
AddType text/html = .tpl
</IfModule>

<FilesMatch = ".*\.(db|inc|conf|ini)$">
Deny from all 
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
<= br></VirtualHost>
-----------------------------------------------= ----------
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>
archi= ves: http://mail.webdna.us/l= ist/talk@webdna.us
Bug Reporting: support@webdna.us


---------------------------------------------------= ------ This message is sent to you because you are subscribed to the = mailing list . To = unsubscribe, E-mail to: archive= s:http://mail.webdna.us/l= ist/talk@webdna.us Bug Reporting: support@webdna.us

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

The second, it = seems I needed:

FastCGIWrapper = /path

instead = of

FCGIWrapper /path = .dna



On Jan = 22, 2014, at 2:59 PM, Donovan Brooke <dbrooke@webdna.us> = wrote:

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: <christophe.billiottet@webd= na.us> 
To: talk@webdna.us <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 <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 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:

<VirtualHost *:80>
ServerAdmin webmaster@propertymaestro.co= m

DirectoryIndex index.tpl index.dna index.html = index.htm

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

<Directory = /home/PropertyMaestroLive/>
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
</Directory>

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

ErrorLog = ${APACHE_LOG_DIR}/error.log

LogLevel warn

CustomLog = ${APACHE_LOG_DIR}/access.log combined

<IfModule = mime_module>
AddType text/html = .tpl
</IfModule>

<FilesMatch = ".*\.(db|inc|conf|ini)$">
Deny from all 
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - = [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>
<= br></VirtualHost>
-----------------------------------------------= ----------
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>
archi= ves: http://mail.webdna.us/l= ist/talk@webdna.us
Bug Reporting: support@webdna.us


---------------------------------------------------= ------ This message is sent to you because you are subscribed to the = mailing list . To = unsubscribe, E-mail to: archive= s:http://mail.webdna.us/l= ist/talk@webdna.us Bug Reporting: support@webdna.us

= --Apple-Mail=_F916F212-3DF3-460A-B10A-79454483F71E-- chris@usinter.net

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:

WebCatalog 2.0 b 15 mac (1997) Export database record - append to other database (2005) mem leak: webcat (2001) Emailer (1997) PSC recommends what date format yr 2000??? (1997) international time (1997) RE: Multiple Stores and WebCatalog Prefs (1997) Help with nested search (1998) The Form authentication trick (2000) Loosing Quantity (2000) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) WebCat2 several catalogs? (1997) Limitations on fields? Server is crashing (1997) Nesting format tags (1997) Physical Security for WebCatalog Directories (1997) Sorting Numbers (1997) WebCatalog can't find database (1997) HomePage Caution (1997) CMSBuilder (2004) Sort & Shownext (1999)