Mailinglist Archive: opensuse (3100 mails)

< Previous Next >
Re: [SLE] Apache2 problem
  • From: Alan Dowley <alan@xxxxxxxxxxxxxxxxxxxx>
  • Date: Thu, 30 Mar 2006 13:05:30 -0600
  • Message-id: <442C2BFA.4080509@xxxxxxxxxxxxxxxxxxxx>


Ken Schneider wrote:
On Thu, 2006-03-30 at 09:59 -0600, Alan Dowley wrote:
Ken
Yes I created the directory before restarting the server.
The following are the commands I used after creating the file.

ln -s /etc/apache2/sites-available/mcs /etc/apache2/sites-enabled/msc

mkdir /var/www/mcs

Are you using mcs or mobilecomputerschools ? You need to be consistant.
And I don't think you can use symlinks here.

<Directory /var/www/mobilecomputerschools/>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>

</VirtualHost>

Ken

The info entered to create the file came from someone else who is much more experienced than I am in this matter.
I noticed the difference and checked with my mate, Dave Bottrill and he agreed that it should be /mcs/ and not/mobilecomputerschools/ this was corrected and the site now comes up ok.

I received the instructions to create the symlink from the same person and why it was used.

Thanks or your help

Alan

< Previous Next >