![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Slackware: httpd | iBot | Security Advisories (RSS) | 0 | 08-03-2009 01:15 PM |
| httpd problem or something else | c0mrade | Web Programming, Web 2.0 and Mashups | 6 | 01-14-2009 08:06 AM |
| Error when compile httpd 2.2.8 on AIX 5.2 | aldowsary | AIX | 7 | 02-13-2008 06:21 PM |
| httpd error | kumarangopi | UNIX for Dummies Questions & Answers | 2 | 11-20-2006 07:58 AM |
| /var/log/httpd/access_log | eddie | Security | 3 | 10-02-2001 12:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
httpd : You don't have permission
i have httpd installed on RHEL5 webserver
but i have linked Code:
#ln -s /rhelREPO /var/www/html/rhel5 ip: 192.168.1.133 :works /var/www/html/index.html content is in browser ip: 192.168.1.133/rhel5 :does not work /var/www/html/rhel5/ Forbidden You don't have permission to access /rhel5 on this server. i have changed Code:
#/etc/httpd/conf/httpd.conf </directory /> Options Indexes FollowSymLinks # i added Indexes AllowOverride None # i added next two line thinking it will work since the /rhelREPO is in / (root) Order allow,deny Allow from all </Directory > </directory "/var/www/html"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory > why is the directory not being indexed... Last edited by pludi; 2 Weeks Ago at 02:14 AM.. Reason: code tags, please... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|