Does anyone know why Apache running under TS-Linux on a 7250 won't allow
access to the main page?
I have configured TS-Linux to start Apache by creating a symlink:
/etc/rc.d/rc3.d -> /etc/init.d/apache
and this starts apache, as proven by 'ps aux':
----------
137 root 1056 S /www/apache/bin/httpd
139 nobody 1192 S /www/apache/bin/httpd
140 nobody 1192 S /www/apache/bin/httpd
141 nobody 1192 S /www/apache/bin/httpd
142 nobody 1192 S /www/apache/bin/httpd
143 nobody 1080 S /www/apache/bin/httpd
144 nobody 1108 S /www/apache/bin/httpd
----------
But when I enter 'http://192.168.1.52/index.html' into my browser, I get
a 403 error:
Forbidden
You don't have permission to access /index.html on this server.
Apache/1.3.31 Server at 127.0.0.1 Port 80
I have verified that file permissions are 755 at every level along the
path to index.html: /www/apache/htdocs/index.html
If I just type the 7250's address 'http://192.168.1.52/' the error
message says "You don't have permission to access / on this server"
which implies that a _directory_, not a file, has the wrong permissions.
Also, if I type a non-existent file 'http://192.168.1.52/xxx.html' The
error says "You don't have permission to access /xxx.html on this
server" again implying that a directory's permissions are wrong.
My /www/apache/conf/httpd.conf file contains these lines:
DocumentRoot "/www/apache/htdocs"
<Directory "/www/apache/htdocs">
Order allow,deny
Allow from all
</Directory>
ServerRoot "/www/apache"
Anyone have any suggestions? I must be missing something, but I haven't
found it yet.
Thanks in advance.
--
Mike
Mike Dodd
Louisa County, VA USA
http://mdodd.com
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|