Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With DocumentRoot /srv/obs/repos, I get an Error 403: "Symbolic link not... #54

Closed
wants to merge 1 commit into from

Conversation

chkpnt
Copy link
Contributor

@chkpnt chkpnt commented Jul 11, 2012

... allowed or link target not accessible: /srv/obs"

…not allowed or link target not accessible: /srv/obs"
@adrianschroeter
Copy link
Member

We allow symlinks here in apache config template meanwhile.

@michael-scott-howard
Copy link

A 403 is file not found HTTP error, I had the same thing with loading opensuse 12.2. Given the lack of infromation SUSE provided. you have to see what SUSE is looking for from the HTTP server in my case APACHE, so I turned on logging and saw; "GET /distribution/12.2/repo/oss/boot/x86_64/branding HTTP/1.1" 403 1025 "-" "-" when tryingto load /distribution/12.2/repo/oss... So SUSE's repo us CHOCK FULL of sym lnks (D'oh) and I enabled apache to permit them. If you loaded apache via SUSE (RPM Redhat Package Manager) file edit /etc/apache1/default-server.conf and added:

<Directory /YOUR_REPO >
options FollowSymLinks
...

And then /etc/init.d/apache restart

and you'll be cookin..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants