Announcement

Collapse
No announcement yet.

binding apache to vmnet1

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    binding apache to vmnet1

    hi friends,

    What I want to do is as follows.
    1. Install apache, tomcat on my kubuntu 9.04 amd64 desktop.
    2. eclipse on KU.
    3. VMware on KU
    4. winXP VM (for testing and debugging web application)

    The main development will go on linux but some testing/tweaks etc may have to be
    carried out in XP VM for that i will keep all files in linux environment and access them from XM VM
    with samba I solved the problem. But with Apache I could not open default web site from
    XM VM. I could ping the VMNET1 (10.1.1.1) from XP VM and I could see all SAMBA shares
    from XP VM and access them very well. I could bind SAMBA to VMNET1 so other
    adapter network computers could not access the local samba shares only but XP/98SE VMs
    can access it flawlessly.

    The problem is with apache. When I add listen 10.1.1.1:80 directive to ports.conf
    the apache2 wont start at all the error is

    (98)Address already in use: make_sock: could not bind to address 10.1.1.1:80


    how can I achieve binding apache to local host and vmnet1 only so that other
    computers on other ports will not get access to it.

    Thanks and best regards.

    raja
Working...
X