RE: [WebDNA] Ubuntu and WebDNA

This WebDNA talk-list message is from

2019


It keeps the original formatting.
numero = 114705
interpreted = N
texte = 2327 This is a multipart message in MIME format. ------=_NextPart_000_198C_01D55D06.E3F4B5F0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable According to Ubuntu =20 =20 =20 apache2.conf: the main Apache2 configuration file. Contains settings = that are global to Apache2. =20 httpd.conf: historically the main Apache2 configuration file, named = after the httpd daemon. Now the file does not exist. In older versions = of Ubuntu the file might be present, but empty, as all configuration = options have been moved to the below referenced directories =20 =20 =20 From: Stuart Tremain [mailto:webdna@plsoftware.com.au]=20 Sent: Monday, August 26, 2019 9:00 PM To: WebDNA Talk List Subject: Re: [WebDNA] Ubuntu and WebDNA =20 Hi Vincent =20 You can do it on three levels =20 1) virtual host config file 2) .htaccess file for each virtual host or individual directories 3) globally =20 =20 1) in the vhost config file - remove Indexes from : Options Indexes FollowSymLinks AllowOverride None Require all granted =20 =20 2) add Options -Indexes to the .htaccess file =20 =20 3) https.conf file - remove Indexes from : Options Indexes FollowSymLinks AllowOverride None Require all granted =20 =20 =20 =20 =20 Kind regards =20 Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au =20 =20 =20 =20 =20 On 27 Aug 2019, at 10:44, Vincent Medina wrote: =20 I just noticed that dir listings is somehow still enabled. Does anyone = know how to disable dir listings in Ubuntu 18.x=20 =20 =20 From: Vincent Medina [ = mailto:vmedina@apcn.net]=20 Sent: Sunday, August 25, 2019 10:50 PM To: talk@webdna.us Subject: [WebDNA] Ubuntu and WebDNA =20 I got Ubuntu Server 18.04.3 LTS running with WebDNA Fast CGI Here are my = notes (Got from the Talk list, friends and various other sources) feel = free to critique=E2=80=A6. =20 This is not for a virtual host=20 =20 Use the directions on the WebDNA site to install WebDNA with Apache =20 -------------------------------------------------------------------------= - Side Note: Upgrading to WebDNA Server 8.6.3=20 =20 Download the Zip=20 Change "mod_WebDNA_apache2.4.so" file name to "mod_webdna.so", replace existing files (mod_webdna.so,WebCatalog, WebDNAMonitor) with = the new ones from the zip archive, made the last two files executable, and reboot. =20 ------------------------------------------------------------------------ =20 Change the following: =20 sudo nano /lib/systemd/system/apache2.service sudo nano /etc/systemd/system/multi-user.target.wants/apache2.service =20 Change 'PrivateTmp =3D true' to =20 PrivateTmp =3D false =20 on both files, then reboot. =20 - FTP - =20 NOTE: Must use SFTP to write =20 sudo apt-get install vsftpd sudo systemctl start vsftpd sudo systemctl enable vsftpd =20 backup the original config file: =20 sudo mv /etc/vsftpd.conf /etc/vsftpd.conf.orig =20 create a new config file: =20 sudo nano /etc/vsftpd.conf =20 c/p this into the config file: =20 listen=3DNO listen_ipv6=3DYES anonymous_enable=3DNO local_enable=3DYES write_enable=3DYES local_umask=3D022 dirmessage_enable=3DYES use_localtime=3DYES xferlog_enable=3DYES connect_from_port_20=3DYES chroot_local_user=3DYES secure_chroot_dir=3D/var/run/vsftpd/empty pam_service_name=3Dvsftpd rsa_cert_file=3D/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=3D/etc/ssl/private/ssl-cert-snakeoil.key ssl_enable=3DNO pasv_enable=3DYes pasv_min_port=3D10000 pasv_max_port=3D10100 allow_writeable_chroot=3DYES =20 Now create a ftp account =20 sudo useradd -m ftpuser sudo passwd ftpuser =20 =20 Then add user to www-data =20 sudo adduser ftpuser www-data =20 Create a folder under /var/www/html/ =20 give rights to the www-data group =20 chgrp www-data chmod g+rwx =20 Allow WebDNA to write to db's =20 chgrp www-data chmod g+rwx =20 Other Stuff: =20 Remove dir browsing In /etc/apache2/apache2.conf =20 Look for and change it to: =20 Options FollowSymLinks Options -Indexes =20 =20 =20 root level accesscd sudo su - =20 =20 --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us =20 --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us ------=_NextPart_000_198C_01D55D06.E3F4B5F0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

According to Ubuntu

 

 

 

apache2.conf: the main Apache2 configuration file. Contains settings = that are global to Apache2.

 

httpd.conf: historically the main Apache2 configuration file, named = after the httpd daemon. Now the file does not exist. In older versions = of Ubuntu the file might be present, but empty, as all configuration = options have been moved to the below referenced = directories

 

 

 

From:= = Stuart Tremain [mailto:webdna@plsoftware.com.au]
Sent: = Monday, August 26, 2019 9:00 PM
To: WebDNA Talk = List
Subject: Re: [WebDNA] Ubuntu and = WebDNA

 

Hi = Vincent

 

You can do it on three = levels

 

1) virtual host config = file

2) .htaccess file for = each virtual host or individual directories

3) globally

 

 

1) in the vhost config file - remove Indexes from = :

<Directory = /var/www/>

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  Options Indexes = FollowSymLinks

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  AllowOverride = None

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  Require all = granted

</Directory>

 

 

2) add Options -Indexes to the .htaccess = file

 

 

3) https.conf file - remove Indexes from = :

<Directory = /var/www/>

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 Options Indexes = FollowSymLinks

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 AllowOverride None

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 Require all granted

</Directory>

 

 

 

 

 

Kind = regards

 

Stuart = Tremain

Pharoah Lane = Software

AUSTRALIA

 

 

 

 

 



On 27 = Aug 2019, at 10:44, Vincent Medina <vmedina@apcn.net> = wrote:

 

I just noticed that dir listings is somehow still enabled. Does = anyone know how to disable dir listings in Ubuntu 18.x =

 =

 =

From:=  Vincent = Medina [mailto:vmedina@apcn.net] 
Sent: Sunday, August 25, 2019 10:50 = PM
To: talk@webdna.us
Subject: [WebDNA] Ubuntu and = WebDNA
=

 =

I got = Ubuntu Server 18.04.3 LTS running with WebDNA Fast CGI Here are my notes = (Got from the Talk list, friends and various other sources) feel free to = critique=E2=80=A6.

 =

This is = not for a virtual host 

 =

Use the = directions on the WebDNA site to install WebDNA with = Apache

 =

-----------= ---------------------------------------------------------------

Side = Note:

Upgrading = to WebDNA Server 8.6.3 

 =

Download = the Zip 

Change = "mod_WebDNA_apache2.4.so" file name to = "mod_webdna.so",

replace = existing files (mod_webdna.so,WebCatalog, WebDNAMonitor) with the new = ones from the zip

archive, = made the last two files executable, and = reboot.

 =

-----------= -------------------------------------------------------------<= /span>

 =

Change the = following:

 =

sudo nano = /lib/systemd/system/apache2.service

sudo nano = /etc/systemd/system/multi-user.target.wants/apache2.service

 =

Change = 'PrivateTmp =3D true'

to

 =

PrivateTmp = =3D false

 =

on both = files, then reboot.

 =

- FTP = -

 =

NOTE: Must = use SFTP to write

 =

sudo = apt-get install vsftpd

sudo = systemctl start vsftpd

sudo = systemctl enable vsftpd

 =

backup the = original config file:

 =

sudo mv = /etc/vsftpd.conf = /etc/vsftpd.conf.orig

 =

create a = new config file:

 =

sudo nano = /etc/vsftpd.conf

 =

c/p this = into the config file:

 =

listen=3DNO=

listen_ipv6= =3DYES

anonymous_e= nable=3DNO

local_enabl= e=3DYES

write_enabl= e=3DYES

local_umask= =3D022

dirmessage_= enable=3DYES

use_localti= me=3DYES

xferlog_ena= ble=3DYES

connect_fro= m_port_20=3DYES

chroot_loca= l_user=3DYES

secure_chro= ot_dir=3D/var/run/vsftpd/empty

pam_service= _name=3Dvsftpd

rsa_cert_fi= le=3D/etc/ssl/certs/ssl-cert-snakeoil.pem

rsa_private= _key_file=3D/etc/ssl/private/ssl-cert-snakeoil.key

<= /div>

ssl_enable=3D= NO

pasv_enable= =3DYes

pasv_min_po= rt=3D10000

pasv_max_po= rt=3D10100

allow_write= able_chroot=3DYES

 =

Now create = a ftp account

 =

sudo = useradd -m ftpuser

sudo = passwd ftpuser  

 =

Then add = user to www-data

 =

sudo = adduser ftpuser www-data

 =

Create a = folder under /var/www/html/<new = folder>

 =

give = rights to the www-data group

 =

chgrp = www-data <new folder>

chmod = g+rwx  <new folder>

 =

Allow = WebDNA to write to db's

 =

chgrp = www-data <dbfile>

chmod = g+rwx <dbfile>

 =

Other = Stuff:

 =

Remove dir = browsing

In = /etc/apache2/apache2.conf

 =

Look for = <Directory /var/www/> and change it = to:

 =

<Directo= ry /var/www/>

  = ;  Options FollowSymLinks

  = ;  Options -Indexes

</Direct= ory>  

 =

 =

root level = accesscd

sudo su = -

 =

 =

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail = to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us=

----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list talk@webdna.us To = unsubscribe, E-mail to: talk-leave@webdna.us archives:<= span class=3Dapple-converted-space> http://www.webdna.us/page.dna?numero=3D55 Bug = Reporting: support@webdna.us

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us = archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us ------=_NextPart_000_198C_01D55D06.E3F4B5F0-- . Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Ubuntu and WebDNA (Paul Willis 2019)
  2. Re: [WebDNA] Ubuntu and WebDNA (Stuart Tremain 2019)
  3. Re: [WebDNA] Ubuntu and WebDNA (Stuart Tremain 2019)
  4. RE: [WebDNA] Ubuntu and WebDNA ("Scott @ Itsula" 2019)
  5. RE: [WebDNA] Ubuntu and WebDNA (Vincent Medina 2019)
  6. RE: [WebDNA] Ubuntu and WebDNA ("Scott @ Itsula" 2019)
  7. Re: [WebDNA] Ubuntu and WebDNA (WebDNA Solutions 2019)
  8. RE: [WebDNA] Ubuntu and WebDNA ("Vincent Medina" 2019)
  9. RE: [WebDNA] Ubuntu and WebDNA (Dan Strickler 2019)
  10. Re: [WebDNA] Ubuntu and WebDNA (Stuart Tremain 2019)
  11. RE: [WebDNA] Ubuntu and WebDNA ("Vincent Medina" 2019)
  12. Re: [WebDNA] Ubuntu and WebDNA (Stuart Tremain 2019)
  13. RE: [WebDNA] Ubuntu and WebDNA ("Vincent Medina" 2019)
  14. RE: [WebDNA] Ubuntu and WebDNA ("Vincent Medina" 2019)
  15. Re: [WebDNA] Ubuntu and WebDNA (Stuart Tremain 2019)
  16. RE: [WebDNA] Ubuntu and WebDNA ("Vincent Medina" 2019)
2327 This is a multipart message in MIME format. ------=_NextPart_000_198C_01D55D06.E3F4B5F0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable According to Ubuntu =20 =20 =20 apache2.conf: the main Apache2 configuration file. Contains settings = that are global to Apache2. =20 httpd.conf: historically the main Apache2 configuration file, named = after the httpd daemon. Now the file does not exist. In older versions = of Ubuntu the file might be present, but empty, as all configuration = options have been moved to the below referenced directories =20 =20 =20 From: Stuart Tremain [mailto:webdna@plsoftware.com.au]=20 Sent: Monday, August 26, 2019 9:00 PM To: WebDNA Talk List Subject: Re: [WebDNA] Ubuntu and WebDNA =20 Hi Vincent =20 You can do it on three levels =20 1) virtual host config file 2) .htaccess file for each virtual host or individual directories 3) globally =20 =20 1) in the vhost config file - remove Indexes from : Options Indexes FollowSymLinks AllowOverride None Require all granted =20 =20 2) add Options -Indexes to the .htaccess file =20 =20 3) https.conf file - remove Indexes from : Options Indexes FollowSymLinks AllowOverride None Require all granted =20 =20 =20 =20 =20 Kind regards =20 Stuart Tremain Pharoah Lane Software AUSTRALIA webdna@plsoftware.com.au =20 =20 =20 =20 =20 On 27 Aug 2019, at 10:44, Vincent Medina wrote: =20 I just noticed that dir listings is somehow still enabled. Does anyone = know how to disable dir listings in Ubuntu 18.x=20 =20 =20 From: Vincent Medina [ = mailto:vmedina@apcn.net]=20 Sent: Sunday, August 25, 2019 10:50 PM To: talk@webdna.us Subject: [WebDNA] Ubuntu and WebDNA =20 I got Ubuntu Server 18.04.3 LTS running with WebDNA Fast CGI Here are my = notes (Got from the Talk List, friends and various other sources) feel = free to critique=E2=80=A6. =20 This is not for a virtual host=20 =20 Use the directions on the WebDNA site to install WebDNA with Apache =20 -------------------------------------------------------------------------= - Side Note: Upgrading to WebDNA Server 8.6.3=20 =20 Download the Zip=20 Change "mod_WebDNA_apache2.4.so" file name to "mod_webdna.so", replace existing files (mod_webdna.so,WebCatalog, WebDNAMonitor) with = the new ones from the zip archive, made the last two files executable, and reboot. =20 ------------------------------------------------------------------------ =20 Change the following: =20 sudo nano /lib/systemd/system/apache2.service sudo nano /etc/systemd/system/multi-user.target.wants/apache2.service =20 Change 'PrivateTmp =3D true' to =20 PrivateTmp =3D false =20 on both files, then reboot. =20 - FTP - =20 NOTE: Must use SFTP to write =20 sudo apt-get install vsftpd sudo systemctl start vsftpd sudo systemctl enable vsftpd =20 backup the original config file: =20 sudo mv /etc/vsftpd.conf /etc/vsftpd.conf.orig =20 create a new config file: =20 sudo nano /etc/vsftpd.conf =20 c/p this into the config file: =20 listen=3DNO listen_ipv6=3DYES anonymous_enable=3DNO local_enable=3DYES write_enable=3DYES local_umask=3D022 dirmessage_enable=3DYES use_localtime=3DYES xferlog_enable=3DYES connect_from_port_20=3DYES chroot_local_user=3DYES secure_chroot_dir=3D/var/run/vsftpd/empty pam_service_name=3Dvsftpd rsa_cert_file=3D/etc/ssl/certs/ssl-cert-snakeoil.pem rsa_private_key_file=3D/etc/ssl/private/ssl-cert-snakeoil.key ssl_enable=3DNO pasv_enable=3DYes pasv_min_port=3D10000 pasv_max_port=3D10100 allow_writeable_chroot=3DYES =20 Now create a ftp account =20 sudo useradd -m ftpuser sudo passwd ftpuser =20 =20 Then add user to www-data =20 sudo adduser ftpuser www-data =20 Create a folder under /var/www/html/ =20 give rights to the www-data group =20 chgrp www-data chmod g+rwx =20 Allow WebDNA to write to db's =20 chgrp www-data chmod g+rwx =20 Other Stuff: =20 Remove dir browsing In /etc/apache2/apache2.conf =20 Look for and change it to: =20 Options FollowSymLinks Options -Indexes =20 =20 =20 root level accesscd sudo su - =20 =20 --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: = talk-leave@webdna.us archives: = = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us =20 --------------------------------------------------------- This message = is sent to you because you are subscribed to the mailing list = talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: = http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us ------=_NextPart_000_198C_01D55D06.E3F4B5F0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

According to Ubuntu

 

 

 

apache2.conf: the main Apache2 configuration file. Contains settings = that are global to Apache2.

 

httpd.conf: historically the main Apache2 configuration file, named = after the httpd daemon. Now the file does not exist. In older versions = of Ubuntu the file might be present, but empty, as all configuration = options have been moved to the below referenced = directories

 

 

 

From:= = Stuart Tremain [mailto:webdna@plsoftware.com.au]
Sent: = Monday, August 26, 2019 9:00 PM
To: WebDNA Talk = List
Subject: Re: [WebDNA] Ubuntu and = WebDNA

 

Hi = Vincent

 

You can do it on three = levels

 

1) virtual host config = file

2) .htaccess file for = each virtual host or individual directories

3) globally

 

 

1) in the vhost config file - remove Indexes from = :

<Directory = /var/www/>

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  Options Indexes = FollowSymLinks

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  AllowOverride = None

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0  Require all = granted

</Directory>

 

 

2) add Options -Indexes to the .htaccess = file

 

 

3) https.conf file - remove Indexes from = :

<Directory = /var/www/>

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 Options Indexes = FollowSymLinks

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 AllowOverride None

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 Require all granted

</Directory>

 

 

 

 

 

Kind = regards

 

Stuart = Tremain

Pharoah Lane = Software

AUSTRALIA

 

 

 

 

 



On 27 = Aug 2019, at 10:44, Vincent Medina <vmedina@apcn.net> = wrote:

 

I just noticed that dir listings is somehow still enabled. Does = anyone know how to disable dir listings in Ubuntu 18.x =

 =

 =

From:=  Vincent = Medina [mailto:vmedina@apcn.net] 
Sent: Sunday, August 25, 2019 10:50 = PM
To: talk@webdna.us
Subject: [WebDNA] Ubuntu and = WebDNA
=

 =

I got = Ubuntu Server 18.04.3 LTS running with WebDNA Fast CGI Here are my notes = (Got from the Talk List, friends and various other sources) feel free to = critique=E2=80=A6.

 =

This is = not for a virtual host 

 =

Use the = directions on the WebDNA site to install WebDNA with = Apache

 =

-----------= ---------------------------------------------------------------

Side = Note:

Upgrading = to WebDNA Server 8.6.3 

 =

Download = the Zip 

Change = "mod_WebDNA_apache2.4.so" file name to = "mod_webdna.so",

replace = existing files (mod_webdna.so,WebCatalog, WebDNAMonitor) with the new = ones from the zip

archive, = made the last two files executable, and = reboot.

 =

-----------= -------------------------------------------------------------<= /span>

 =

Change the = following:

 =

sudo nano = /lib/systemd/system/apache2.service

sudo nano = /etc/systemd/system/multi-user.target.wants/apache2.service

 =

Change = 'PrivateTmp =3D true'

to

 =

PrivateTmp = =3D false

 =

on both = files, then reboot.

 =

- FTP = -

 =

NOTE: Must = use SFTP to write

 =

sudo = apt-get install vsftpd

sudo = systemctl start vsftpd

sudo = systemctl enable vsftpd

 =

backup the = original config file:

 =

sudo mv = /etc/vsftpd.conf = /etc/vsftpd.conf.orig

 =

create a = new config file:

 =

sudo nano = /etc/vsftpd.conf

 =

c/p this = into the config file:

 =

listen=3DNO=

listen_ipv6= =3DYES

anonymous_e= nable=3DNO

local_enabl= e=3DYES

write_enabl= e=3DYES

local_umask= =3D022

dirmessage_= enable=3DYES

use_localti= me=3DYES

xferlog_ena= ble=3DYES

connect_fro= m_port_20=3DYES

chroot_loca= l_user=3DYES

secure_chro= ot_dir=3D/var/run/vsftpd/empty

pam_service= _name=3Dvsftpd

rsa_cert_fi= le=3D/etc/ssl/certs/ssl-cert-snakeoil.pem

rsa_private= _key_file=3D/etc/ssl/private/ssl-cert-snakeoil.key

<= /div>

ssl_enable=3D= NO

pasv_enable= =3DYes

pasv_min_po= rt=3D10000

pasv_max_po= rt=3D10100

allow_write= able_chroot=3DYES

 =

Now create = a ftp account

 =

sudo = useradd -m ftpuser

sudo = passwd ftpuser  

 =

Then add = user to www-data

 =

sudo = adduser ftpuser www-data

 =

Create a = folder under /var/www/html/<new = folder>

 =

give = rights to the www-data group

 =

chgrp = www-data <new folder>

chmod = g+rwx  <new folder>

 =

Allow = WebDNA to write to db's

 =

chgrp = www-data <dbfile>

chmod = g+rwx <dbfile>

 =

Other = Stuff:

 =

Remove dir = browsing

In = /etc/apache2/apache2.conf

 =

Look for = <Directory /var/www/> and change it = to:

 =

<Directo= ry /var/www/>

  = ;  Options FollowSymLinks

  = ;  Options -Indexes

</Direct= ory>  

 =

 =

root level = accesscd

sudo su = -

 =

 =

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail = to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us=

----------= ----------------------------------------------- This message is sent to = you because you are subscribed to the mailing list talk@webdna.us To = unsubscribe, E-mail to: talk-leave@webdna.us archives:<= span class=3Dapple-converted-space> http://www.webdna.us/page.dna?numero=3D55 Bug = Reporting: support@webdna.us

 

-------------------------------------------------------= -- This message is sent to you because you are subscribed to the mailing = list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us = archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: = support@webdna.us

--------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list talk@webdna.us To unsubscribe, E-mail to: talk-leave@webdna.us archives: http://www.webdna.us/page.dna?numero=3D55 Bug Reporting: support@webdna.us ------=_NextPart_000_198C_01D55D06.E3F4B5F0-- . "Vincent Medina"

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:

[WriteFile] problems (1997) Need relative path explanation (1997) Locking up with WebCatalog... (1997) Text variables do not show (1999) Replace with Producteditor.tpl (2000) Extended [ConvertChars] (1997) Re[3]: 2nd WebCatalog2 Feature Request (1996) Using Applescript to process WebCatalog functions (1998) Ignoring [OrderFile] context (2005) [input] [/input] (1997) Can't load tmpl files (1997) Off Topic: Frames Killer? (1998) Entry point? Security w/ dbase helper? (1997) upgrading (1997) [ShowNext] (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) in header include files? (1998) quantity minimum problem (1997) vs (1997) WebCatalog NT beta 18 now available (1997)