Re: Apache 2.2

This WebDNA talk-list message is from

2007


It keeps the original formatting.
numero = 69463
interpreted = N
texte = Here's what I found in my mail archive. From Tenon: Install the following components in order: iTools Core 8.2 PHP MySQL WebDNA 6 Any other components that you need to install can be installed in any order after the these first four. After installing WebDNA 6 you will need to get a new version of the mod_webcatalog2.so file from our beta site. You can find it here: http://beta.tenon.com/iTools8/iTools8.2/WebDNA/ You can login to this site with User: beta and password: beta (This is an Apache module that works with Apache 2.2.x, so you need this Tenon-supplied module.) If you're coming from iTools 7.2 be sure to zpgrade to 8.0.2 first: ..... Because you already have iTools 7.2 running on the G5, you should upgrade to iTools 8.0.5 first, and then upgrade to iTools 8.2.2. When you upgrade to iTools 8.0.5 you should also upgrade the corresponding components (PHP, MySQL, etc.) iTools 8.0.5 and its corresponding components can be downloaded from the following link: http://www.tenon.com/products/itools/8.0.5-downloads.html .... .... Hope this helps! In our case my apache.conf was a bit garbled and Tenon fixed it. Don't try this installation on your live server! Do it on a clone first untill it's running fine. Then you can just transfer your WebSites folder with the following code: .... .... First, you will need to create the tar file on your Desktop (on the old server), using the following commands: sudo tcsh cd /Library/Tenon/WebServer tar czvf ~/Desktop/WebSites.tgz WebSites Next, you will need to transfer the tar file (WebSites.tar) from your Desktop on the old server to the Desktop of your new server. You can use FTP or whatever you are comfortable with. Then, on the new machine, you can extract the tar file using the following commands. sudo tcsh cd /Library/Tenon/WebServer mv WebSites New-WebSites tar xzvf ~/Desktop/WebSites.tgz .... .... Don't change any FTP users or virtual host in the meantime or you will lose these changes ... The above way worked for us, but setting up the changed apache.conf is tricky and I was glad Tenon did it for us! Good luck! Thierry -- --------------------------- mac&web gmbh thierry almy 8200 schaffhausen switzerland phone +41 (0)52 620 30 60 web www.mac-web.ch --------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. [WebDNA] WebDNA 7.x on Red Hat Enterprise Linux 5 and Apache 2.2 (WebDNA Solutions 2013)
  2. [WebDNA] (HELP) Installing Webcatalog / Apache 2.2 OSX 10.5 G5 (Lawrence Banahan 2009)
  3. Re: Apache 2.2 ( Steve Craig 2007)
  4. Re: Apache 2.2 ( Steve Craig 2007)
  5. Re: Apache 2.2 ( thierry 2007)
  6. Re: Apache 2.2 ( Donovan Brooke 2007)
  7. Re: Apache 2.2 ( Pat McCormick 2007)
  8. Re: Apache 2.2 ( Donovan Brooke 2007)
  9. Re: Apache 2.2 ( Steve Craig 2007)
  10. Re: Apache 2.2 ( thierry 2007)
  11. Apache 2.2 ( Pat McCormick 2007)
  12. Re: WebDNA 6.0a for Apache 2.2.4 ( "Will Starck" 2007)
  13. Re: WebDNA 6.0a for Apache 2.2.4 ( Clint Davis 2007)
  14. Re: WebDNA 6.0a for Apache 2.2.4 ( "Will Starck" 2007)
  15. Re: WebDNA 6.0a for Apache 2.2.4 ( Clint Davis 2007)
  16. Re: WebDNA 6.0a for Apache 2.2.4 ( "Will Starck" 2007)
  17. WebDNA 6.0a for Apache 2.2.4 ( Clint Davis 2007)
  18. Re: WebDNA Module with Apache 2.2 ( Ross Markbreiter 2006)
  19. Re: WebDNA Module with Apache 2.2 ( Dale Lists 2006)
  20. Re: WebDNA Module with Apache 2.2 ( Ross Markbreiter 2006)
  21. Re: WebDNA Module with Apache 2.2 ( Clint Davis 2006)
  22. Re: WebDNA Module with Apache 2.2 ( Steve Craig 2006)
  23. Re: WebDNA Module with Apache 2.2 ( Clint Davis 2006)
  24. Re: WebDNA Module with Apache 2.2 ( Steve Craig 2006)
  25. Re: WebDNA Module with Apache 2.2 ( Jesse Proudman 2006)
  26. Re: WebDNA Module with Apache 2.2 ( Clint Davis 2006)
Here's what I found in my mail archive. From Tenon: Install the following components in order: iTools Core 8.2 PHP MySQL WebDNA 6 Any other components that you need to install can be installed in any order after the these first four. After installing WebDNA 6 you will need to get a new version of the mod_webcatalog2.so file from our beta site. You can find it here: http://beta.tenon.com/iTools8/iTools8.2/WebDNA/ You can login to this site with User: beta and password: beta (This is an Apache module that works with Apache 2.2.x, so you need this Tenon-supplied module.) If you're coming from iTools 7.2 be sure to zpgrade to 8.0.2 first: ..... Because you already have iTools 7.2 running on the G5, you should upgrade to iTools 8.0.5 first, and then upgrade to iTools 8.2.2. When you upgrade to iTools 8.0.5 you should also upgrade the corresponding components (PHP, MySQL, etc.) iTools 8.0.5 and its corresponding components can be downloaded from the following link: http://www.tenon.com/products/itools/8.0.5-downloads.html .... .... Hope this helps! In our case my apache.conf was a bit garbled and Tenon fixed it. Don't try this installation on your live server! Do it on a clone first untill it's running fine. Then you can just transfer your WebSites folder with the following code: .... .... First, you will need to create the tar file on your Desktop (on the old server), using the following commands: sudo tcsh cd /Library/Tenon/WebServer tar czvf ~/Desktop/WebSites.tgz WebSites Next, you will need to transfer the tar file (WebSites.tar) from your Desktop on the old server to the Desktop of your new server. You can use FTP or whatever you are comfortable with. Then, on the new machine, you can extract the tar file using the following commands. sudo tcsh cd /Library/Tenon/WebServer mv WebSites New-WebSites tar xzvf ~/Desktop/WebSites.tgz .... .... Don't change any FTP users or virtual host in the meantime or you will lose these changes ... The above way worked for us, but setting up the changed apache.conf is tricky and I was glad Tenon did it for us! Good luck! Thierry -- --------------------------- mac&web gmbh thierry almy 8200 schaffhausen switzerland phone +41 (0)52 620 30 60 web www.mac-web.ch --------------------------- ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ thierry

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:

Smith Micro - no competition (2000) SKU (1997) send mail problem? (1997) ooops...WebCatalog [FoundItems] Problem - LONG - (1997) Problems reading files created by WC (1997) WebCatalog2 for NT Beta Request (1997) Help name our technology! (1997) format_to_days on NT (1997) [WebDNA] TCPConnect assist (2016) BannerAds demo (1998) contextual shownext (1998) Upgrading old WebCat Database Files (1997) Database Not Writing Fully to Disk (2007) Why does WebCat do this? (2001) Blowback and budgets. (2000) 3.0.8 PDF Manual? Do YOU have it? :) (2000) 'does not contain' operator needed ... (1997) Speaking of... (1999) NetSplat and WebCat2 (1997) Pieces Show Up! Curse You! (2000)