You may need to bind Apache to a specific ip address on the host machine. If Apache on the hosting machine is bound to all ip's on a machine, Apache within the VS cannot bind to the ip assigned to the VS.
so you can run netstat -nl and look to see if the HTTPD daemon is bound to 0.0.0.0 if thats the case, you need to edit /etc/httpd/conf/httpd.conf and restart apache. Aloha, Aubrey ----- Original Message ----- From: "Ana Paula" <[EMAIL PROTECTED]> To: "Freevsd-Support" <[EMAIL PROTECTED]> Sent: Saturday, October 27, 2001 5:45 PM Subject: FreeVSD now work !!! But apache not !!! > > Hi ! > > Finally my first FreeVSD server works !!! > I want thanks to all, for many help messages !!! Thank you very much ! > > Well, but I have more doubts and difficulty ... > > First: how can I do for the httpd server works in a virtual server ? > > When I start a virtual server, its httpd daemon starts too, but its > impossible access the virtual server via web..... > > The page cannot display, and in server console appears this message: > > connect(): Connection refused > > (The FTP server and Telnet server its works perfectly) > > Someone have some idea ??? > > Thanks !!! > Ana > ------------------------- The freeVSD Support List -------------------------- > Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support > Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support > Archives: http://freevsd.org/support/mail-archives/freevsd-support > -------------------------------------------------------------------------- --- > ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
