You will not see httpd entries for each virtual server running as 'web' or
'nobody' because the user name information is in a virtualised /etc/passwd
file and not readily accessible to the ps command on the hosting server. The
httpd entries you are seeing are from your first virtual server (UID offset
of 1000, second user, web)....
#1002 1146 0.0 0.3 4276 1588 ? S 13:06 0:00
/usr/sbin/httpd -D SSL
#1002 1147 0.0 0.3 4324 1672 ? S 13:06 0:00
/usr/sbin/httpd -D SSL
It sounds like the services are not being correctly virtualised which is
probably due to your xinetd configuration - also, sendmail should not be
running standalone on your hosting server and it sound like it is (use
netstat -nl to check it is bound to a specific ip-port rather than the
generic 0.0.0.0:port). It is v. strange that things work locally however, so
iptables may be involved somewhere in blocking some of the external
connections - check the rules you have in place.
Tim
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Klein
> Sent: 11 August 2001 20:58
> To: [EMAIL PROTECTED]
> Subject: Setup issues
>
>
> Background:
>
> I cleanly installed freevsd 1.4.9-2 on a RedHat 7.1 using a custom skel
> based on freevsd-pkgs-1.4.9-2rh71.i686.rpm. I enabled iptables, having
> to change 'chkconfig' to '/sbin/chkconfig' and 'rmmod' to '/sbin/rmmod'
> in a couple of places within vsd-install.pl, but after that everything
> worked smooth. I did not include SSL for this first time to avoid
> problems.
>
> I was able to create a vhost, enter the vhost with bevs and everything
> looked peachy.
>
> I was able to connect to freevsd externally via port 1725 and got the
> "+OK FreeVSD Virtual Server Administrator latitude.rhyton.com v1.4.9
> ready" message indicating a good connection.
>
> >From the MACHINE prompt, I was able to connect to the new vhost via ftp
> and received the ProFTP connection acknowledgment. I was also able to
> telnet to the new vhost on ports 25, 80, smtp, pop3 from within the
> MACHINE without difficulties.
>
> >From an external connection, I was able to connect without problems to
> the primary IP/Host of the machine on port 1725 -- got the ready
> message.
>
> Here are where the problems begin:
>
> >From an external connection, I was unable to connect to the new vhost
> via ftp, telnet, smtp, pop3 or http.
>
> I was, however, able to connect to the primary IP/Host via telnet and
> smtp, but not ftp, pop3 or httpd.
>
> Looking at my running processes, I see the following related to httpd:
>
> #1002 1146 0.0 0.3 4276 1588 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1147 0.0 0.3 4324 1672 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1148 0.0 0.3 4288 1572 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1149 0.0 0.3 4288 1572 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1150 0.0 0.3 4288 1572 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1151 0.0 0.3 4288 1572 ? S 13:06 0:00
> /usr/sbin/httpd -D SSL
> #1002 1211 0.0 0.3 4288 1592 ? S 13:34 0:00
> /usr/sbin/httpd -D SSL
>
> I thought perhaps since I didn't see an httpd process running as either
> root or web that the startup was unable to correctly initialize. I
> created a user and group called 'web', removed freevsd in its entirety
> and duplicated the installation process arriving back at this same point
> with exactly the same results.
>
> I would appreciate some suggestions on what I may try next, as we are
> hoping to develop a new product based on the freevsd platform.
>
> Regards,
>
>
> Richard Klein
> Rhyton Corporation
> [EMAIL PROTECTED]
> http://www.rhyton.com
>
>
>
>
>
>
>
>
>
>
>
>
>
> ------------------------- 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
-----------------------------------------------------------------------------