Problem with FollowSymLinks when setting up parallel wikis on SuSE ES9

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I need to set up a number of parallel wikis based one media wiki. 
The installation is pretty easy and described in detail here. 
http://www.steverumberg.com/wiki/index.php/WikiHelp

Everyone on this page mentioned problems with the option FollowSymLinks
Which need to be enabled.

I did this in the default-server.conf file like this:

Alias /wiki/ "/srv/www/htdocs/wiki/"
<Directory "/srv/www/htdocs/wiki/">
Options FollowSymLinks
	Allow from all
</Directory>

Alias /wiki/ "/srv/www/htdocs/wiki2/"

<Directory "/srv/www/htdocs/wiki2/">
Options FollowSymLinks
	Allow from all
</Directory>

But this won't work. I only get this rather meaningless error message from
the php page:

Warning: main(./includes/Defines.php): failed to open stream: No such file
or directory in /srv/www/htdocs/wiki/index.php on line 17

Fatal error: main(): Failed opening required './includes/Defines.php'
(include_path='.:') in /srv/www/htdocs/wiki/index.php on line 17

I'm using Apache/2.0.49, Media.Wiki 1.5.2, SuSE ES9 

Cheers,
Pete 




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux