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

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



Dan Kriwitsky wrote:

Have you compared httpd.conf to the master file? Maybe something isn't
getting loaded before that.
Are you using an include.conf file loaded before your main site? My
first site looks like:

NameVirtualHost 216.xx.xxx.xx
<VirtualHost 216.xx.xxx.xx>
ServerName host.domain.com
ServerAdmin admin
DocumentRoot /home/sites/home/web
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^216.xx.xxx.xx(:80)?$
RewriteCond %{HTTP_HOST}                !^host.domain.com(:80)?$
RewriteRule ^/(.*)                      http://host.domain.com/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/home/users/$1/web/$3
</VirtualHost>


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.

Jim D.