Re: About WebCatalog and iTools 7

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 50045
interpreted = N
texte = As much as I am willing to help, but I cant give you a crash course in Unix. Sorry.I am sure SMSI will release some future version that will install nicely on Apache 2 soon. Please reread my email message again. Some of your questions steam from not understanding correctly.Sincerely, Nitai Aventaggiato CEOOn 6.5.2003 13:49 Uhr, Laurent Bache wrote:> Well well well... > Some questions : > > 1 - I have eroor msg on this cde (may be not important): > [iMac:Tenon/WebServer/Modules] root# Chmod 644 mod_webcatalog2.so > Chmod: Command not found. > > [iMac:Tenon/WebServer/Modules] root# bbedit http.conf > bbedit: Command not found. > > 2 - I have this error msg at start Apache: > [iMac:Tenon/WebServer/Executables] root# ./apachectl stop > Syntax error on line 192 of > /Library/Tenon/WebServer/Configuration/httpd.conf: > Can't locate API module structure `webcatalog2_module' in file > /Library/Tenon/WebServer/Modules/mod_webcatalog2.so: undefined symbol > > [iMac:Tenon/WebServer/Executables] root# ./apachectl startssl > Syntax error on line 192 of > /Library/Tenon/WebServer/Configuration/httpd.conf: > Can't locate API module structure `webcatalog2_module' in file > /Library/Tenon/WebServer/Modules/mod_webcatalog2.so: undefined symbol > > PS : What's the cde to affich that : -rw-r--r-- 1 www admin > 60824 Apr 30 01:35 mod_webcatalog2.so > I do not know all the Unix comand. Do you know a site where I can find > the comands essential? > > Le mardi, 6 mai 2003, à 12:22 Europe/Paris, Nitai @ ComputerOil a écrit > : > >> On 6.5.2003 12:12 Uhr, Laurent Bache wrote: >> >>> Yes... iTools 7.0, WebDNA 5 et OSx 10.2.5 >> >> Ok, so you need to move this: >> >> Move the webcatalog engine to /Library/Tenon/WebServer/CGI-Executables/ >> Move the webcatalog folder to /Library/Tenon/WebServer/Documents >> >> And follow these steps: >> >> Move the mod_webcatalog2.so.2.0 file in the WebCatalogEngine Folder to >> /Library/Tenon/WebServer/Modules, rename it to mod_webcatalog2.so and >> change >> the permissions to (type this also in the terminal): >> >> Chown www:admin mod_webcatalog2.so >> Chmod 644 mod_webcatalog2.so >> >> This will give you this: >> >> -rw-r--r-- 1 www admin 60824 Apr 30 01:35 mod_webcatalog2.so >> >> 5. >> Now open the httpd.conf file with a editor. If you got BBEdit >> installed you >> can just type this in the terminal: >> >> bbedit /Library/Tenon/WebServer/Configuration/http.conf >> >> 6. >> Add this line to the LoadModule part: >> >> LoadModule webcatalog2_module Modules/mod_webcatalog2.so >> >> 7. >> Also add the following to the file (I copy these line just above the >> Virtual >> Host Folders): >> >> # WebCatalog directives >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> AddHandler webcatalog2-handler .tpl .tmpl .html >> >> 8. >> Sometimes we also need to add a Alias for the WebDNA Administration: >> >> Alias /WebCatalog/ /Library/Tenon/WebServer/Documents/WebCatalog >> >> 9. >> Restart Apache and you should be running: >> >> cd /Library/Tenon/WebServer/Executables >> >> ./apachectl stop >> ./apachectl startssl >> >> Sincerely, >> Nitai Aventaggiato >> CEO >> >> -- >> Tools to energize your business >> Content Management & eBusiness Systems >> >> ComputerOil GmbH http://computeroil.com/ >> Unionstrasse 4 info@computeroil.com >> 8032 Zürich/Switzerland >> Tel: +41 (0)43 333 1 555 >> >> ------------------------------------------------------------- >> 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/ >> > > > ------------------------------------------------------------- > 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/-- Tools to energize your business Content Management & eBusiness SystemsComputerOil GmbH http://computeroil.com/ Unionstrasse 4 info@computeroil.com 8032 Zürich/Switzerland Tel: +41 (0)43 333 1 555 ------------------------------------------------------------- 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. Re: About WebCatalog and iTools 7 (Laurent Bache 2003)
  2. Re: About WebCatalog and iTools 7 (Nitai @ ComputerOil 2003)
  3. Re: About WebCatalog and iTools 7 (Laurent Bache 2003)
  4. Re: About WebCatalog and iTools 7 (Nitai @ ComputerOil 2003)
  5. Re: About WebCatalog and iTools 7 (Laurent Bache 2003)
  6. Re: About WebCatalog and iTools 7 (Karl Schroll 2003)
  7. Re: About WebCatalog and iTools 7 (Laurent Bache 2003)
  8. Re: About WebCatalog and iTools 7 (Nitai @ ComputerOil 2003)
  9. Re: About WebCatalog and iTools 7 (Laurent Bache 2003)
  10. Re: About WebCatalog and iTools 7 (Nitai @ ComputerOil 2003)
  11. Fwd: About WebCatalog and iTools 7 (Laurent Bache 2003)
  12. Re: About WebCatalog and iTools 7 (Nitai @ ComputerOil 2003)
  13. About WebCatalog and iTools 7 (Laurent Bache 2003)
As much as I am willing to help, but I cant give you a crash course in Unix. Sorry.I am sure SMSI will release some future version that will install nicely on Apache 2 soon. Please reread my email message again. Some of your questions steam from not understanding correctly.Sincerely, Nitai Aventaggiato CEOOn 6.5.2003 13:49 Uhr, Laurent Bache wrote:> Well well well... > Some questions : > > 1 - I have eroor msg on this cde (may be not important): > [iMac:Tenon/WebServer/Modules] root# Chmod 644 mod_webcatalog2.so > Chmod: Command not found. > > [iMac:Tenon/WebServer/Modules] root# bbedit http.conf > bbedit: Command not found. > > 2 - I have this error msg at start Apache: > [iMac:Tenon/WebServer/Executables] root# ./apachectl stop > Syntax error on line 192 of > /Library/Tenon/WebServer/Configuration/httpd.conf: > Can't locate API module structure `webcatalog2_module' in file > /Library/Tenon/WebServer/Modules/mod_webcatalog2.so: undefined symbol > > [iMac:Tenon/WebServer/Executables] root# ./apachectl startssl > Syntax error on line 192 of > /Library/Tenon/WebServer/Configuration/httpd.conf: > Can't locate API module structure `webcatalog2_module' in file > /Library/Tenon/WebServer/Modules/mod_webcatalog2.so: undefined symbol > > PS : What's the cde to affich that : -rw-r--r-- 1 www admin > 60824 Apr 30 01:35 mod_webcatalog2.so > I do not know all the Unix comand. Do you know a site where I can find > the comands essential? > > Le mardi, 6 mai 2003, à 12:22 Europe/Paris, Nitai @ ComputerOil a écrit > : > >> On 6.5.2003 12:12 Uhr, Laurent Bache wrote: >> >>> Yes... iTools 7.0, WebDNA 5 et OSx 10.2.5 >> >> Ok, so you need to move this: >> >> Move the webcatalog engine to /Library/Tenon/WebServer/CGI-Executables/ >> Move the webcatalog folder to /Library/Tenon/WebServer/Documents >> >> And follow these steps: >> >> Move the mod_webcatalog2.so.2.0 file in the WebCatalogEngine Folder to >> /Library/Tenon/WebServer/Modules, rename it to mod_webcatalog2.so and >> change >> the permissions to (type this also in the terminal): >> >> Chown www:admin mod_webcatalog2.so >> Chmod 644 mod_webcatalog2.so >> >> This will give you this: >> >> -rw-r--r-- 1 www admin 60824 Apr 30 01:35 mod_webcatalog2.so >> >> 5. >> Now open the httpd.conf file with a editor. If you got BBEdit >> installed you >> can just type this in the terminal: >> >> bbedit /Library/Tenon/WebServer/Configuration/http.conf >> >> 6. >> Add this line to the LoadModule part: >> >> LoadModule webcatalog2_module Modules/mod_webcatalog2.so >> >> 7. >> Also add the following to the file (I copy these line just above the >> Virtual >> Host Folders): >> >> # WebCatalog directives >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> >> deny from all >> >> >> AddHandler webcatalog2-handler .tpl .tmpl .html >> >> 8. >> Sometimes we also need to add a Alias for the WebDNA Administration: >> >> Alias /WebCatalog/ /Library/Tenon/WebServer/Documents/WebCatalog >> >> 9. >> Restart Apache and you should be running: >> >> cd /Library/Tenon/WebServer/Executables >> >> ./apachectl stop >> ./apachectl startssl >> >> Sincerely, >> Nitai Aventaggiato >> CEO >> >> -- >> Tools to energize your business >> Content Management & eBusiness Systems >> >> ComputerOil GmbH http://computeroil.com/ >> Unionstrasse 4 info@computeroil.com >> 8032 Zürich/Switzerland >> Tel: +41 (0)43 333 1 555 >> >> ------------------------------------------------------------- >> 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/ >> > > > ------------------------------------------------------------- > 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/-- Tools to energize your business Content Management & eBusiness SystemsComputerOil GmbH http://computeroil.com/ Unionstrasse 4 info@computeroil.com 8032 Zürich/Switzerland Tel: +41 (0)43 333 1 555 ------------------------------------------------------------- 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/ Nitai @ ComputerOil

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:

This is probably a stupid question... (2004) [WebDNA] Looking for Govinda (2011) WebCatalog can't find database (1997) Loosing Quantity (2000) SHOWIF [var_with_backslash]^[value] (2002) OSX Install error (2000) Professional WebDNA Hosting Solutions (2005) WebCat2 as a chat server? (1997) Tax Collection for Different Items (2003) Summarizing results. Is there a shortcut? (1999) To Err or Not Custom Error (1999) [WebDNA] output of all non alphaNumeric characters? (2009) using listfiles to build a database? more (2000) How can I Add several Items into the cart at once? (1997) Country & Ship-to address & other fields ? (1997) problems with 2 tags (1997) Showif ~ Netscape : Showif ~ MSIE (2001) Country & Ship-to address & other fields ? (1997) When stuck, re-install. Thanks Guys. (2000) [cart] not being interpreted inside [founditems] (1997)