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

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



> Thanks for the help!
> I've compared the httpd.conf and httpd.conf.master files and they are 
> quite different. My .conf file looks just like yours, with 
> the actual ip 
> and hostname addresses. EXCEPT: Under ServerAdmin it has 
> site2 instead 
> of admin. So I've changed it but it didn't make any apparent 
> difference 
> for getting the web server running. The master file must be called 
> before hand as it looks like scripts and things.?
> 
> I did a search for include.conf and did not find one and don't know 
> enough to know if I'm using one.
> 

Are you saying that your httpd.conf file doesn't have about 400 lines
before the first NameVirtualHost xxx.xx.xx.xx? All kinds of things like:

LoadModule env_module modules/mod_env.so
LoadModule define_module modules/mod_define.so
LoadModule config_log_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule negotiation_module modules/mod_negotiation.so
etc.

I view mine in NoteTab Pro, (http://www.notetab.com/) and my main site
info starts at line 421. I believe the httpd.conf.master is an original
Apache backup file. I thought it might be a copy of httpd.conf from
before the first site was loaded, but apparently it isn't.

-- 
Dan Kriwitsky