Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3)

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108631
interpreted = N
texte = Here the manual for OSX LION client, has been tested many times and = works fine: Lion must be installed with JAVA if you use 7.0. It is not required = anymore with WebDNA 7.1 64bits Lion is missing mod_fastcgi.so It can be recovered from Snow Leopard Put a copy of mod_fastcgi.so at /usr/libexec/apache2/ Set permissions on mod_fastcgi.so to be the same as other .so files in = that directory. (i.e., system=3Dread/write,wheel=3Dreadonly,everyone=3Dreadonly)=20 Move the /WebDNA folder inside /Library/WebServer/Documents/ (this is = the root of your webserver under OSX) Move WebDNA.fcgi executable inside /Library/WebServer/Documents/WebDNA chmod 755 /Library/WebServer/Documents/WebDNA/WebDNA.fcgi Then check your httpd.conf (/private/etc/apache2/httpd.conf) and check = both of these modules are loaded: LoadModule rewrite_module libexec/apache2/mod_rewrite.so LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so Then add these lines: #----------------------- FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- Restart, using your System Prederences > Sharing > Web Sharing (this = stops and starts both apache AND WebDNA.fcgi) connect your browser to http://localhost/WebDNA/Admin/AdminPrefs.dna login and pass admin/admin That's it! - chris On Feb 16, 2012, at 15:47, Stephen Braun wrote: > Chris, > I've had the WebDNA folder in this directory for days, and it's not = working, which is why I asked this list for help. > Any other ideas? > Thanks >=20 > On Feb 16, 2012, at 12:35 PM, christophe.billiottet@webdna.us wrote: >=20 >> Then feel free to use the root web directory = /Library/WebServer/Documents/ >>=20 >> - chris >>=20 >>=20 >> On Feb 16, 2012, at 15:33, Stephen Braun wrote: >>=20 >>> Thanks Lori & Chris, But I'm not using any domains. >>> How do I specify if I'm not really serving any = web pages beyond the computer that is on? >>>=20 >>>=20 >>> On Feb 16, 2012, at 12:24 PM, christophe.billiottet@webdna.us wrote: >>>=20 >>>> There are the new "default" web folders for LION server, but feel = free to use the old path >>>>=20 >>>> /Library/WebServer/Documents/www.domain1.com/ >>>>=20 >>>> Setup your websites through the server admin tool: you must specify = your domain names and the path to the directory folders (ie: = /Library/WebServer/Documents/www.domain1.com) and check "webserver on". = Then you have to restart apache from your "System Preferences > web = sharing" >>>>=20 >>>> - chris >>>>=20 >>>> On Feb 16, 2012, at 15:15, Stephen Braun wrote: >>>>=20 >>>>> Arrrg. >>>>> Now I'm stuck on step 3. >>>>>=20 >>>>> Step 3: >>>>> For EACH web site domain (i.e., vhost), place a copy of the = /WebDNA folder here: >>>>> /Library/Server/Web/Data/Sites// >>>>>=20 >>>>> These directoires don't exist on my hard drive either, should I = create them? but do I really need them? >>>>> I'm running any domains, I just want to be able to test and run = WebDNA files on my local machine. >>>>>=20 >>>>> Thanks again, >>>>> sfb >>>>>=20 >>>>>=20 >>>>>=20 >>>>>=20 >>>>> On Feb 16, 2012, at 12:03 PM, Brian Wachter wrote: >>>>>=20 >>>>>> defaults write com.apple.Finder AppleShowAllFiles YES >>>>>=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 >>=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] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (christophe.billiottet@webdna.us 2012)
  2. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (Stephen Braun 2012)
  3. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (christophe.billiottet@webdna.us 2012)
  4. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (Stephen Braun 2012)
  5. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (christophe.billiottet@webdna.us 2012)
  6. RE: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) ("Lori Palmquist" 2012)
  7. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (Stephen Braun 2012)
  8. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (Stephen Braun 2012)
  9. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (christophe.billiottet@webdna.us 2012)
  10. Re: [WebDNA] Help me install (WebDNA 7 fastcgi install on Lion 10.7.3) (Govinda 2012)
Here the manual for OSX LION client, has been tested many times and = works fine: Lion must be installed with JAVA if you use 7.0. It is not required = anymore with WebDNA 7.1 64bits Lion is missing mod_fastcgi.so It can be recovered from Snow Leopard Put a copy of mod_fastcgi.so at /usr/libexec/apache2/ Set permissions on mod_fastcgi.so to be the same as other .so files in = that directory. (i.e., system=3Dread/write,wheel=3Dreadonly,everyone=3Dreadonly)=20 Move the /WebDNA folder inside /Library/WebServer/Documents/ (this is = the root of your webserver under OSX) Move WebDNA.fcgi executable inside /Library/WebServer/Documents/WebDNA chmod 755 /Library/WebServer/Documents/WebDNA/WebDNA.fcgi Then check your httpd.conf (/private/etc/apache2/httpd.conf) and check = both of these modules are loaded: LoadModule rewrite_module libexec/apache2/mod_rewrite.so LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so Then add these lines: #----------------------- FastCGIServer /Library/WebServer/Documents/WebDNA/WebDNA.fcgi = -idle-timeout 60 -processes 1 Action webdna-fastcgi /WebDNA/WebDNA.fcgi=20 AddHandler webdna-fastcgi .dna RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] Deny from all = =20 #----------------------- Restart, using your System Prederences > Sharing > Web Sharing (this = stops and starts both apache AND WebDNA.fcgi) connect your browser to http://localhost/WebDNA/Admin/AdminPrefs.dna login and pass admin/admin That's it! - chris On Feb 16, 2012, at 15:47, Stephen Braun wrote: > Chris, > I've had the WebDNA folder in this directory for days, and it's not = working, which is why I asked this list for help. > Any other ideas? > Thanks >=20 > On Feb 16, 2012, at 12:35 PM, christophe.billiottet@webdna.us wrote: >=20 >> Then feel free to use the root web directory = /Library/WebServer/Documents/ >>=20 >> - chris >>=20 >>=20 >> On Feb 16, 2012, at 15:33, Stephen Braun wrote: >>=20 >>> Thanks Lori & Chris, But I'm not using any domains. >>> How do I specify if I'm not really serving any = web pages beyond the computer that is on? >>>=20 >>>=20 >>> On Feb 16, 2012, at 12:24 PM, christophe.billiottet@webdna.us wrote: >>>=20 >>>> There are the new "default" web folders for LION server, but feel = free to use the old path >>>>=20 >>>> /Library/WebServer/Documents/www.domain1.com/ >>>>=20 >>>> Setup your websites through the server admin tool: you must specify = your domain names and the path to the directory folders (ie: = /Library/WebServer/Documents/www.domain1.com) and check "webserver on". = Then you have to restart apache from your "System Preferences > web = sharing" >>>>=20 >>>> - chris >>>>=20 >>>> On Feb 16, 2012, at 15:15, Stephen Braun wrote: >>>>=20 >>>>> Arrrg. >>>>> Now I'm stuck on step 3. >>>>>=20 >>>>> Step 3: >>>>> For EACH web site domain (i.e., vhost), place a copy of the = /WebDNA folder here: >>>>> /Library/Server/Web/Data/Sites// >>>>>=20 >>>>> These directoires don't exist on my hard drive either, should I = create them? but do I really need them? >>>>> I'm running any domains, I just want to be able to test and run = WebDNA files on my local machine. >>>>>=20 >>>>> Thanks again, >>>>> sfb >>>>>=20 >>>>>=20 >>>>>=20 >>>>>=20 >>>>> On Feb 16, 2012, at 12:03 PM, Brian Wachter wrote: >>>>>=20 >>>>>> defaults write com.apple.Finder AppleShowAllFiles YES >>>>>=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 >>=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:

Bug Report, maybe (1997) Modifying order output (1997) Looping control (1997) Store Admin Problems (1999) Date problems (1997) how to do multiple prices/item? (1998) WebCatalog can't find database (1997) [Fwd: Rotating Banners ... (was LinkExchange)] (1997) [WebDNA] Image resizing on the fly (2012) Sending mail (2001) price totals (2003) WebCommerce: Folder organization ? (1997) syntax question, not in online refernce (1997) questions on variations of Ken's [text multi=T]var1=&var2=[/text] (1999) Is there an easier way? (1998) Timer Values on [redirect] (1998) wc 2 pro users - sites, quotes wanted (1997) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) Re:no template caching (1997) Re:2nd WebCatalog2 Feature Request (1996)