Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI

This WebDNA talk-list message is from

2015


It keeps the original formatting.
numero = 112519
interpreted = N
texte = 66 --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Sorry to be a pain, I should have specified the server version - same = question =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Steve Craig - Forest Products (Leisure) Ltd Tel +44 1330 860505 Mob +44 7778 007607 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.forestlogcabins.com Email: steve@forestlogcabins.com Skype: s.craig - iChat: steve.craig =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Standard terms and conditions available here = http://forestlogcabins.com/Terms.html = > On 28 Oct 2015, at 19:46, christophe.billiottet@webdna.us wrote: >=20 > Original platform was a Yosemite with an active copy of WebDNA 8.1 = fastCGI > then i upgraded to El Capitan which resulted in a broken WebDNA >=20 > The solution has been to >=20 > 1.- disable the System Integrity Protection (SIP) > 2.- install mod_fastcgi for apache 2.4 in /usr/libexec/apache2/ > Give it the UID:GID as well as the permissions of the other modules = in the directory. > 3.- activate these three lines: (uncomment or add if not present) >=20 > LoadModule actions_module libexec/apache2/mod_actions.so > LoadModule rewrite_module libexec/apache2/mod_rewrite.so > LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so >=20 > 4.- add the regular script in the httpd.conf, below the "module" = section. >=20 > #----------------------- > > FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 > Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 > AddHandler webdna-fastcgi .dna > >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > > Deny from all = =20 > > #----------------------- >=20 >=20 > 5.- Save and restart apache > apachectl stop > apachectl start >=20 >=20 >=20 > No change in the WebDNA directory that contains the fastCGI itself as = well as all the configuration files. >=20 > - chris >=20 >=20 >> On Oct 28, 2015, at 15:13, Steve Craig wrote: >>=20 >> Do you know if you upgraded an existing working machine and then did = this would it start working again or would it need a re-install of = WebDNA? >>=20 >> Cheers > --------------------------------------------------------- > 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 --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Sorry to be a pain, I should have specified the server = version - same question


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Skype: = s.craig - iChat: steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Standard terms and = conditions available here http://forestlogcabins.com/Terms.html






On 28 Oct 2015, at 19:46, christophe.billiottet@webdna.us wrote:

Original platform was a Yosemite with an active copy of = WebDNA 8.1 fastCGI
then i upgraded to El Capitan which = resulted in a broken WebDNA

The solution = has been to

1.- disable the System = Integrity Protection (SIP)
2.- install mod_fastcgi for = apache 2.4 in /usr/libexec/apache2/
=    Give it the UID:GID as well as the permissions of the = other modules in the directory.
3.- activate these three = lines: (uncomment or add if not present)

LoadModule actions_module libexec/apache2/mod_actions.so
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so

4.- add the regular script in the httpd.conf, = below the "module" section.

#-----------------------
<IfModule = mod_fastcgi.c>
FastCGIServer = /Library/WebServer/Documents/WebDNA/WebDNA.fcgi -idle-timeout 60 = -processes 1
Action webdna-fastcgi /WebDNA/WebDNA.fcgi
AddHandler webdna-fastcgi .dna
</IfModule>

<IfModule = mod_rewrite.c>
RewriteEngine on
RewriteRule= .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>

<FilesMatch =  ".*\.(db|inc|conf|ini)$">
Deny from all =             &n= bsp;           &nbs= p;            =             &n= bsp;           &nbs= p; 
</FilesMatch>
#-----------------------


5.- Save and restart apache
=    apachectl stop
=    apachectl start



No change in the WebDNA directory that = contains the fastCGI itself as well as all the configuration files.

- chris


On Oct 28, 2015, at = 15:13, Steve Craig <steve@asylumweb.com> wrote:

Do you know if you upgraded an existing working machine and = then did this would it start working again or would it need a re-install = of WebDNA?

Cheers
--------------------------------------------------= -------
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://mail.webdna.us/list/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: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (christophe.billiottet@webdna.us 2015)
  2. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (Steve Craig 2015)
  3. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (Steve Craig 2015)
  4. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (Michael Davis 2015)
  5. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (christophe.billiottet@webdna.us 2015)
  6. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (christophe.billiottet@webdna.us 2015)
  7. Re: [WebDNA] El Capitan with WebDNA 8.1 fastCGI (Steve Craig 2015)
  8. [WebDNA] El Capitan with WebDNA 8.1 fastCGI (christophe.billiottet@webdna.us 2015)
66 --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Sorry to be a pain, I should have specified the server version - same = question =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Steve Craig - Forest Products (Leisure) Ltd Tel +44 1330 860505 Mob +44 7778 007607 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://www.forestlogcabins.com Email: steve@forestlogcabins.com Skype: s.craig - iChat: steve.craig =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Standard terms and conditions available here = http://forestlogcabins.com/Terms.html = > On 28 Oct 2015, at 19:46, christophe.billiottet@webdna.us wrote: >=20 > Original platform was a Yosemite with an active copy of WebDNA 8.1 = fastCGI > then i upgraded to El Capitan which resulted in a broken WebDNA >=20 > The solution has been to >=20 > 1.- disable the System Integrity Protection (SIP) > 2.- install mod_fastcgi for apache 2.4 in /usr/libexec/apache2/ > Give it the UID:GID as well as the permissions of the other modules = in the directory. > 3.- activate these three lines: (uncomment or add if not present) >=20 > LoadModule actions_module libexec/apache2/mod_actions.so > LoadModule rewrite_module libexec/apache2/mod_rewrite.so > LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so >=20 > 4.- add the regular script in the httpd.conf, below the "module" = section. >=20 > #----------------------- > > FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 > Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 > AddHandler webdna-fastcgi .dna > >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > > Deny from all = =20 > > #----------------------- >=20 >=20 > 5.- Save and restart apache > apachectl stop > apachectl start >=20 >=20 >=20 > No change in the WebDNA directory that contains the fastCGI itself as = well as all the configuration files. >=20 > - chris >=20 >=20 >> On Oct 28, 2015, at 15:13, Steve Craig wrote: >>=20 >> Do you know if you upgraded an existing working machine and then did = this would it start working again or would it need a re-install of = WebDNA? >>=20 >> Cheers > --------------------------------------------------------- > 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 --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Sorry to be a pain, I should have specified the server = version - same question


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Steve Craig - Forest Products (Leisure) Ltd
Tel +44 1330 860505 Mob +44 7778 007607
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Skype: = s.craig - iChat: steve.craig
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Standard terms and = conditions available here http://forestlogcabins.com/Terms.html






On 28 Oct 2015, at 19:46, christophe.billiottet@webdna.us wrote:

Original platform was a Yosemite with an active copy of = WebDNA 8.1 fastCGI
then i upgraded to El Capitan which = resulted in a broken WebDNA

The solution = has been to

1.- disable the System = Integrity Protection (SIP)
2.- install mod_fastcgi for = apache 2.4 in /usr/libexec/apache2/
=    Give it the UID:GID as well as the permissions of the = other modules in the directory.
3.- activate these three = lines: (uncomment or add if not present)

LoadModule actions_module libexec/apache2/mod_actions.so
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so

4.- add the regular script in the httpd.conf, = below the "module" section.

#-----------------------
<IfModule = mod_fastcgi.c>
FastCGIServer = /Library/WebServer/Documents/WebDNA/WebDNA.fcgi -idle-timeout 60 = -processes 1
Action webdna-fastcgi /WebDNA/WebDNA.fcgi
AddHandler webdna-fastcgi .dna
</IfModule>

<IfModule = mod_rewrite.c>
RewriteEngine on
RewriteRule= .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]
</IfModule>

<FilesMatch =  ".*\.(db|inc|conf|ini)$">
Deny from all =             &n= bsp;           &nbs= p;            =             &n= bsp;           &nbs= p; 
</FilesMatch>
#-----------------------


5.- Save and restart apache
=    apachectl stop
=    apachectl start



No change in the WebDNA directory that = contains the fastCGI itself as well as all the configuration files.

- chris


On Oct 28, 2015, at = 15:13, Steve Craig <steve@asylumweb.com> wrote:

Do you know if you upgraded an existing working machine and = then did this would it start working again or would it need a re-install = of WebDNA?

Cheers
--------------------------------------------------= -------
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://mail.webdna.us/list/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: archives: http://mail.webdna.us/list/talk@webdna.us Bug Reporting: support@webdna.us --Apple-Mail=_DD2F20B1-4E15-45F7-9C84-B04B9B50754F-- . Steve Craig

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:

Which Pref is faster? (1998) error: Too many nested [xxx] contexts (1997) [WebDNA] Recaptcha 2.0 and WebDNA (2015) date and time stamp (2003) Database Strategy - more... (1998) ShowNext (1997) email [title] (1997) the dreaded unitShipCost (2003) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) [WebDNA] WordPress plugin (2020) Dumb Question about Docs (1997) For those of you not on the WebCatalog Beta... (1997) UPS Online help (2003) Searching multiple Databases (1997) [protect admin] (1997) [math] are you there? (1999) Protect (1997) Last Record not recognized? (1999) return missing item (was:WebCat Sales) (1997) [WebDNA] FastCGI running more than one process! (2013)