Re: WebDNA 5.x & iTools 7 & Apache 2

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 49949
interpreted = N
texte = What I'm trying to say is that I was able to use the mod_webcatalog2.so.2.0 that was included with the WebDNA 5 Install with Aaron Faby's Complete Apache 2.45 on MacOS 10.2.5 without needing to compile anything.MikeOn Thursday, May 1, 2003, at 12:06 PM, Alain Russell wrote:> perhaps thje module was compiled for iToosl to start wiuth . > > ----- Original Message ----- > From: Michael Davis > To: WebDNA Talk > Sent: Friday, May 02, 2003 4:52 AM > Subject: Re: WebDNA 5.x & iTools 7 & Apache 2 > > >> When I installed WebDNA 5 the WebCatalogEngine directory contained >> mod_webcatalog2.so AND mod_webcatalog2.so.2.0. I moved the >> directories >> from Apache 1.x to Apache 2.x, made the related changes to Apache2's >> conf file, edited the WebCatalogCtl script and then just used the >> mod_webcatalog2.so.2.0 (removing 2.0 in the file name, of course). >> Worked perfectly. Why all the fuss over re-compiling the module? Is >> this an iTools specific issue? >> >> Mike >> >> On Wednesday, April 30, 2003, at 02:42 PM, Nitai @ ComputerOil wrote: >> >>> Hi all, >>> >>> Here are some specific instruction to get WebDNA 5.x running with >>> iTools 7 >>> which installs Apache 2 on the system. >>> >>> For all other who don’t run iTools Alain Russel posted explicit >>> instructions >>> for Complete Apache 2. >>> >>> The Developer Tools for MacOS X have to be installed to get the >>> make >>> command working. Else, I will post the file on my server, if SMSI >>> allows. >>> >>> Anyhow here are the step by step instructions to get it running: >>> >>> 1. >>> Move the webcatalog engine to >>> /Library/Tenon/WebServer/CGI-Executables/ >>> Move the webcatalog folder to /Library/Tenon/WebServer/Documents >>> >>> 2. >>> In the >>> /Library/Tenon/WebServer/CGI-Executables/WebCatalogEngine/ >>> Pluginsource >>> folder edit the makefile - change the include location line as >>> follows: >>> >>> APACHE_INCLUDES = -I/Library/Tenon/WebServer/Include -DEAPI >>> >>> 3. >>> Then in a terminal window type >>> >>> Make >>> >>> (you have to be in the pluginsourcefolder) >>> >>> 4. >>> The above will make the mod_webcatalog2.so module - move this to >>> /Library/Tenon/WebServer/Modules 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: >>> >>> /Library/Tenon/System/Scripts/WEBSERVER >>> >>> Or >>> >>> Apachectl restart >>> >>> >>> Hope this helps. >>> >>> 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/ > ------------------------------------------------------------- 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: WebDNA 5.x Deployment? (Nitai @ ComputerOil 2003)
  2. WebDNA 5.x Deployment? (Christian Gurney 2003)
  3. Re: WebDNA 5.x & iTools 7 & Apache 2 (Michael Davis 2003)
  4. Re: WebDNA 5.x & iTools 7 & Apache 2 (Alain Russell 2003)
  5. Re: WebDNA 5.x & iTools 7 & Apache 2 (Michael Davis 2003)
  6. WebDNA 5.x & iTools 7 & Apache 2 (Nitai @ ComputerOil 2003)
What I'm trying to say is that I was able to use the mod_webcatalog2.so.2.0 that was included with the WebDNA 5 Install with Aaron Faby's Complete Apache 2.45 on MacOS 10.2.5 without needing to compile anything.MikeOn Thursday, May 1, 2003, at 12:06 PM, Alain Russell wrote:> perhaps thje module was compiled for iToosl to start wiuth . > > ----- Original Message ----- > From: Michael Davis > To: WebDNA Talk > Sent: Friday, May 02, 2003 4:52 AM > Subject: Re: WebDNA 5.x & iTools 7 & Apache 2 > > >> When I installed WebDNA 5 the WebCatalogEngine directory contained >> mod_webcatalog2.so AND mod_webcatalog2.so.2.0. I moved the >> directories >> from Apache 1.x to Apache 2.x, made the related changes to Apache2's >> conf file, edited the WebCatalogCtl script and then just used the >> mod_webcatalog2.so.2.0 (removing 2.0 in the file name, of course). >> Worked perfectly. Why all the fuss over re-compiling the module? Is >> this an iTools specific issue? >> >> Mike >> >> On Wednesday, April 30, 2003, at 02:42 PM, Nitai @ ComputerOil wrote: >> >>> Hi all, >>> >>> Here are some specific instruction to get WebDNA 5.x running with >>> iTools 7 >>> which installs Apache 2 on the system. >>> >>> For all other who don’t run iTools Alain Russel posted explicit >>> instructions >>> for Complete Apache 2. >>> >>> The Developer Tools for MacOS X have to be installed to get the >>> make >>> command working. Else, I will post the file on my server, if SMSI >>> allows. >>> >>> Anyhow here are the step by step instructions to get it running: >>> >>> 1. >>> Move the webcatalog engine to >>> /Library/Tenon/WebServer/CGI-Executables/ >>> Move the webcatalog folder to /Library/Tenon/WebServer/Documents >>> >>> 2. >>> In the >>> /Library/Tenon/WebServer/CGI-Executables/WebCatalogEngine/ >>> Pluginsource >>> folder edit the makefile - change the include location line as >>> follows: >>> >>> APACHE_INCLUDES = -I/Library/Tenon/WebServer/Include -DEAPI >>> >>> 3. >>> Then in a terminal window type >>> >>> Make >>> >>> (you have to be in the pluginsourcefolder) >>> >>> 4. >>> The above will make the mod_webcatalog2.so module - move this to >>> /Library/Tenon/WebServer/Modules 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: >>> >>> /Library/Tenon/System/Scripts/WEBSERVER >>> >>> Or >>> >>> Apachectl restart >>> >>> >>> Hope this helps. >>> >>> 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/ > ------------------------------------------------------------- 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/ Michael Davis

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:

404 error page issue (2006) Protect (1997) File Upload (1997) [cart] not being interpreted inside [founditems] (1997) Speed Test Results Dell 2650 Xeon 2.4ghz (2002) PC Auth Hub+Merchant (1998) Associative lookup style? (1997) quantity minimum problem (1997) Date search bug? (1998) Sporadic database errors (2005) Nesting FoundItem Context (1997) security (1997) OLD PROBLEM (1997) Re:Remote stockroom ? (1998) [searchString] (1997) Verifying and adding new users (1997) WebCat2b15MacPlugin - showing [math] (1997) E-mail Attachments (1997) Initiating NewCart (1997) Custom Shipping Charges (1997)