search for: userdirs

Displaying 20 results from an estimated 107 matches for "userdirs".

Did you mean: userdir
2015 Sep 25
3
httpd userdir problem
Look in /etc/httpd/conf.d/ for userdir.conf. -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Timothy Murphy Sent: Friday, September 25, 2015 1:04 PM To: centos at centos.org Subject: Re: [CentOS] httpd userdir problem Timothy Murphy wrote: > I'm running httpd-2.4.6-31.el7.centos.1.x86_64 > under CentOS-7 (kernel
2015 Sep 25
5
httpd userdir problem
I'm running httpd-2.4.6-31.el7.centos.1.x86_64 under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64). I cannot get the httpd userdir facility working; when I try to access localhost/Menloe I get the message "You don't have permission to access /Menloe on this server." I see in /var/log/httpd/error_log "Symbolic link not allowed or link target not accessible:
2016 Dec 28
4
Help with httpd userdir recovery
On 12/27/2016 07:06 PM, John Fawcett wrote: > On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >> >> On 12/27/2016 05:44 PM, John Fawcett wrote: >>> That error should be caused by having MultiViews options but incorrect >>> permissions (711 instead of 755) on the directory. >> I just did chmod -R 755 /home/rgm/public_html and no change in behavior. >>
2016 Dec 28
2
Help with httpd userdir recovery
Robert, On Wed, 2016-12-28 at 01:43 +0100, John Fawcett wrote: > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: > > > > > > On 12/27/2016 07:06 PM, John Fawcett wrote: > > > On 12/28/2016 12:34 AM, Robert Moskowitz wrote: > > > > > > > > On 12/27/2016 05:44 PM, John Fawcett wrote: > > > > > That error should be caused by
2015 Sep 25
0
httpd userdir problem
also if selinux is enabled, the boolean httpd_enable_homedirs should be set On Fri, Sep 25, 2015 at 1:11 PM, Richard Mann <rmann at ilsworld.com> wrote: > Look in /etc/httpd/conf.d/ for userdir.conf. > > -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of Timothy Murphy > Sent: Friday, September 25, 2015
2015 Sep 28
0
httpd userdir problem
In article <mu3t01$c2l$1 at ger.gmane.org>, Timothy Murphy <gayleard at eircom.net> wrote: > I'm running httpd-2.4.6-31.el7.centos.1.x86_64 > under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64). > > I cannot get the httpd userdir facility working; > when I try to access localhost/Menloe I get the message > "You don't have permission to access /Menloe on
2016 Dec 28
1
Help with httpd userdir recovery
On Wed, 2016-12-28 at 08:20 -0500, Robert Moskowitz wrote: > > On 12/28/2016 07:35 AM, Louis Lagendijk wrote: > > Robert, > > On Wed, 2016-12-28 at 01:43 +0100, John Fawcett wrote: > > > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: > > > > > > > > On 12/27/2016 07:06 PM, John Fawcett wrote: > > > > > On 12/28/2016 12:34 AM,
2016 Dec 28
0
Help with httpd userdir recovery
On 12/28/2016 01:12 AM, Robert Moskowitz wrote: > > > On 12/27/2016 07:06 PM, John Fawcett wrote: >> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>> >>> On 12/27/2016 05:44 PM, John Fawcett wrote: >>>> That error should be caused by having MultiViews options but incorrect >>>> permissions (711 instead of 755) on the directory.
2016 Dec 28
0
Help with httpd userdir recovery
On 12/28/2016 07:35 AM, Louis Lagendijk wrote: > Robert, > On Wed, 2016-12-28 at 01:43 +0100, John Fawcett wrote: >> On 12/28/2016 01:12 AM, Robert Moskowitz wrote: >>> >>> On 12/27/2016 07:06 PM, John Fawcett wrote: >>>> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>>>> On 12/27/2016 05:44 PM, John Fawcett wrote:
2007 Jun 10
1
Problems with UserDir directive on CentOS 5
Hi, I'm currently setting up a local LAMP server to test various apps. Starting from the out-of-the-box configuration of Apache, I test it, and it's OK: http://localhost shows Apache's default page OK in Firefox. Now I edit /etc/httpd/conf/httpd.conf and replace 'UserDir disabled' by 'UserDir public_html'. I restart Apache. Then, as a normal user (kikinovak): $
2016 Dec 27
2
Help with httpd userdir recovery
I lost my harddrive on my little personal webserver that only serves some private files from my userdir. So I am trying to build this from notes on a new Centos7.3 installation (well really Centos7.3-arm, but supposedly same sources). Right now the server is running on a test subnet, not the production, but I have set up the hostname and my standard httpd edits. I have enabled userdir and
2016 Dec 28
2
Help with httpd userdir recovery
On 12/27/2016 07:43 PM, John Fawcett wrote: > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: >> >> On 12/27/2016 07:06 PM, John Fawcett wrote: >>> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>>> On 12/27/2016 05:44 PM, John Fawcett wrote: >>>>> That error should be caused by having MultiViews options but incorrect >>>>>
2016 Dec 28
0
Help with httpd userdir recovery
On 12/27/2016 08:20 PM, John Fawcett wrote: > On 12/28/2016 01:43 AM, John Fawcett wrote: >> On 12/28/2016 01:12 AM, Robert Moskowitz wrote: >>> On 12/27/2016 07:06 PM, John Fawcett wrote: >>>> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>>>> On 12/27/2016 05:44 PM, John Fawcett wrote: >>>>>> That error should be caused by having
2015 Sep 25
0
httpd userdir problem
Timothy Murphy wrote: > I'm running httpd-2.4.6-31.el7.centos.1.x86_64 > under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64). > > I cannot get the httpd userdir facility working; > when I try to access localhost/Menloe I get the message > "You don't have permission to access /Menloe on this server." Incidentally, httpd -l returns Compiled in modules: core.c
2008 Oct 21
1
SPSS to R conversion "error in iconv..."
Dear R users, I am trying to get R to read an .sav data file generated in SPSS 17 for Mac. Here is the command and the error message: > data = read.spss('/Users/userdir/Desktop/filename.sav') Error in iconv(names(rval), cp, "") : unsupported conversion In addition: Warning message: In read.spss("/Users/userdir/Desktop/filename.sav") :
2016 Dec 27
2
Help with httpd userdir recovery
On 12/27/2016 05:44 PM, John Fawcett wrote: > On 12/27/2016 11:02 PM, Robert Moskowitz wrote: >> >> On 12/27/2016 02:58 PM, Leonard den Ottolander wrote: >>> Hello Robert, >>> >>> On Tue, 2016-12-27 at 12:43 -0500, Robert Moskowitz wrote: >>>> My understanding (most likely flawed) is that Indexes are needed to see >>>> the list of
2016 Aug 03
4
FW: kerberos nfs4's principals and root access
...200 > > Bruno MACADRÉ <bruno.macadre at univ-rouen.fr> wrote: > > > >> It's ok > >> > >> So, if I create a httpuser and an httpgroup in my AD and use these at > >> owner and group for my apache2 daemon, this one could access to > >> userdirs (while permissions granting it) ? But I need to cron 'kinit' > >> to keep valid ticket... ? > >> > >> My local root user always can't access to the share, but my other > >> problem seems to be resolved. > >> > >> > > OK, I went...
2009 Jun 29
1
Installing DLL elsewhere than in \libs?
Hello, Its a couple of days I am fighting with this problem, and cannot find a solution. I need to compile a DLL that is not directly used by R, but must be installed elsewhere (it is indeed part of a Tcl/Tk package). So, I want to install it in /tklibs/tkpackage/alib.dll (under Windows) in my compiled package. I do manage to compile it in /src, but cannot copy it at the right place. I
2016 Aug 02
3
FW: kerberos nfs4's principals and root access
It's ok So, if I create a httpuser and an httpgroup in my AD and use these at owner and group for my apache2 daemon, this one could access to userdirs (while permissions granting it) ? But I need to cron 'kinit' to keep valid ticket... ? My local root user always can't access to the share, but my other problem seems to be resolved. Thanks Le 02/08/2016 à 16:37, Rowland Penny a écrit : > On Tue, 2 Aug 2016 16:02:41 +0200 >...
2016 Dec 28
2
Help with httpd userdir recovery
On 12/28/2016 01:43 AM, John Fawcett wrote: > On 12/28/2016 01:12 AM, Robert Moskowitz wrote: >> >> On 12/27/2016 07:06 PM, John Fawcett wrote: >>> On 12/28/2016 12:34 AM, Robert Moskowitz wrote: >>>> On 12/27/2016 05:44 PM, John Fawcett wrote: >>>>> That error should be caused by having MultiViews options but incorrect >>>>>