Displaying 20 results from an estimated 3000 matches similar to: "apache permission problems"
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 27
2
Help with httpd userdir recovery
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 files in mydir,
> Correct.
>
>> and to be able to walk down to subdir.
> Incorrect. The index is a convenience. Without it directories with
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 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
2006 Jul 28
0
Apache/Mongrel Deployment Errors
I am having issues with setting up my apache/mongrel cluster.
I am using FC5, and i currently have 3 mongrels running on port
8000,8001, 8002. I am just testing my apache/mongrel deployment on my
development machine and not online. I have apache 2.2.2, and my
httpd.conf is pretty much the exact default after i yum installed apache
2.2.2. in my /etc/httdp/conf.d , i have myapp.conf, which
2009 Oct 11
3
SVN hell!
Hi!
I'm trying to install SVN on a latest version of CentOS (5.3). I just did:
yum install subversion
yum install mod_dav_svn
Then i edited /etc/httpd/conf.d/subversion.conf
and here is the content:
========================
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS
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
2006 Jan 05
2
Apache issue
I know it is a configuration error. But i cannot figure it out. The
server was working fine until a couple of days ago. it is now throwing:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.
Apache/2.0.52 (CentOS) Server at BabyHydra.localdomain Port 80
Nothing
2016 Dec 27
4
Help with httpd userdir recovery
On 12/27/2016 11:48 AM, Leonard den Ottolander wrote:
> Hello Robert,
>
> On Tue, 2016-12-27 at 10:25 -0500, Robert Moskowitz wrote:
>> I can display the /home/rgm/public_html/index.html file that only has
>> "Hello World' in it (to prevent anyone from walking my file tree from
>> the root).
> To prevent people walking a directory structure you better disable
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
2016 Dec 28
4
Help with httpd userdir recovery
On 12/28/2016 03:32 PM, J Martin Rushton wrote:
>
> On 28/12/16 20:11, Robert Moskowitz wrote:
>>
>> On 12/28/2016 01:53 PM, m.roth at 5-cent.us wrote:
>>> Robert Moskowitz wrote:
>>>> On 12/28/2016 05:11 AM, Todor Petkov wrote:
>>>>> On Wed, Dec 28, 2016 at 5:18 AM, Robert Moskowitz <rgm at htt-consult.com>
>>>>> wrote:
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
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
2016 Dec 27
0
Help with httpd userdir recovery
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 files in mydir,
>> Correct.
>>
>>> and to be able
2016 Dec 28
3
Help with httpd userdir recovery
On 12/28/2016 01:53 PM, m.roth at 5-cent.us wrote:
> Robert Moskowitz wrote:
>> On 12/28/2016 05:11 AM, Todor Petkov wrote:
>>> On Wed, Dec 28, 2016 at 5:18 AM, Robert Moskowitz <rgm at htt-consult.com>
>>> wrote:
>>>> Which is why I wonder if there is some different config for the C7.3
>>>> version
>>>> of apache.
2016 Dec 28
2
Help with httpd userdir recovery
On 28/12/16 21:24, m.roth at 5-cent.us wrote:
> Robert Moskowitz wrote:
>>
>>
>> On 12/28/2016 03:32 PM, J Martin Rushton wrote:
>>>
>>> On 28/12/16 20:11, Robert Moskowitz wrote:
>>>>
>>>> On 12/28/2016 01:53 PM, m.roth at 5-cent.us wrote:
>>>>> Robert Moskowitz wrote:
>>>>>> On 12/28/2016 05:11 AM,
2016 Apr 12
1
Slow authentication on C7
On 12 April 2016 at 18:03, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:
>
> On Tue, April 12, 2016 11:57 am, m.roth at 5-cent.us wrote:
> > James Hogarth wrote:
> >> On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote:
> >>> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote:
> >>> > W dniu
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote:
> On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote:
>> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote:
>> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze:
<SNIP>
> After various testing I ended up going with the Apache LDAP cache module
> and doing the auth at the Apache level, not system.
>
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
2016 Dec 28
2
Help with httpd userdir recovery
On 12/28/16, 3:09 PM, "CentOS on behalf of Robert Moskowitz" <centos-bounces at centos.org on behalf of rgm at htt-consult.com> wrote:
On 12/28/2016 06:05 PM, J Martin Rushton wrote:
>
> On 28/12/16 21:24, m.roth at 5-cent.us wrote:
>> Robert Moskowitz wrote:
>>>
>>> On 12/28/2016 03:32 PM, J Martin Rushton wrote:
>>>> On 28/12/16 20:11,