On Thu, 2007-11-15 at 19:45 +0530, Vaibhav Kaushal wrote:
> Hi list,
> 
> I run openSuSE 10.3 as my host OS and I have installed openSUSE 10.2
> and backtrack onto VMware workstation. Now I want to install a
> webserver onto the openSUSE 10.2 in the VMware. Of course the
> procedure should be very similar to that of any other software. Just
> pop in the DVD and choose the packages and interdependencies and click
> "install".
> 
> Can someone tell me however that how could I configure a webserver for
> the virtual LAN so that I could open up a small number of interlinked
> HTML files on the virtual LAN only?
> 
> I just want to learn how to configure webservers / FTP servers.
> 
> Thanks in advance.

I use XEN rather than VMWare for my Apache testing and its no problem...

Make sure all your apache2 packages are installed on the vm, then start
the service with /etc/init.d/apache2 start or rcapache2 start (whichever
you prefer.)  You may want to do this under Yast2 > httpd as it will be
easier for you to open up the firewall there.

Then you point your browser to that vm's ip address and you should get a
"It works!" page. 

The default configuration for web html pages is pointing
to /srv/www/htdocs.  To configure apache service, go
to /etc/apache2/default-server.conf.

As for FTP servers, it depends which FTP server package you install, but
generally all of them point to /srv/ftp for file repository.

Hope that helps get you started.

-- 
---Bryen---

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to