search for: lstra

Displaying 6 results from an estimated 6 matches for "lstra".

Did you mean: stra
2010 Apr 19
1
BRugs
Hi. I am new here, and I am writing this Winbugs code with BRugs. n=length(bi.bmi) Lagegp=13 Lgen=2 Lrace=5 Lstra=15 Lpsu=2 #model gen x race bi.bmi.model=function(){ # likelihood for (i in 1:n){ bi.bmi[i]~ dbern(p[i]) logit(p[i])<- a0 + a1[agegp[i]]+a2[gen[i]]+a3[race[i]] + a12[agegp[i], gen[i]] + gam[stra[i]]+ u[psu[i],stra[i]] } # constraints for a1, a2, a3, a12 a1[1]<-0.0 a2[1]<-0.0...
2017 Feb 17
5
Centos 7 httpd Permission problems with Postfixadmin
...n issue. In your .htaccess file change > > Order allow,deny > Allow from all > > to the apache 2.4 version > > Require all granted > > See http://httpd.apache.org/docs/2.4/upgrading.html Not there still. In /var/www/html I created .htaccess: # ls -lstra total 12 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 .. 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 . 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess # cat .htaccess Require all granted restarted httpd, and still get the error. [Fri Feb 17 13:36:17.366525 2017] [authz_core:...
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...Order allow,deny > > Allow from all > > > > to the apache 2.4 version > > > > Require all granted > > > > See http://httpd.apache.org/docs/2.4/upgrading.html > > Not there still. In /var/www/html I created .htaccess: > > # ls -lstra > total 12 > 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 .. > 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 . > 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess > > # cat .htaccess > Require all granted > > > restarted httpd, and still get the erro...
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
...t; Order allow,deny >> Allow from all >> >> to the apache 2.4 version >> >> Require all granted >> >> See http://httpd.apache.org/docs/2.4/upgrading.html > > Not there still. In /var/www/html I created .htaccess: > > # ls -lstra > total 12 > 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 .. > 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 . > 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess > > # cat .htaccess > Require all granted > > > restarted httpd, and still get the error....
2017 Feb 17
1
SOLVED - Re: Centos 7 httpd Permission problems with Postfixadmin
...t; Allow from all >>> >>> to the apache 2.4 version >>> >>> Require all granted >>> >>> See http://httpd.apache.org/docs/2.4/upgrading.html >> Not there still. In /var/www/html I created .htaccess: >> >> # ls -lstra >> total 12 >> 4 drwxr-xr-x. 4 root root 4096 Feb 6 16:06 .. >> 4 drwxr-xr-x. 2 root root 4096 Feb 17 13:32 . >> 4 -rw-r--r--. 1 root apache 21 Feb 17 13:32 .htaccess >> >> # cat .htaccess >> Require all granted >> >> >> r...
2017 Feb 17
3
Centos 7 httpd Permission problems with Postfixadmin
On 02/17/2017 12:42 PM, Pete Biggs wrote: > On Fri, 2017-02-17 at 12:02 -0500, Robert Moskowitz wrote: >> More joy with Centos 7. >> >> I am having permission problems with Postfixadmin. I am installing as >> I have in my notes I did in Centos6 and it is not working. >> >> I untar Postfixadmin into /usr/share. The owner is root:root (I even >> tried