Re: [WebDNA] An apache config file that works?

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110269
interpreted = N
texte = Thanks Chris The access I sent was a different server to the desktop machine I was = having problems with, so yes it was a 64bit. All seems to be working well. Thanks for your help. Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 19/03/2013, at 12:37 AM, christophe.billiottet@webdna.us wrote: > Hi Stuart! the access you provided was a 64bits Ubuntu, not 32. You = also need to "chown -R www-data:www-data WebDNA" as explained in the = ReadMe file. >=20 > The ReadMe file has proper instructions. The only particularity with = Ubuntu is there is not anymore a single httpd.conf with all the = containers: it has been replaced by several chunks included in a = /etc/apache2/apache2.conf >=20 > These are the Ubuntu "include": >=20 > Include mods-enabled/*.load > Include mods-enabled/*.conf > Include conf.d > Include ports.conf >=20 > We added a webdna.conf inside mods-enabled/ >=20 > > AddType text/html .dna > >=20 > Options All +ExecCGI > AddHandler fcgid-script .dna=20 > FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 >=20 > #This part protects your files from direct access >=20 > > Deny from all = =20 > >=20 >=20 >=20 >=20 > and added >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > in (every) the vhost container in /etc/apache2/sites-enabled >=20 >=20 >=20 >=20 > Take a look at /etc/apache2/sites-available/default >=20 > In the VirtualHost configuration make sure Options has the +ExecCGI = option on your server root directory. >=20 > for example: > > ... > > Options FollowSymLinks +ExecCGI > AllowOverride All > Order allow,deny > >=20 > ... > >=20 >=20 > It works fine. >=20 > - chris >=20 > On Mar 17, 2013, at 9:31, Stuart Tremain wrote: >=20 >> Hi Chris >>=20 >> A clean install of Ubuntu on an old 32bit machine at home. >>=20 >> As I am not much at Linux I stumble at your next questions only to = say that I followed the readme that comes with the zip. >>=20 >> I will send you a login to a clean setup at Rackspace shortly. >>=20 >> I am setting up some server images at Rackspace with different = configs so that I can start migrating various clients to their own = servers. I have decided to get on the Linux bandwagon rather than wait = for the Windows versions to happen, however I still have 2 very large = sites that MUST run in Windows so those will have to wait. >>=20 >> Regards >>=20 >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >>=20 >>=20 >>=20 >>=20 >> On 17/03/2013, at 5:18 PM, christophe.billiottet@webdna.us wrote: >>=20 >>> Hi Stuart! is your Ubuntu install a standard one? did you get the = right version of the WebDNA FastCGI? (32bits or 64bits) >>> Are mod_rewrite.so and mod_fcgid.so activated? did you check UID:GID = and permissions? could you post the httpd.conf that include your cgi = setup? >>>=20 >>> if you still can't run it and if you can provide a temporary root = access, we will have a look on Monday. It should not be difficult to = solve as we ran WebDNA.fcgi many times with Ubuntu 12.04 >>>=20 >>> regards, >>>=20 >>> - chris >>>=20 >>> On Mar 17, 2013, at 8:40, Stuart Tremain wrote: >>>=20 >>>> Ken >>>>=20 >>>> Going through the same myself on Ubuntu 12.04 and trying to get = v7.1 to operate. >>>>=20 >>>> I have followed the "README" but it just isn't working. >>>>=20 >>>> Regards >>>>=20 >>>> Stuart Tremain >>>> IDFK Web Developments >>>> AUSTRALIA >>>> webdna@idfk.com.au >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> On 17/01/2013, at 5:05 AM, WebDNA Solutions = wrote: >>>>=20 >>>>> I got a new Debian / Apache server for a client but cannot=20 >>>>> seem to find any instructions for installing WebDNA 7 and=20 >>>>> mod_fastcgi. >>>>>=20 >>>>> Do such instructions exist? >>>>>=20 >>>>> If not, can someone who has done this send me his/her apache=20 >>>>> config file ... and any pointers I might need to be aware of=20 >>>>> while installing and configuring this software? >>>>>=20 >>>>> Sincerely, >>>>> Kenneth Grome >>>>> WebDNA Solutions >>>>> http://www.webdnasolutions.com >>>>> WebDNA Programming and Linux Server Administration >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] An apache config file that works? (Stuart Tremain 2013)
  2. Re: [WebDNA] An apache config file that works? (christophe.billiottet@webdna.us 2013)
  3. Re: [WebDNA] An apache config file that works? (Stuart Tremain 2013)
  4. Re: [WebDNA] An apache config file that works? (christophe.billiottet@webdna.us 2013)
  5. Re: [WebDNA] An apache config file that works? (Stuart Tremain 2013)
  6. [WebDNA] An apache config file that works? (WebDNA Solutions 2013)
Thanks Chris The access I sent was a different server to the desktop machine I was = having problems with, so yes it was a 64bit. All seems to be working well. Thanks for your help. Regards Stuart Tremain IDFK Web Developments AUSTRALIA webdna@idfk.com.au On 19/03/2013, at 12:37 AM, christophe.billiottet@webdna.us wrote: > Hi Stuart! the access you provided was a 64bits Ubuntu, not 32. You = also need to "chown -R www-data:www-data WebDNA" as explained in the = ReadMe file. >=20 > The ReadMe file has proper instructions. The only particularity with = Ubuntu is there is not anymore a single httpd.conf with all the = containers: it has been replaced by several chunks included in a = /etc/apache2/apache2.conf >=20 > These are the Ubuntu "include": >=20 > Include mods-enabled/*.load > Include mods-enabled/*.conf > Include conf.d > Include ports.conf >=20 > We added a webdna.conf inside mods-enabled/ >=20 > > AddType text/html .dna > >=20 > Options All +ExecCGI > AddHandler fcgid-script .dna=20 > FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dna > DefaultMaxClassProcessCount 1 >=20 > #This part protects your files from direct access >=20 > > Deny from all = =20 > >=20 >=20 >=20 >=20 > and added >=20 > > RewriteEngine on > RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] > >=20 > in (every) the vhost container in /etc/apache2/sites-enabled >=20 >=20 >=20 >=20 > Take a look at /etc/apache2/sites-available/default >=20 > In the VirtualHost configuration make sure Options has the +ExecCGI = option on your server root directory. >=20 > for example: > > ... > > Options FollowSymLinks +ExecCGI > AllowOverride All > Order allow,deny > >=20 > ... > >=20 >=20 > It works fine. >=20 > - chris >=20 > On Mar 17, 2013, at 9:31, Stuart Tremain wrote: >=20 >> Hi Chris >>=20 >> A clean install of Ubuntu on an old 32bit machine at home. >>=20 >> As I am not much at Linux I stumble at your next questions only to = say that I followed the readme that comes with the zip. >>=20 >> I will send you a login to a clean setup at Rackspace shortly. >>=20 >> I am setting up some server images at Rackspace with different = configs so that I can start migrating various clients to their own = servers. I have decided to get on the Linux bandwagon rather than wait = for the Windows versions to happen, however I still have 2 very large = sites that MUST run in Windows so those will have to wait. >>=20 >> Regards >>=20 >> Stuart Tremain >> IDFK Web Developments >> AUSTRALIA >> webdna@idfk.com.au >>=20 >>=20 >>=20 >>=20 >> On 17/03/2013, at 5:18 PM, christophe.billiottet@webdna.us wrote: >>=20 >>> Hi Stuart! is your Ubuntu install a standard one? did you get the = right version of the WebDNA FastCGI? (32bits or 64bits) >>> Are mod_rewrite.so and mod_fcgid.so activated? did you check UID:GID = and permissions? could you post the httpd.conf that include your cgi = setup? >>>=20 >>> if you still can't run it and if you can provide a temporary root = access, we will have a look on Monday. It should not be difficult to = solve as we ran WebDNA.fcgi many times with Ubuntu 12.04 >>>=20 >>> regards, >>>=20 >>> - chris >>>=20 >>> On Mar 17, 2013, at 8:40, Stuart Tremain wrote: >>>=20 >>>> Ken >>>>=20 >>>> Going through the same myself on Ubuntu 12.04 and trying to get = v7.1 to operate. >>>>=20 >>>> I have followed the "README" but it just isn't working. >>>>=20 >>>> Regards >>>>=20 >>>> Stuart Tremain >>>> IDFK Web Developments >>>> AUSTRALIA >>>> webdna@idfk.com.au >>>>=20 >>>>=20 >>>>=20 >>>>=20 >>>> On 17/01/2013, at 5:05 AM, WebDNA Solutions = wrote: >>>>=20 >>>>> I got a new Debian / Apache server for a client but cannot=20 >>>>> seem to find any instructions for installing WebDNA 7 and=20 >>>>> mod_fastcgi. >>>>>=20 >>>>> Do such instructions exist? >>>>>=20 >>>>> If not, can someone who has done this send me his/her apache=20 >>>>> config file ... and any pointers I might need to be aware of=20 >>>>> while installing and configuring this software? >>>>>=20 >>>>> Sincerely, >>>>> Kenneth Grome >>>>> WebDNA Solutions >>>>> http://www.webdnasolutions.com >>>>> WebDNA Programming and Linux Server Administration >>>>>=20 >>>>> --------------------------------------------------------- >>>>> This message is sent to you because you are subscribed to >>>>> the mailing list . >>>>> To unsubscribe, E-mail to: >>>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>>> Bug Reporting: support@webdna.us >>>>=20 >>>> --------------------------------------------------------- >>>> This message is sent to you because you are subscribed to >>>> the mailing list . >>>> To unsubscribe, E-mail to: >>>> archives: http://mail.webdna.us/list/talk@webdna.us >>>> Bug Reporting: support@webdna.us >>>=20 >>> --------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> archives: http://mail.webdna.us/list/talk@webdna.us >>> Bug Reporting: support@webdna.us >>=20 >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> Bug Reporting: support@webdna.us >=20 > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Stuart Tremain

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:

tracking no. of downloads (2006) RE: textA and Title? (1997) WebDNA4.5 OS-X CPU Usage? (2003) WebCat2 beta FTP site (1997) AD Error Msg (1997) MATH PROBLEM (1997) Lost Field (1998) maximum characters in [username]? (2002) Maybe off topic but how to charge (1997) Problems searching from a FORM (1997) Searchable list archive (1997) TCPConnect, Form Post, Template Variable (2003) vs (1997) form crasehes server (1997) Secure Server not remembering discounts (1998) WC2.0 Memory Requirements (1997) WebCatalog for Dummies part 2 (2000) Emailer setup (1997) TCP Connect (2000) Success Stories (1997)