Re: apache-1.3.31-1
- From: Zoltán Vad <zoltan.vad@xxxxxxxxx>
- Date: Thu, 17 Apr 2008 17:23:00 +0200
Hi Vince,
On Thu, Apr 17, 2008 at 5:04 PM, Vincent D'Antonio <dantoniov@xxxxxxxxx> wrote:
The question I have is about the httpd.conf file, I am getting permission
deny when I use IE going to the systems host name on "/".
I think this is not aix related problem but pure apache config problem.
The complete apache documentation (v1.3) http://httpd.apache.org/docs/1.3/
My tip is for first... check the 'DocumentRoot' setting and the access
settings...
And see the httpd process error.log file for additional messages...
('grep ErrorLog httpd.conf' for a pathname of the error log file)
Look for in httpd.conf this
DocumentRoot "/somewhere/in/your/system"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride none
Order allow,deny
Allow from all
</Directory>
Cheers, Z
- Follow-Ups:
- print job submission question
- From: Mark Schlechte
- print job submission question
- References:
- apache-1.3.31-1
- From: Vincent D'Antonio
- apache-1.3.31-1
- Prev by Date: apache-1.3.31-1
- Next by Date: chuck lyon/FIU is out of the office.
- Previous by thread: apache-1.3.31-1
- Next by thread: print job submission question
- Index(es):
Relevant Pages
|
|