Re: About WebCatalog and iTools 7

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 50042
interpreted = N
texte = Will Smith Micro be supporting a Webcatalog installer for iTools 7 so all of this isn't necessary?On Tuesday, May 6, 2003, at 07:49 AM, 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/ ------------------------------------------------------------- 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)
Will Smith Micro be supporting a Webcatalog installer for iTools 7 so all of this isn't necessary?On Tuesday, May 6, 2003, at 07:49 AM, 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/ ------------------------------------------------------------- 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/ Karl Schroll

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:

OT: Anyone using WebCrossing and can answer a question? (2000) Bulk Linebreak Changes (2002) win2003 server (Web, standard, small business, edition) (2005) Quickie question on the email templates (1997) Re:2nd WebCatalog2 Feature Request (1996) WebCat2 Append problem (B14Macacgi) (1997) Euro WebDNA Conference (2004) Attention all list readers (1997) Cut off from the list and can't get an answer to the confused re:QTY price updating question (1998) Using Plug-In while running 1.6.1 (1997) [sendmail] on NT? (1997) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) WebCatalog can't find database (1997) A little syntax help (1997) What does this error mean? (2000) Re2: frames & carts (1997) Converting Esiting Html Table Forms to WebCat (1997) NT Email Stops Sending (2000) Looking up two prices in database? (1997) Permissions Ignored - PLEASE HELP (2003)