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:

[WebDNA] GREP question (2010) [WebDNA] listcookies v Windows 7 (2011) Balancing randomness (2000) WebCat2final1 crashes (1997) Dates - Search and Sorting (1999) MATH TIME (1997) WebCatalog Use Question (1997) [OT] For Mac Users (1999) RequiredFields template (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) form data submission gets truncated (1997) Newbie questions (1999) FTP via Shell Question (2005) Keep away (1997) WebTen? (1997) Where's Cart Created ? (1997) Sort Order on a page search (1997) Exclamation point (1997) Summing fields (1997) A quickie question (1997)