-Jonathan zhou jian wrote:
Not at all. I checked the log file. I am running RT in this httpd. And the RT was installed under /opt/rt3. I added the configuration below to the httpd.conf. Fromthe error message in the log file, I found that"client denied by server configuration: /opt/rt3/share/html/index.html" And http://128.255.163.105/index.html was directed to the virtual host install of /usr/local/htdocs/index.html where I installed my httpd server. I think this is the problem. But how can I correct this one? <VirtualHost 128.255.163.105> Alias /rt "/opt/rt3/share/html" #Alias /rt "/usr/local/rt"ServerName 128.255.163.105DocumentRoot /opt/rt3/share/html AddDefaultCharset UTF-8 PerlModule Apache::DBI PerlRequire /opt/rt3/bin/webmux.pl<Location /opt/rt3/share/html>SetHandler perl-script PerlHandler RT::Mason </Location> </VirtualHost> //log file of httpd server [Fri Feb 24 14:51:20 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html [Fri Feb 24 14:51:20 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html [Fri Feb 24 14:51:20 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html [Fri Feb 24 14:51:45 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html [Fri Feb 24 14:53:54 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html [Fri Feb 24 15:00:25 2006] [error] [client 128.255.163.105] client denied by server configuration: /opt/rt3/share/html/index.html --- "Jonathan S. Abrams" <j.abrams@xxxxxxxxxxxxxxxxxxx> wrote:Is your firewall blocking port 80? -Jonathan zhou jian wrote:The strange thing is that I can access with http://127.0.0.1/index.html. Does this one relatedtofirewall? --- zhou jian <sunzhoujian@xxxxxxxxx> wrote:# This should be changed to whatever you set DocumentRoot to. # <Directory "/usr/local/apache2_rt/htdocs"> # # Possible values for the Options directiveare"None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicatedandimportant. Please see #http://httpd.apache.org/docs/2.2/mod/core.html#options# for more information. # Options Indexes FollowSymLinks## AllowOverride controls what directives maybeplaced in .htaccess files. # It can be "All", "None", or any combinationofthe keywords: # Options FileInfo AuthConfig Limit # AllowOverride None## Controls who can get stuff from this server. # Order allow,deny Allow from allThe above is the directory options in my conffile.It is standard configuration. And I changed all the permission to 777 for the htdocs directory. But it still doesn't work! --- "Jonathan S. Abrams" <j.abrams@xxxxxxxxxxxxxxxxxxx> wrote:Check the directory options in your conf file andthe permissions on the folder containing index.html.-Jonathan zhou jian wrote:Hello Everyone, Once I started the httpd, I tried to visit thewebsitewith http://127.0.0.1/index.html. It showed " Itworks". Then I tried my ipaddress http://myipaddress/index.html. It showed thefollowingerror message. You don't have permission to access /index.htmlonthis server. Any ideas on this? --Paul
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx