Re: [Hampshire] Am I correct

Top Page

Reply to this message
Author: Vic
Date:  
To: hampshire
Subject: Re: [Hampshire] Am I correct

> shell> mkdir /usr/local/apache/htdocs/mwf/
>
> now I assume this means I make a folder called mwf in the /var/www/ folder
> so that I have /var/www/mwf/    Am I right??


That depends on your installation...

Have a look through your apache config file & look for the keyword
"DocumentRoot". If you have multiple virtual hosts, make sure you get the
right one. Then create a subdirectory "mwf" from that.

> Secondly, where is the perl interpeter installed, is it /usr/lib/perl5
> or /usr/lib/perl


Again, that could depend on your installation, but it's generally in
/usr/bin/perl. Try "which perl" to find out.

Vic.