Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ...

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105424
interpreted = N
texte = Hi Ken! it must be because the software is not officially released yet. = If you can help writing=20 The CentOS 64bits version is here: = http://www.webdna.us/download/WebDNA-centos64.zip Technically, the FastCGI version can be located anywhere on your = website. Practically, we install it inside a /WebDNA folder in a = /cgi-bin foder (/cgi-bin/WebDNA/WebDNA.fcgi). Ideally, the /cgi-bin = folder is in your website. The FastCGI must be chmoded 755. The admin = access is done through = http://www.domain.com/cgi-bin/WebDNA/Admin/AdminPrefs.dna or = http://www.domain.com/WebDNA/Admin/AdminPrefs.dna Just install the /WebDNA folder wherever you want, then put your FastCGI = inside /WebDNA. Everything you need is there. No more /WebCatalog = folder. You will then just want to add few lines (for apache) in your = httpd.conf. Here is a detail, one line at a time, to expain what they = are doing exactly. The fastCGI apache module must be loaded: #--------------------------------- LoadModule fcgid_module modules/mod_fcgid.so #--------------------------------- the fastCGI must be activated for WebDNA: #--------------------------------- Options All +ExecCGI AddHandler fcgid-script .dna FCGIWrapper /your-path-to/cgi-bin/WebDNA/WebDNA.fcgi .dna #--------------------------------- and if you use FCGI warpper: #--------------------------------- FCGIWrapper /your-path-to/cgi-bin/WebDNA/WebDNA.fcgi .dna #--------------------------------- this one to make the [protect] tag work: #--------------------------------- RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] #--------------------------------- this one is just for security: it will disallow some extensions #--------------------------------- Deny from all = =20 =20 #--------------------------------- That's it! - chris On Jun 27, 2010, at 5:47, Kenneth Grome wrote: > I'm frustrated because I don't seem to be able to find a simple set of = step-by-step instructions for installing and configuring the FastCGI = version of WebDNA on a Debian Lenny server running Lighttpd ... or on = any other Linux OS running Lighttpd. >=20 > I will create and write such instructions if necessary -- with enough = support from WSC to help me get such a system up and running properly -- = but there are too many pieces of the puzzle missing for me to proceed = right now without some help. >=20 > It seems I have to use Debian Lenny (instead of my standard VPS OS = which is CentOS 5.3+) because Lenny is apparently the smallest and = lightest "current" Linux server OS available. The previous version of = Debian (Etch) is apparently even smaller and faster, but it is not = available with the VPS host I've chosen for this project, so I'm going = with Lenny -- which is probably more 'available' than Etch on other = budget VPS hosts these days anyways. >=20 > I have Lenny and Lighttpd running. The missing pieces are all related = to WebDNA. I don't know where to download the FastCGI version of = WebDNA, nor can I find any instructions for installing and configuring = it for Lighttpd. I appreciate the files you sent me Chris, but I don't = understand how to use them without some additional information. >=20 > For the past two years that WSC has owned WebDNA my dream has been to = get WebDNA running on the cheapest, lowest resource VPS's available. If = I'm "too early in the game" to be asking for WSC's support on such a = project, please just let me know and I will set this project aside until = later in the year when you have time for me. =20 >=20 > Or if someone else is going to do a similar project just tell me and I = will wait for that person's results. >=20 > Thanks. >=20 > Sincerely, > Kenneth Grome > --------------------------------------------------------- > 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] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  2. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  3. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  4. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  5. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  6. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  7. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  8. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  9. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  10. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
  11. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  12. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  13. Re: [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (christophe.billiottet@webdna.us 2010)
  14. [WebDNA] Debian Lenny, Lighttpd and WebDNA FastCGI ... (Kenneth Grome 2010)
Hi Ken! it must be because the software is not officially released yet. = If you can help writing=20 The CentOS 64bits version is here: = http://www.webdna.us/download/WebDNA-centos64.zip Technically, the FastCGI version can be located anywhere on your = website. Practically, we install it inside a /WebDNA folder in a = /cgi-bin foder (/cgi-bin/WebDNA/WebDNA.fcgi). Ideally, the /cgi-bin = folder is in your website. The FastCGI must be chmoded 755. The admin = access is done through = http://www.domain.com/cgi-bin/WebDNA/Admin/AdminPrefs.dna or = http://www.domain.com/WebDNA/Admin/AdminPrefs.dna Just install the /WebDNA folder wherever you want, then put your FastCGI = inside /WebDNA. Everything you need is there. No more /WebCatalog = folder. You will then just want to add few lines (for apache) in your = httpd.conf. Here is a detail, one line at a time, to expain what they = are doing exactly. The fastCGI apache module must be loaded: #--------------------------------- LoadModule fcgid_module modules/mod_fcgid.so #--------------------------------- the fastCGI must be activated for WebDNA: #--------------------------------- Options All +ExecCGI AddHandler fcgid-script .dna FCGIWrapper /your-path-to/cgi-bin/WebDNA/WebDNA.fcgi .dna #--------------------------------- and if you use FCGI warpper: #--------------------------------- FCGIWrapper /your-path-to/cgi-bin/WebDNA/WebDNA.fcgi .dna #--------------------------------- this one to make the [protect] tag work: #--------------------------------- RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] #--------------------------------- this one is just for security: it will disallow some extensions #--------------------------------- Deny from all = =20 =20 #--------------------------------- That's it! - chris On Jun 27, 2010, at 5:47, Kenneth Grome wrote: > I'm frustrated because I don't seem to be able to find a simple set of = step-by-step instructions for installing and configuring the FastCGI = version of WebDNA on a Debian Lenny server running Lighttpd ... or on = any other Linux OS running Lighttpd. >=20 > I will create and write such instructions if necessary -- with enough = support from WSC to help me get such a system up and running properly -- = but there are too many pieces of the puzzle missing for me to proceed = right now without some help. >=20 > It seems I have to use Debian Lenny (instead of my standard VPS OS = which is CentOS 5.3+) because Lenny is apparently the smallest and = lightest "current" Linux server OS available. The previous version of = Debian (Etch) is apparently even smaller and faster, but it is not = available with the VPS host I've chosen for this project, so I'm going = with Lenny -- which is probably more 'available' than Etch on other = budget VPS hosts these days anyways. >=20 > I have Lenny and Lighttpd running. The missing pieces are all related = to WebDNA. I don't know where to download the FastCGI version of = WebDNA, nor can I find any instructions for installing and configuring = it for Lighttpd. I appreciate the files you sent me Chris, but I don't = understand how to use them without some additional information. >=20 > For the past two years that WSC has owned WebDNA my dream has been to = get WebDNA running on the cheapest, lowest resource VPS's available. If = I'm "too early in the game" to be asking for WSC's support on such a = project, please just let me know and I will set this project aside until = later in the year when you have time for me. =20 >=20 > Or if someone else is going to do a similar project just tell me and I = will wait for that person's results. >=20 > Thanks. >=20 > Sincerely, > Kenneth Grome > --------------------------------------------------------- > 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:

RE: E-mailer error codes (1997) More on the email templates (1997) What am I missing (1997) Workaround for Emailer doubled bcc messages (1998) garbage on page (2000) Problems with [Applescript] (1997) Running _every_ page through WebCat ? (1997) (1997) Whats wrong with this code? (1998) WC TableGrinder (1997) Great product and great job ! (1997) [WebDNA] encrypt files/directories (2011) If set cookie doesn't work. (2000) Secure Web Server (1999) carriage returns in data (1997) RE: Emailer prefs in two places ... (1997) automating a POST (2002) BannerAds demo (1998) WCS Newbie question (1997) Nitro plugin? (1998)