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.confThese are the Ubuntu "include":Include mods-enabled/*.loadInclude mods-enabled/*.confInclude conf.dInclude ports.confWe added a webdna.conf inside mods-enabled/
AddType text/html .dnaOptions All +ExecCGIAddHandler fcgid-script .dna=20FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dnaDefaultMaxClassProcessCount 1#This part protects your files from direct access
Deny from all = =20and added
RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]in (every) the vhost container in /etc/apache2/sites-enabledTake a look at /etc/apache2/sites-available/default=20In the VirtualHost configuration make sure Options has the +ExecCGI =option on your server root directory.=20for example:
...Options FollowSymLinks +ExecCGIAllowOverride AllOrder allow,deny=20...It works fine.- chrisOn 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:
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.confThese are the Ubuntu "include":Include mods-enabled/*.loadInclude mods-enabled/*.confInclude conf.dInclude ports.confWe added a webdna.conf inside mods-enabled/ AddType text/html .dnaOptions All +ExecCGIAddHandler fcgid-script .dna=20FCGIWrapper /var/www/WebDNA/WebDNA.fcgi .dnaDefaultMaxClassProcessCount 1#This part protects your files from direct access Deny from all = =20and added RewriteEngine on RewriteRule .* - [E=3DHTTP_AUTHORIZATION:%{HTTP:Authorization},L]in (every) the vhost container in /etc/apache2/sites-enabledTake a look at /etc/apache2/sites-available/default=20In the VirtualHost configuration make sure Options has the +ExecCGI =option on your server root directory.=20for example:...Options FollowSymLinks +ExecCGIAllowOverride AllOrder allow,deny=20...It works fine.- chrisOn 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:
PCS Frames (1997)
WebCatalog and directory indexing (1998)
problems with WebCat-Plugin ()
Cold Fusion Buster (1997)
A quickie question (1997)
Moment of Thanks (1997)
[WebDNA] Authentication across domains (2009)
taxTotal, grandTotal (1997)
Possible Bug in 2.0b15.acgi (1997)
Search Command, multiple dbs, etc. --Getting Results Now! (2000)
Searching multiple fields from one form field (1997)
WebCat2b12 forgets serial # (1997)
Re1000001: Setting up shop (1997)
[WebDNA] Client wants backup copy of site (2010)
Stopping bad HTML propagation ? (1997)
wc 2 pro users - sites, quotes wanted (1997)
state? (2004)
Any help gratefully appreciated (2001)
Updating product information (2002)
using showpage and showcart commands (1996)