[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Lost web interface w/ raq4
- Subject: RE: [cobalt-users] Lost web interface w/ raq4
- From: "Peter Masloch" <peter@xxxxxxxxxxx>
- Date: Mon Jun 10 15:29:01 2002
- Organization: EasyniX Consulting
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
At normal Apache will process srm.conf before httpd.conf
Did you restart httpd after the change?
>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.
>
>
>
>_______________________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To Subscribe or Unsubscribe, please go to:
>http://list.cobalt.com/mailman/listinfo/cobalt->users
>
>