httpd.conf had to be restored... BUT

rinty

Well-Known Member
May 31, 2002
45
0
306
some accounts are missing from the account list. But we can access the site/account via server/~username.

How would we go about readding the account without physically deleting the account and starting over. Any files we should/need to edit?

Thanks,
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
httpd.conf is the ONLY thing that was restored?

If so all you need to put back in there for the missing people is their virtual host directory.

Whatever goes between the:

&VirtualHost domain.com&
and
&/VirtualHost&

For each site, that's all you need to put back. Are you sure you don't have a recent backup in /etc/httpd/conf ?
(like .httpd.com.swp or .save or anything in there that's at all recent?)

Just wondering.
 

rinty

Well-Known Member
May 31, 2002
45
0
306
[quote:3965f65c21][i:3965f65c21]Originally posted by feanor[/i:3965f65c21]


httpd.conf is the ONLY thing that was restored?

If so all you need to put back in there for the missing people is their virtual host directory.

Whatever goes between the:

&VirtualHost domain.com&
and
&/VirtualHost&

For each site, that's all you need to put back. Are you sure you don't have a recent backup in /etc/httpd/conf ?
(like .httpd.com.swp or .save or anything in there that's at all recent?)

Just wondering.
[/quote:3965f65c21]

Thanks. Got it working again. What happened was that I accidently over written the httpd.conf. Did have a backup,but a few days old.

Thanks!