You don't have permission to access /hobbit/index.html on this server.
list Frauke Scholz
Hi, I have a problem with accessing hobbit-files. In the browser, I write the following: http://server_name/hobbit/ I get the message: Forbidden You don't have permission to access /hobbit/index.html on this server. I have done chmod 555 to /usr/local/hobbit/server/www/bb.html So the webpage works. Some seconds later, I have the same problem and the permission to the file /usr/local/hobbit/server/www/bb.html are back to -rw-r----- On the server, sun solaris 9 is running. Has someone a solution? Kind regards, Frauke Scholz CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware Engineering Wolfenbütteler Str. 86/Obergstr. 5 38102 Braunschweig Germany Phone: +XX.XXXX.XXXXXX or +XX.XXX.XXX.XXXX e-Mail: user-3b1909cc06e2@xymon.invalid Internet: http://www.de.csc.com Experience Results. Experience CSC. Please note that this e-mail, including any attachments, contains information that is subject to United States laws and regulations. The use or further dissemination of these materials or information therein may be prohibited by United States law. This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
list Dan Vande More
What does your apache/logs/error.log say?
▸
On 5/22/06, Frauke Scholz <user-3b1909cc06e2@xymon.invalid> wrote:Hi, I have a problem with accessing hobbit-files. In the browser, I write the following: http://server_name/hobbit/ I get the message: Forbidden You don't have permission to access /hobbit/index.html on this server. I have done chmod 555 to /usr/local/hobbit/server/www/bb.html So the webpage works. Some seconds later, I have the same problem and the permission to the file /usr/local/hobbit/server/www/bb.html are back to -rw-r----- On the server, sun solaris 9 is running. Has someone a solution? Kind regards, Frauke Scholz CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware Engineering Wolfenbütteler Str. 86/Obergstr. 5 38102 Braunschweig Germany Phone: +XX.XXXX.XXXXXX or +XX.XXX.XXX.XXXX e-Mail: user-3b1909cc06e2@xymon.invalid Internet: http://www.de.csc.com Experience Results. Experience CSC. Please note that this e-mail, including any attachments, contains information that is subject to United States laws and regulations. The use or further dissemination of these materials or information therein may be prohibited by United States law. This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
list Dan Vande More
Oh whoops, missed the last line. Your bb.html file is auto generated every 5 minutes. You should add $apacheuser to the group that allows read access. There might be a way you can solve this with umode, though I'm not sure what it would be.
▸
On 5/22/06, Dan Vande More <user-f3c4c62d9d50@xymon.invalid> wrote:What does your apache/logs/error.log say? On 5/22/06, Frauke Scholz <user-3b1909cc06e2@xymon.invalid> wrote:Hi, I have a problem with accessing hobbit-files. In the browser, I write the following: http://server_name/hobbit/ I get the message: Forbidden You don't have permission to access /hobbit/index.html on this server. I have done chmod 555 to /usr/local/hobbit/server/www/bb.html So the webpage works. Some seconds later, I have the same problem and the permission to the file /usr/local/hobbit/server/www/bb.html are back to -rw-r----- On the server, sun solaris 9 is running. Has someone a solution? Kind regards, Frauke Scholz CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware Engineering Wolfenbütteler Str. 86/Obergstr. 5 38102 Braunschweig Germany Phone: +XX.XXXX.XXXXXX or +XX.XXX.XXX.XXXX e-Mail: user-3b1909cc06e2@xymon.invalid Internet: http://www.de.csc.com Experience Results. Experience CSC. Please note that this e-mail, including any attachments, contains information that is subject to United States laws and regulations. The use or further dissemination of these materials or information therein may be prohibited by United States law. This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
list Henrik Størner
▸
On Mon, May 22, 2006 at 02:04:16PM +0200, Frauke Scholz wrote:
I have done chmod 555 to /usr/local/hobbit/server/www/bb.html So the webpage works. Some seconds later, I have the same problem and the permission to the file /usr/local/hobbit/server/www/bb.html are back to -rw-r-----
Add the line
umask 022
to the script you use to start Hobbit.
I've added this to the "bbgen" program now, but doing it in the startup
script is a simple work-around.
Regards,
Henrik
list Frauke Scholz
It works fine. Thank you!!!
▸
Frauke Scholz CSC (Germany) Ltd.; MDS (Managed Desktop Services) Web & Middleware Engineering Wolfenbütteler Str. 86/Obergstr. 5 38102 Braunschweig Germany Phone: +XX.XXXX.XXXXXX or +XX.XXX.XXX.XXXX e-Mail: user-3b1909cc06e2@xymon.invalid Internet: http://www.de.csc.com Experience Results. Experience CSC. Please note that this e-mail, including any attachments, contains information that is subject to United States laws and regulations. The use or further dissemination of these materials or information therein may be prohibited by United States law. This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
user-ce4a2c883f75@xymon.invalid
(Henrik Stoerner)
To
22.05.2006 15:33 user-ae9b8668bcde@xymon.invalid
cc
Please respond to Subject
user-ae9b8668bcde@xymon.invalid Re: [hobbit] You don't have
▸
permission to access
/hobbit/index.html on this server.
On Mon, May 22, 2006 at 02:04:16PM +0200, Frauke Scholz wrote:I have done chmod 555 to /usr/local/hobbit/server/www/bb.html So the webpage works. Some seconds later, I have the same problem and the permission to the file /usr/local/hobbit/server/www/bb.html are back to -rw-r-----
Add the line
umask 022
to the script you use to start Hobbit.
I've added this to the "bbgen" program now, but doing it in the startup
script is a simple work-around.
Regards,
Henrik