I have installed Apache Webserver, but have an issue with web users being able to see the documents. If I create the document, it can not be displayed to people unless I do a:
chmod 755 file.html
Is this the proffered way of doing this or should I do something else to get them to display? Thanks.