[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Lost web interface w/ raq4



> >
> Yes, that is what I'm saying. This could be a problem, no? 
> <grin> So I need to somehow append all that stuff to the 
> httpd.conf file? 
> Wonder how it left. I've been using pico -w for all my 
> editing but not 
> sure I know how to copy paste in linux via command line.
> 

You can upload, as ASCII, the httpd.conf file to a directory, making
sure you don't wrap any lines, then as root:
If you're in the /etc/httpd/conf directory already:

cp /home/sites/home/web/httpd.conf httpd.conf

Then restart httpd.
/etc/rc.d/init.d/httpd restart

The problem is making sure you have a proper httpd.conf file. Maybe you
issued a command to delete some lines. Ideally, you should have a backup
of your httpd.conf that you made before ever editing it in the first
place.
-- 
Dan Kriwitsky