Displaying 15 results from an estimated 15 matches for "includesnoexec".
2016 Dec 27
2
Help with httpd userdir recovery
...e case for /home/rgm.
So I deleted the whole public_html directory. Re moved the files over.
I went back to the default user_dir setup of:
<Directory "/home/*/public_html">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
Restarted httpd and tried again. I get my ~/public_html/index.html to
display, cannot get a directory list to display. I can display a file.
If I list a specific jpg in one of the directories it comes up ok, but I
am not getting the lis...
2016 Dec 27
2
Help with httpd userdir recovery
...server.
So obviously I have forgotten something that I did not put into my
notes, or something has changed from Centos6.
I have tried both:
<Directory "/home/*/public_html">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
which is what the current /etc/httpd/conf.d/userdir.conf has, and what I
have in my notes:
<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoEx...
2015 Sep 25
5
httpd userdir problem
...while in /var/log/httpd/access_log I see
"GET /Menloe HTTP/1.1" 403 208
In /etc/httpd/conf.d/userdir.conf I have
UserDir public_html
and
<Directory "/home/*/public_html">
AllowOverride All
Require all granted
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>
The directory ~/public_html/Menloe/ is owned by me,
and has permissions drwxr-xr-x.
I wonder if anyone has met this problem?
Or if anyone is using the apache userdir facility in CentOS 7?
--
Timothy Murphy
gayleard /at/ eircom.net
School...
2006 Apr 13
4
apache permission problems
...rDir public_html
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
<Directory /home/*/public_html/cgi-bin>...
2009 Sep 20
2
SSL and virtual hosts?
Hi,
I successfully managed to use SSL on a local webserver for testing
purposes, following the section "Using SSL" in the Chapter "Using
Apache" of the "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info
2015 Sep 28
0
httpd userdir problem
..."GET /Menloe HTTP/1.1" 403 208
>
> In /etc/httpd/conf.d/userdir.conf I have
> UserDir public_html
> and
> <Directory "/home/*/public_html">
> AllowOverride All
> Require all granted
> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> Require method GET POST OPTIONS
> </Directory>
>
> The directory ~/public_html/Menloe/ is owned by me,
> and has permissions drwxr-xr-x.
You need to include your username in the URL, otherwise it doesn't know
whose public_html directory to look for. The username mus...
2016 Dec 27
0
Help with httpd userdir recovery
...; So I deleted the whole public_html directory. Re moved the files
> over. I went back to the default user_dir setup of:
>
> <Directory "/home/*/public_html">
> AllowOverride FileInfo AuthConfig Limit Indexes
> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> Require method GET POST OPTIONS
> </Directory>
>
> Restarted httpd and tried again. I get my ~/public_html/index.html to
> display, cannot get a directory list to display. I can display a
> file. If I list a specific jpg in one of the directories it comes up
> ok...
2016 Dec 27
2
Help with httpd userdir recovery
...le public_html directory. Re moved the files
>> over. I went back to the default user_dir setup of:
>>
>> <Directory "/home/*/public_html">
>> AllowOverride FileInfo AuthConfig Limit Indexes
>> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
>> Require method GET POST OPTIONS
>> </Directory>
>>
>> Restarted httpd and tried again. I get my ~/public_html/index.html to
>> display, cannot get a directory list to display. I can display a
>> file. If I list a specific jpg in one of the direct...
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 May 07
2
Apache 2.2 itk - 404 not found
...map var
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Alias /error/ "/var/www/error/"
<IfModule mod_negotiation.c>
<IfModule mod_include.c>
<Directory "/var/www/error">
AllowOverride None
Options IncludesNoExec
AddOutputFilter Includes html
AddHandler type-map var
Order allow,deny
Allow from all
LanguagePriority en es de fr
ForceLanguagePriority Prefer Fallback
</Directory>
</IfModule>
</IfModule&...
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
3
Apache 2.2 itk - 404 not found
...er INCLUDES .shtml
>> Alias /error/ "/var/www/error/"
>> <IfModule mod_negotiation.c>
>> <IfModule mod_include.c>
>> <Directory "/var/www/error">
>> AllowOverride None
>> Options IncludesNoExec
>> AddOutputFilter Includes html
>> AddHandler type-map var
>> Order allow,deny
>> Allow from all
>> LanguagePriority en es de fr
>> ForceLanguagePriority Prefer Fallback
>>...
2015 May 07
0
Apache 2.2 itk - 404 not found
...l .shtml
> AddOutputFilter INCLUDES .shtml
> Alias /error/ "/var/www/error/"
> <IfModule mod_negotiation.c>
> <IfModule mod_include.c>
> <Directory "/var/www/error">
> AllowOverride None
> Options IncludesNoExec
> AddOutputFilter Includes html
> AddHandler type-map var
> Order allow,deny
> Allow from all
> LanguagePriority en es de fr
> ForceLanguagePriority Prefer Fallback
> </Directory>
> <...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...ml
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
#
# DirectoryIndex: sets the file that Apache will serv...
2006 Jan 05
2
Apache issue
...ml
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
#<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS>
# Order deny,allow
# Deny from all
# </LimitExcept>
#</Directory>
#
# DirectoryIndex: sets the file that Apache will serv...