Re: [BULK] Re: [WebDNA] [BULK] Mac OS X LION has no FastCGI

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 107188
interpreted = N
texte = Hi Christophe, WebDNA et al, A couple of weeks has passed since this dialogue went into a temp pause. = Out of curiosity; is there any news from WebDNA corp. on this issue? I am still trying to get a Mac OS X (this time not a Mac OS X Server = version) rolling, without any full success. What I have done is the following Installed Installed WebDNA 7 inckl. a news .fcgi from Chris which corrected a = redirect-to-white-page-bug. Included the following in the Apache httpd.conf file. #----------------------- FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna .tpl .html RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- When trying I get a dumb listing. But when I try = then WebDNA tags are getting parsed. Well, when I try to enter the config area, = the access prompt does not allow for the admin/admin credentials; it = just keeps asking. Thats some of my experience. Some might help others. And maybe again, it = might inspire some to get me the right hint ;-) Have a great day... Note, this is not a production environment. The is a sandbox to learn. = And remember; it's a Lion installation. Palle On 26/07/2011, at 21.36, Donovan Brooke wrote: > christophe.billiottet@webdna.us wrote: >> Here a temporary solution to install the FastCGI module in Lion >>=20 >>=20 >> curl -O -L = http://opensource.apple.com/source/FastCGI/FastCGI-4/fcgi-2.4.0.tar.gz >> tar xzf fcgi-2.4.0.tar.gz >> cd fcgi-2.4.0/ >> cp Makefile.AP2 Makefile >>=20 >> CFLAGS=3D"-I/usr/include -I/usr/local/include -O2 -pipe $ARCH" ; \ >> CPPFLAGS=3D"-I/usr/include -I/usr/local/include" ; \ >> LDFLAGS=3D"-L/usr/lib -L/usr/local/lib" ; \ >> DYLD_LIBRARY_PATH=3D"/usr/lib:/usr/local/lib" ; \ >> ./configure --prefix=3D/usr/ >>=20 >> make >> sudo make install >>=20 >> - chris >=20 >=20 >=20 > If anybody is trying the solution above, I'll save some time for = you... the above won't work ;-). >=20 > Note: Chris is trying to help with the above, and the important thing = is that he is right in saying there are solutions out there for = installing fastCGI on Lion. >=20 > Disclaimer: I don't have time to do an exact README of what needs to = be done, but if you have no experience compiling software or if you = can't follow my comments below, I would not even try. ;-) >=20 > Disclaimer#2: Below is for mod_fastcgi (from fastcgi.com), which is = traditionally what MacOSX has deployed. My preference (perhaps) would = likely be for mod_fcgi rather, which is a part of the apache.org = foundation. If you are into building apps, it may be more interesting to = build a new apache with mod_fcgi that also includes mod_suexec for Lion, = as mod_suexec does not work right with mod_fastcgi... Anyway, below is = the "beginnings" of a two part process on getting mod_fastcgi set up on = Lion. >=20 > Experienced app builders suggested beyond this point! (of which I = barely qualify ;-) ) >=20 > You will need the Developer tools installed so you have access to = build tools such as G++ etc.. >=20 > Since the fastcgi.com source's config creates it's own MakeFile from = your system specs, you should probably build it on the server that it = will be installed to (so install your developer tools on your live = server). >=20 > First download the fastcgi components from fastcgi.com. (you can use = apples opensource resource, but you might as well get it from = fastcgi.com) >=20 > Next, unpack and follow the README on how to configure/make/install = using the terminal. This installs the fastcgi engine. >=20 > Then, download the mod_fastcgi.so file from fastcgi.com (under FastCGI = servers). Use the apache extensions tool (apxs) in your terminal to = build/install. >=20 > Restart apache, then configure WebDNA. >=20 >=20 > Obviously these are shallow instructions, but I didn't want to leave = this thread as it was. If you dare to go down this road and find that = you have good luck, let us know how it goes. >=20 > Donovan >=20 >=20 >=20 >=20 > --=20 > Donovan Brooke > Euca Design Center > [Practical-Ethical-Efficient] > www.euca.us > egg.bz > artglass-forum.com > --------------------------------------------------------- > 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:

    
Hi Christophe, WebDNA et al, A couple of weeks has passed since this dialogue went into a temp pause. = Out of curiosity; is there any news from WebDNA corp. on this issue? I am still trying to get a Mac OS X (this time not a Mac OS X Server = version) rolling, without any full success. What I have done is the following Installed Installed WebDNA 7 inckl. a news .fcgi from Chris which corrected a = redirect-to-white-page-bug. Included the following in the Apache httpd.conf file. #----------------------- FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna .tpl .html RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- When trying I get a dumb listing. But when I try = then WebDNA tags are getting parsed. Well, when I try to enter the config area, = the access prompt does not allow for the admin/admin credentials; it = just keeps asking. Thats some of my experience. Some might help others. And maybe again, it = might inspire some to get me the right hint ;-) Have a great day... Note, this is not a production environment. The is a sandbox to learn. = And remember; it's a Lion installation. Palle On 26/07/2011, at 21.36, Donovan Brooke wrote: > christophe.billiottet@webdna.us wrote: >> Here a temporary solution to install the FastCGI module in Lion >>=20 >>=20 >> curl -O -L = http://opensource.apple.com/source/FastCGI/FastCGI-4/fcgi-2.4.0.tar.gz >> tar xzf fcgi-2.4.0.tar.gz >> cd fcgi-2.4.0/ >> cp Makefile.AP2 Makefile >>=20 >> CFLAGS=3D"-I/usr/include -I/usr/local/include -O2 -pipe $ARCH" ; \ >> CPPFLAGS=3D"-I/usr/include -I/usr/local/include" ; \ >> LDFLAGS=3D"-L/usr/lib -L/usr/local/lib" ; \ >> DYLD_LIBRARY_PATH=3D"/usr/lib:/usr/local/lib" ; \ >> ./configure --prefix=3D/usr/ >>=20 >> make >> sudo make install >>=20 >> - chris >=20 >=20 >=20 > If anybody is trying the solution above, I'll save some time for = you... the above won't work ;-). >=20 > Note: Chris is trying to help with the above, and the important thing = is that he is right in saying there are solutions out there for = installing fastCGI on Lion. >=20 > Disclaimer: I don't have time to do an exact README of what needs to = be done, but if you have no experience compiling software or if you = can't follow my comments below, I would not even try. ;-) >=20 > Disclaimer#2: Below is for mod_fastcgi (from fastcgi.com), which is = traditionally what MacOSX has deployed. My preference (perhaps) would = likely be for mod_fcgi rather, which is a part of the apache.org = foundation. If you are into building apps, it may be more interesting to = build a new apache with mod_fcgi that also includes mod_suexec for Lion, = as mod_suexec does not work right with mod_fastcgi... Anyway, below is = the "beginnings" of a two part process on getting mod_fastcgi set up on = Lion. >=20 > Experienced app builders suggested beyond this point! (of which I = barely qualify ;-) ) >=20 > You will need the Developer tools installed so you have access to = build tools such as G++ etc.. >=20 > Since the fastcgi.com source's config creates it's own MakeFile from = your system specs, you should probably build it on the server that it = will be installed to (so install your developer tools on your live = server). >=20 > First download the fastcgi components from fastcgi.com. (you can use = apples opensource resource, but you might as well get it from = fastcgi.com) >=20 > Next, unpack and follow the README on how to configure/make/install = using the terminal. This installs the fastcgi engine. >=20 > Then, download the mod_fastcgi.so file from fastcgi.com (under FastCGI = servers). Use the apache extensions tool (apxs) in your terminal to = build/install. >=20 > Restart apache, then configure WebDNA. >=20 >=20 > Obviously these are shallow instructions, but I didn't want to leave = this thread as it was. If you dare to go down this road and find that = you have good luck, let us know how it goes. >=20 > Donovan >=20 >=20 >=20 >=20 > --=20 > Donovan Brooke > Euca Design Center > [Practical-Ethical-Efficient] > www.euca.us > egg.bz > artglass-forum.com > --------------------------------------------------------- > 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 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:

Separate SSL Server (1997) Cookies and webcat (1997) Dealer locator (1998) [WebDNA] Need some PHP help (2009) Searching multiple fields (1997) FREE Web Server Monitor FREE (1997) WebDNA Solutions ... sorry! (1997) Where is f2? (1997) page redirect in webDNA (1997) wrong input values? (1997) Running 2 two WebCatalog.acgi's (1996) Single Link browsing (1997) Error messages (2004) (2000) year 2000 + and webmerch, macauth? (1998) Max DB Size (2004) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) cart info (1998) multiple record replace (2001) where to put code (1998)