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

This WebDNA talk-list message is from

2013


It keeps the original formatting.
numero = 110261
interpreted = N
texte = 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. 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 These are the Ubuntu "include": Include mods-enabled/*.load Include mods-enabled/*.conf Include conf.d Include ports.conf We added a webdna.conf inside mods-enabled/ AddType text/html .dna Options All +ExecCGI AddHandler fcgid-script .dna=20 FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dna DefaultMaxClassProcessCount 1 #This part protects your files from direct access Deny from all = =20 and added RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] in (every) the vhost container in /etc/apache2/sites-enabled 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 ... It works fine. - chris On Mar 17, 2013, at 9:31, Stuart Tremain wrote: > 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 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)
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. 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 These are the Ubuntu "include": Include mods-enabled/*.load Include mods-enabled/*.conf Include conf.d Include ports.conf We added a webdna.conf inside mods-enabled/ AddType text/html .dna Options All +ExecCGI AddHandler fcgid-script .dna=20 FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dna DefaultMaxClassProcessCount 1 #This part protects your files from direct access Deny from all = =20 and added RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L] in (every) the vhost container in /etc/apache2/sites-enabled 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 ... It works fine. - chris On Mar 17, 2013, at 9:31, Stuart Tremain wrote: > 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 christophe.billiottet@webdna.us

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:

[Reload mydata.db] (1998) listfiles, moving files (1998) feature request-- [epoch] (2004) Unexpected comparison behavior change in 4.5.1 (2003) Associative lookup style? (1997) [WebDNA] Paypal Sandbox TCPConnect (2012) Opinion: [input] should be called [output] ... (1997) writing db to disk (1997) Any 4.5 to 5.0 upgrade gotchas? [OT] (2003) Applescript, WebDNA, and PDF (1997) WebCat2b13MacPlugIn - [include] (1997) RE: WebCatalog2 for NT Beta Request (1997) Suffix Mapping (1997) OT: Typhoon (1998) date (1998) Grep Question - MAY NEVER BE SOLVED (2003) [WebDNA] Clean URLS job - will pay (2010) What abobut variables named max ??? (2000) shipcost (1997) WebCatalog Technical Reference (1997)