On Wednesday 11 August 2004 10:05 am, Floyd Morrissette wrote:
> Mandrake FP install instructions with Apache 2
> http://www.newwebsite.com/mandrake.html
>
> Follow the instructions exactly. I have to follow them myself every time I
> set up a new machine and I wrote them. These instructions work for Mandrake
> 9 and 10. Any problems, email me.
>


I have upgraded the server to Apache 2.0 and followed the instructions on the 
website to the T.  Now, I am about to run the FPSE install script.  My 
question is that towards the end of the scripts, it asks if I want to setup 
new sub/per user webs and also install Virtual webs.  How do I answer these 
questions?  I have one website (main) beig served out of /var/www/html and 
another virtual web being served out of /home/user/public_html  In my 
Vhost.conf file that I incorporated in httpd2.conf looks like this:

 NameVirtualHost 192.168.0.2

<VirtualHost 192.168.0.2>
ServerName website.com
ServerAlias www.website.com.com
DocumentRoot /home/user/public_html
ScriptAlias /cgi-bin /home/user/cgi-bin
</VirtualHost>

<VirtualHost 192.168.0.2>
ServerName mainweb.com
ServerAlias www.mainweb.com
DocumentRoot /var/www/html
ScriptAlias /cgi-bin /home/user/public_html
Alias /intranet /home/user/public_html/intranet
</VirtualHost>


Your guys' help has been wonderful!

TIA

Johnathon
_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227 

Reply via email to