Koozali.org: home of the SME Server

Symlink activation

Offline medom

  • 2
  • +0/-0
Symlink activation
« on: November 14, 2007, 02:13:34 PM »
Hi everyone

I'm trying to install Typo3 (CMS) om my SME server. This installation is involving symlinks. I'm now having trouble, getting them to work, when they are used in accessing my website.

I've searched the forum, and found others with the same problems, and I've tried to solve the problem with the solutions I've found, but without luck:

My ibayname is "typo3"

Code:

db accounts setprop typo3 FollowSymLinks enabled
db accounts setprop typo3 AllowOverride All
expand-template /etc/httpd/conf/httpd.conf
/etc/init.d/httpd graceful
signal-event typo3-modify ibayname

Even though I still get the:

"Forbidden
You don't have permission to access /typo3/dummy-4.1.3/typo3/install/index.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
"

Where did I go wrong?  :-?

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: Symlink activation
« Reply #1 on: November 14, 2007, 03:38:41 PM »
Why not install with the rpm shown here: http://wiki.contribs.org/Typo3?  (You'll need to delete the 'typo3' ibay you have already created before installing)

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Symlink activation
« Reply #2 on: November 14, 2007, 03:41:05 PM »
Hi everyone

I'm trying to install Typo3 (CMS) om my SME server. This installation is involving symlinks. I'm now having trouble, getting them to work, when they are used in accessing my website.

I've searched the forum, and found others with the same problems, and I've tried to solve the problem with the solutions I've found, but without luck:

My ibayname is "typo3"

Code:

db accounts setprop typo3 FollowSymLinks enabled
db accounts setprop typo3 AllowOverride All
expand-template /etc/httpd/conf/httpd.conf
/etc/init.d/httpd graceful
signal-event typo3-modify ibayname

Even though I still get the:

"Forbidden
You don't have permission to access /typo3/dummy-4.1.3/typo3/install/index.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
"

Where did I go wrong?  :-?

Did you check your log files? Have a look in /var/log/httpd/error_log around the time the error occured. What does it say?

Perhaps you are running into the OpenBaseDir restriction, see this wiki page on how to resolve your issue.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline medom

  • 2
  • +0/-0
Re: Symlink activation
« Reply #3 on: November 14, 2007, 03:51:36 PM »
MMCCARN>> Don't tell me I've spend 2 days configuring this, when all i needed was a RPM  :( :-o I'll use this as a worst case.

Catcut >> In the logfile it says: "Symbolic link not allowed. bla bla bla"

Offline mmccarn

  • *
  • 2,656
  • +10/-0
Re: Symlink activation
« Reply #4 on: November 14, 2007, 04:01:34 PM »
Here's a post I did a while ago on where you can make symlinks and expect your ibay to work:

http://forums.contribs.org/index.php?topic=37412.msg167758#msg167758