If you have changed the index.html, check first that apache has read
permissions to file. You can view permissions by typing ls -l /var/www.
I don't remember which user runs apache server on TS-7250, but usually
it's www-data. If you have uploaded new index.html, it might be owned by
root and www-data can't read it. Change the owner of the file by typing
chown www-data /var/www/index.html . If apache runs as root, apply read
permissions to while by typing chmod a+r /var/www/index.html
Hope this helps!
-Janne
Rich Wilson wrote:
>
> I have a ts7250. It's still pretty much in its factory configuration.
> It looks like apache is configured to serve a simple web page, but
> whenever I try, I get
> "Forbidden
> You don't have permission to access /index.html on this server."
>
> >From /www/apache/conf/httpd.conf:
>
> <Directory "/www/apache/htdocs">
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
> Isn't this the approprite section, and doesn't it allow all access?
>
> What am I overlooking?
>
> Thanks.
>
> Rich
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|