Re: apache-1.3.31-1



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



Relevant Pages

  • Re: Most secure web server
    ... Apache is often used, but has many features which are not ... Being heavy-weight is more likely to introduce exploits. ... and a server socket. ...
    (comp.os.linux.security)
  • Re: Most secure web server
    ... Apache is often used, but has many features ... and a server socket (maybe a few more ... and don't load modules for features you don't need. ... You're talking about security and PHP in the same paragraph, ...
    (comp.os.linux.security)
  • Re: Relay Pages: Incoming to old IIS URL -> Request to new PHP Server for content -> Out to
    ... I created a reverse proxy system with Apache using mod_perl a long time ... Perhaps you could use the Apache 2 features for proxying as they ... server set up as a reverse proxy with the gzip compression features on. ...
    (microsoft.public.dotnet.framework.aspnet)
  • ANNOUNCE: Mod_python 3.2.2 Beta
    ... The Apache Software Foundation and The Apache HTTP Server Project are ... Version 3.2.2b of mod_python features several new functions and attributes providing better access to apache internals, file-based sessions and other session improvements, as well as many bug fixes and various performance and security improvements. ... Preferred method of reporting problems is the mod_python user list ...
    (comp.lang.python)
  • ANNOUNCE: Mod_python 3.2.5 Beta
    ... The Apache Software Foundation and The Apache HTTP Server Project are ... Version 3.2.5b of mod_python features several new functions and attributes providing better access to apache internals, file-based sessions and other session improvements, as well as many bug fixes and various performance and security improvements. ... Preferred method of reporting problems is the mod_python user list ...
    (comp.lang.python)