Displaying 20 results from an estimated 200 matches similar to: "Apache Directory Level access control"
2015 May 07
0
Apache 2.2 itk - 404 not found
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
> 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
2007 Oct 31
2
Managing apache authentication
Hi there.
I''m trying to wrap my head around puppet and its parlance and need some
guidance...
2 Questions:
1) I have done some puppet stuff on a new server and would like to hear
whether I have done things "the right way"
2) I want to build on top of that and am not sure how...
Question 1
==========
We don''t normally host static websites for people, but have been
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
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
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
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
2006 Sep 06
2
.htaccess in public and adding password protection
While my site is in development I wish to add basic password protection.
At the moment my .htaccess looks like this:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/httpd/mydomain.co.uk/.htpasswd
AuthGroupFile /dev/null
require valid-user
.htpasswd exists and has an entry, yet I do not get a password prompt?
Does Apache Auth work for dynamic resources or only static
2008 Apr 18
2
Can't get .htaccess to work
Hi,
I'm trying to password protect one of my web accessable
directories and I can't get .htaccess to work in a Centos 5.1 box
Here's what I did
I created an .htaccess file with the contents:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /home/mysite/.htpasswd
AuthGroupFile /dev/null
require valid-user
and I uploaded it to the dir I want to protect. Then I
2017 Dec 04
1
Apache and web content permissions
Le 02/12/2017 ? 16:25, Brian Mathis a ?crit?:
> You could write a script to open the permissions, apply updates using
> something like http://wp-cli.org/, then close the permissions again. Run
> it through cron so you get updates in a timely manner.
Here's a little script I wrote to automatically update Wordpress core,
extensions and themes. Works perfectly. I'll run it manually
2006 May 08
4
Special character with Apache in Centos 4.3
Hi guys,
i have installed centos 4.3 and i have a problem with Apache.
All char like "?", "-", ecc. in web pages appears as "?".
This is the variable in httpd.conf:
"AddDefaultCharSet UTF-8"
I have also set: "AddDefaultCharSet ISO-8859-1" without any change.
Where is the problem?
Thanks
Luigi
-------------- next part --------------
An HTML
2006 Sep 25
0
Odd indexing issue
Hey Dave,
I just contributed $100 to the ferret donation box. My project is
earning no money yet (but hopefully will), for now I hope this helps you
out and covers me for asking stupid questions ;).
To get a distance sorted output, I am passing an array of the id field
from a ferret search through to mysql in a custom select statement.
SELECT ... id IN (#{ids.join(",")})
This has
2010 Jan 11
2
Securing http authentication from brute force attacks
We have several web applications deployed under Apache that require
a user id / password authentication. Some of these use htdigest and
others use the application itself.
Recently we have experienced several brute force attacks against
some of these services which have been dealt with for the nonce by
changes to iptables. However, I am not convinced that these changes
are the answer.
Therefore
2009 Aug 18
1
WebDav on CentOS?
Hello,
I'm trying to set up webdav on apache on centos. My web area has dav
on set, it's permissions are 775 owner of the apache user and group of the
webdev group which i put users in who can write to the area. As a user
locally logged on to the machine i can cd to the area and create content
though it is owned and has a group of the user who made it i don't think
this is what i
2005 Mar 23
1
mod_ntlm_winbind authentication issues
Attempting to use mod_ntlm_winbind to provide passthrough
authentication to an apache vhost, I'm running into a problem that I
hope is merely me misunderstanding the proper setup...
The details:
serverside:
freebsd 4.10-p3
mod_ntlm_winbind.c rev 117 from svn
samba 3.0.11 from freebsd ports
apache 1.3.33+mod_ssl from freebsd ports
Windows 2000 Server SP4
clientside:
Windows XP SP2
2007 Feb 10
7
Adding entry breaks index
Our ferret 0.10.13 index has been slowly growing on our debian server
and has just got up over 14,000 records. Yesterday I randomly noticed
that one search I did was suddenly giving whack, unexpected results. I
have spent much time trying to track the problem.
Tried ferret 0.10.9 - no change.
Tried on a windows machine - where it works fine, and doesn''t give weird
results (which just
2008 Oct 08
1
Apache Charset vs html file charset
The apache httpd.conf has AddDefaultCharset UTF-8 while
the page I'm viewing on my CentOS server is charset=ISO-8859-1
The page appears funny on the browser showing ??
Given that apache has the default charset shouldn't it honor it?
Why the ?? characters?
Spike.
2011 Mar 26
2
Verify tomcat config
I'm going to retire an old RHEL3 server and move the services to CentOS5.
In particular, the web server is giving me a headache. On the old box, there's
a hacked-up httpd/mod_jk/tomcat setup, and CentOS is perfect for the new
box because the required components are included and the whole setup "just
works" straight from installation.
There seems to be surprisingly little
2006 Aug 07
0
some questions about mongrel
i posted some of these questions on the rails list, but thought that i
should probably post them here instead.
zed has already answered one of my questions, but i did have a couple more.
1) mongrel is not writing the pid file, which i have specified in the
config file
---
:cwd: /srv/www/railsapps/rftrack
:includes:
- mongrel
:log_file: log/mongrel.log
:config_script:
:pid_file: log/mongrel.pid
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am
using mock.
The are three build dependencies that I am trying to resolve. One,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
2008 Jun 16
3
Apache rewrites with mongrel
I?m knew to rewrites on apache in combination with mongrelcluster.
It?s urgend for me, because the server has an loadaverage about 10
:-(((((
Ok so I?m using 3 mongrel-server on an mongrelcluster. The Loadbalancer
ist apache
I think, that my rewrites are not correct. Please can anybody check my
rewrites ?
That?s in my /etc/apache2/conf.d/rails.proxy_cluster.conf
<Proxy