- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Web browser throwing error "You don't have per...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 04:03 AM
07-30-2008 04:03 AM
Web browser throwing error "You don't have permission to access / on this server."
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
This is the error from logs
[Wed Jul 30 09:08:27 2008] [error] [client 16.138.32.149] Symbolic link not allowed: /opt/apache/htdocs
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 05:19 AM
07-30-2008 05:19 AM
Re: Web browser throwing error "You don't have permission to access / on this server."
It's a HP internal server, isn't it?
I think you should have internal resources to solve this, right?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 05:34 AM
07-30-2008 05:34 AM
Re: Web browser throwing error "You don't have permission to access / on this server."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 05:46 AM
07-30-2008 05:46 AM
Re: Web browser throwing error "You don't have permission to access / on this server."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 05:52 AM
07-30-2008 05:52 AM
Re: Web browser throwing error "You don't have permission to access / on this server."
[Wed Jul 30 09:08:27 2008] [error] [client 16.138.32.149] Symbolic link not allowed: /opt/apache/htdocs
Please help ...Is symlinks not allowed with Apache/2.0.54 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 05:55 AM
07-30-2008 05:55 AM
Re: Web browser throwing error "You don't have permission to access / on this server."
This may be set up in httpd.conf or one of the other configuration files. You need to read through the docs and configure Apache appropriately for your environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:33 PM
07-30-2008 09:33 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
Maybe you need to adjust the "DocumentRoot" entry to match the location of your files.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:38 PM
07-30-2008 09:38 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
DocumentRoot "/opt/apache/htdocs"
#DAVLockDB /tmp/davlock
#SmInitFile "/opt/hpws/apache/conf/WebAgent.conf"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
Options FollowSymLinks
AllowOverride None
Order allow,deny
#Allow from 15.56.17.41 15.62.176.50 15.78.96.37 15.62.177.25 15.62.180.1
13 15.62.181.222 15.62.176.223 15.62.180.73 15.62.180.123 16.138.48.164 16.138.4
8.125 15.62.176.55 15.62.180.250 15.62.176.194
Options FollowSymLinks
AllowOverride None
Order allow,deny
#Allow from 15.56.17.41 15.62.176.50 15.78.96.37 15.62.177.25 15.62.180.1
13 15.62.181.222 15.62.176.223 15.62.180.73 15.62.180.123 16.138.48.164 16.138.4
8.125 15.62.176.55 15.62.180.250 15.62.176.194
Allow from all
here /opt/apache/htdocs is a symbolic link to /web/opt/apache/htdocs......Is there any user rights permission problem??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:41 PM
07-30-2008 09:41 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
/opt/apache/htdocs to /web/opt/apache/htdocs.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:53 PM
07-30-2008 09:53 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 09:54 PM
07-30-2008 09:54 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
Any ".htaccess" file inside the directory?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:05 PM
07-30-2008 10:05 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:11 PM
07-30-2008 10:11 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
"#Allow" => "Allow"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:29 PM
07-30-2008 10:29 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
I did but it is still the same errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 10:35 PM
07-30-2008 10:35 PM
Re: Web browser throwing error "You don't have permission to access / on this server."
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
