Displaying 20 results from an estimated 40000 matches similar to: "Install to different directory (bsd)"
2004 Aug 06
2
Install to different directory (bsd)
Is there any easy way to direct the makefile to install into a different
path? I don't have write access to /usr - I'd like to install it into a
subfolder in my userdir.
Thanks in advance.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
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:
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 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
2006 May 14
6
file and directory layout below app/models
Hiall,
Is it possible to organize my model files below app/models into
subfolders? E.g. I would like to put admin related models into their
own subfolder. This kind of structuring works for controllers and
views (scaffolding creates the right subfolder-model mappings), but
app/models always stays flat. I''d really like to be able to group my
code into logical, well packages :-) Yes, I
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 Aug 03
4
FW: kerberos nfs4's principals and root access
You need for the apache keytab something like
Alias /webmail /usr/share/webmail
#
<Directory /usr/share/ webmail >
AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate On
KrbMethodK5Passwd Off
KrbServiceName HTTP
KrbAuthRealms EXAMPLE.COM
Krb5KeyTab /etc/httpd/conf/keytab
require valid-user
</Directory>
chmod 400 /etc/httpd/conf/keytab
chown
2004 Oct 05
5
Slow Directory listing
hi,
on samba3 a have a directory "foo" with one subfolder "blah". the subfolder
contains a huge subtree with lot of files (11gig). if i click on "foo" it
takes 10 or more seconds to get the one folder "blah". but if i use the left
foldertree of explorer, there are no problems, it's fast. what is the
explorer looking for? size calculations?
it there a
2016 Aug 03
1
FW: kerberos nfs4's principals and root access
If not done, add the server to the AD.
Add the host and nfs to the COMPUTERNAME($) account.
And use winbind to refresh the keytab.
Stop samba,
remove the keytab, create the new with the new SPN's in it,
start samba.
And Use the second keytab for apache with only http as upn in it.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at
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
>>>>>
2015 May 07
2
Apache 2.2 itk - 404 not found
Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
try to access apache's document root from a browser on local network, it
always serve me the Apache welcome page, even if I have a index.html and
a phpinfo.php file in the /var/www/html folder. If point the browser
specifically to http://server/index.html, I get a '404 Not found error'.
I'm running CentOS
2014 Jun 21
2
Managing users and home dirs
For those of you using virtual users, and SQL, how are you managing
your users and their home dirs ? That is, what process do you use for
adding/deleting users, creating their home dirs etc ? I suppose it's
easy enough to do manually, inserting rows in the database, creating
dirs, chown/chmod yada yada, but there must be a better way to do it ...
If you're doing dovecot replication then it
2012 May 26
1
Splitting up directories with Samba variables
In my smb.conf file, I currently I have a user share definition as:
[userdir]
path = /samba/%U
writeable = yes
The problem is, the user pool is in the tens of thousands, so it is not
practical to have that many directories within /samba.
I'd like to somehow dynamically configure the path with subdirectories,
using the first, and second letter of the username as the first and
2007 Oct 29
1
Force parent directories creation
Hello,
If I have a directory tree in the source machine like the following:
192.168.1.1 => /raid/system/mainfolder/folder1/subfolder/myfile.txt
and the target machine directory tree looks like:
192.168.1.2 => /raid/system/mainfolder/
Is there a way to send myfile.txt to the target machine and force rsync
to create the target directories (/folder1/subfolder) ?
When I use a command like
2015 May 07
3
Apache 2.2 itk - 404 not found
I forgot to mention it. All the files under /var/html are owned by
apache:apache
On 15-05-07 04:07 PM, Eric Lehmann wrote:
> Have you checked the file rights under your document root ?
> Your apache group need reading right.
> Am 07.05.2015 21:42 schrieb "John" <tuxfed at gmail.com>:
>
>> Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I
2006 Apr 13
4
apache permission problems
Well i finally got CentOS 4.3 booting, apache is installed, and im
trying to setup some virutal hosts, i want the main site to be my
default virtual host (which i had on my gentoo server) but i keep
getting permission denied errors:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument to
2006 Apr 21
3
Bug: maidirsize double counting moved messages
The maildirsize file is double counting messages when moving them from
folder to folder when "maildir_copy_with_hardlinks = no":
1024000000000S
99337571 19370
14010590 2 <--- moved from subfolder to subfolder
-7005295 -1
14010590 2 <--- moved from subfolder to INBOX
-7005295 -1
14010590 2 <--- moved from INBOX to subfolder
-7005295 -1
14010590 2 <---
2009 Apr 10
1
directory permission problems
I have shares such as the one below. Users in the group (in this
example, the group grants) can access the root directory of the share
(\\roark\grants) just fine, and it and all files and subfolder
permissions are 770 and owned by the group grants, but users have
problems going into subfolders, getting access denied errors. Or, in
the root directory they can create files, but not delete or