From: Don S. <do...@se...> - 2003-04-06 21:04:56
|
I havne't looked at the diff (I'm at my in-laws :p) but I can say that the ./secure_phpws.sh run apache.users way of running doesn't work. Don. On Sun, 6 Apr 2003, Andy Harrison wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Can this diff be applied? It's sort of a hassle to change it every time I go > to run it... > > > > # diff setup/secure_phpws.sh /var/www/nocarbos/setup/secure_phpws.sh > 1c1 > < #!/bin/sh > - --- > > #!/bin/bash > 32c32 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 35,37c35,37 > < chown $APACHE_USER.$APACHE_GROUP ../conf/ > < chown -R $APACHE_USER.$APACHE_GROUP ../images/ > < chown -R $APACHE_USER.$APACHE_GROUP ../files/ > - --- > > chown $APACHE_USER:$APACHE_GROUP ../conf/ > > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > 52c52 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 55c55 > < chown $APACHE_USER.$APACHE_GROUP ../.htaccess > - --- > > chown $APACHE_USER:$APACHE_GROUP ../.htaccess > 59,61c59,61 > < chown -R $APACHE_USER.$APACHE_GROUP ../images/ > < chown -R $APACHE_USER.$APACHE_GROUP ../files/ > < chown $APACHE_USER.$APACHE_GROUP ../conf/branch/ > - --- > > chown -R $APACHE_USER:$APACHE_GROUP ../images/ > > chown -R $APACHE_USER:$APACHE_GROUP ../files/ > > chown $APACHE_USER:$APACHE_GROUP ../conf/branch/ > > > ~~ > Andy Harrison > ah##@httpsite.com > ICQ: 123472 AIM/Y!: AHinMaine > [full headers for details] > > -----BEGIN PGP SIGNATURE----- > Version: PGP 6.5.8 > > iQCVAwUBPpCSHlPEkLgodAWVAQFLQgP/fytPmIMRWn1nDAyHYCLrQbHBDeLu3006 > 0pzEeeCYcqrOUBPeoE+aTVEcshKdxx3Cf/TJ5ue85MoEqRU5Qdl+wWWnxHIaMBSI > P6ogned5rBdAZUw3s9fMtQ0Rmnq2kpG8lWr1SfQMRex1UsoRUKIshTqU2gPxvlGI > G2YAzId378I= > =kt6O > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |