Displaying 20 results from an estimated 5000 matches similar to: "httpd permissions question"
2006 Feb 17
2
OT: Local Mirror problems, wrong paths to RPMs with yum update
This week I set up a local mirror for a few dists, including Centos 4.0
and 4.2, and Fedora Core 3 and 4. I'm using a script called yum-pull.
For the most part I really like the script, it automates the setup of
your mirrors and tries a bunch of different mirrors when it goes out to
get updates, if it fails on one it tries another. It uses the usual
suspects, createrepo and repoview, among
2010 Apr 24
5
About your application's environment URL not found
Hi
I am a newbie (which you probably guessed from the subject) and have
just installed ruby 1.8.7, rails 2.3.5 and apache 2.2.12 on ubuntu 9.10.
I have created a rails app and edited my apache config as shown below.
The Rails "Welcome aboard" page displays, but when I click on "About
your application''s environment" I get
"Not Found
The requested URL
2008 Jan 23
7
Apache, Mongrel, Authentication
A question about mongrel, apache and authentication.
I''ve got a Rails site with I think a very typical setup: a mongrel
cluster behind an Apache proxy. So Apache''s handling the static stuff
and it hands off dynamic content to mongrel. I want to put the site
temporarily behind Apache''s basic authentication. What I get when I
do this is that is a password prompt which
2013 Oct 20
4
- multiple virtual host on httpd
hi everybody,
how I do to set a mutiple virtual host on httpd configuration?
I need to host multiple sites with the same IP address
what must be the httpd.conf configuration file and into /etc/httpd/conf.d/?
thanks in advance
kind regards,
./p
2014 Oct 22
0
config file locations
On Tuesday 21 October 2014 22:06:48 Charles Lepple did opine
And Gene did reply:
> Hi Gene,
>
> On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote:
> >> configure: error: libgd not found, required for CGI build
> >>
> >> And gdlib does not appear to be available from the repo's.
>
> Sorry, I must have missed that message.
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 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
2009 Jul 20
1
CSS issue when using SubUri and Passenger
I am testing another application in local
in my environment.rb I wrote
config.action_controller.relative_url_root = "/elnino"
config.action_controller.asset_host = "http://opticoaching.local"
I defined correctly the vhost (I have already odne it for another app
which is running well...)
<VirtualHost *:80>
ServerName opticoaching.local
DocumentRoot
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all,
Can anyone point me to any solid documentation on how to set up a
production server using RVM, Passenger, and Apache2? I have been at
this for a week with absolutely no luck at all so I thought I would
post here to see if anyone has managed to get this to work and written
down the steps they used.
Right now with my current implementation, I am getting a 404 error
when I attempt to
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
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
2009 Jan 28
4
Call Recording Alias
Modified httf.conf file and added :
------------------------------------------------------
Alias /recordings/ "/var/spool/asterisk/monitorDONE/"
<Directory "/var/spool/asterisk/monitorDONE">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Created a folder under vicidial as recordings.
FULL_RECORDING is also enabled.
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
2012 May 03
6
Hosting application on private network.
Hi,
I have a Ruby on Rails application. I am able to run it in my local
system using Apache2 server. I would like to host my application so that
all the systems in the private network 192.168.3.0/24 should be able to
access the web-application. My system private-ip is 192.168.3.57.
Please help me what all configurations do I need to do.
Thank you
Ajit
--
Posted via
2010 Nov 16
4
easy httpd's problem
your guys:
I can't see the direcotry under / produced by mkdir command via Internat Explorer, except the any direcotry and file that exist after the CentOS installation complete.
This is my directory 's detail information:
drwxr-xr-x root www-data root:object_r:default_t CenterRepo
and my httpd's configuration information:
<VirtualHost *:80>
ServerAdmin
2011 Oct 20
2
Agile book apache2.conf: Forbidden You don't have permission to access / on this server.
Appreciate any help -
I am working through Agile web development (4.0) and am stuck on the
deployment using phusion passenger. I get this:
"Forbidden
You don''t have permission to access / on this server."
when I put depot.yourhost.com in the browser.
I have been through various web searches and for file permissions and
suggestions to change the <Files> container.
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
2017 May 05
6
tabs ignored in here document
I thought this worked. Many web pages tell you it works. But bash is
ignoring tabs in my here docs. Worst, where there are two tabs, it is
functioning as a command expand in bash, where all files in the current
directory are listed to complete the command.
The following is the here doc I am using. Most likely the tabs will be
converted to spaces in this email. But the bottom line is,
2014 Oct 22
4
config file locations
Hi Gene,
On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote:
>> configure: error: libgd not found, required for CGI build
>>
>> And gdlib does not appear to be available from the repo's.
>
Sorry, I must have missed that message.
This is still with Ubuntu 10.04, right?
http://packages.ubuntu.com/source/lucid/nut lists the build dependencies,
2004 Dec 23
2
local yum repository
bit off topic, but....
I've set up my first Centos gateway server and now
setting up another server on internal network.
I thought it would be nice to use the gateway servers
"/var/cache/yum" as a local repository for any internal servers
since it would be up to date with the lastest packages and save
bandwidth.
So... I created a sym link to create a repository through
gateways