[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] /etc/rc.d/init.d/httpd: [: =: unary operator expected [raq4r]
- Subject: [cobalt-users] /etc/rc.d/init.d/httpd: [: =: unary operator expected [raq4r]
- From: "Liam Delahunty" <lists@xxxxxxxxxxxxxxxxx>
- Date: Mon Nov 10 05:34:19 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I made some changes to my subdomains.conf to add a domain site to a user on
a particular site. (Copied below sig)
Then /etc/rc.d/init.d/httpd restart
But got the following output.
/etc/rc.d/init.d/httpd: [: =: unary operator expected
/etc/rc.d/init.d/httpd: [: =: unary operator expected
Shutting down Web Service: httpd
/etc/rc.d/init.d/httpd: [: =: unary operator expected
Setting up Web Service: chiliasp: module started, version 3.5.2.31
/usr/sbin/httpd
A look in /var/log/httpd/error only showed:
[Mon Nov 10 13:07:28 2003] [notice] caught SIGTERM, shutting down
[Mon Nov 10 13:07:36 2003] [notice] Apache/1.3.20 Sun Cobalt (Unix)
mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.1.2 mod_auth_pam_external/0.1
FrontPage/4.0.4.3 mod_perl/1.25 configured -- resuming normal operations
[Mon Nov 10 13:07:36 2003] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
the http server is working, email, mysql etc, the changes work... so what's
wrong?
Cheers!
Kind regards,
Liam Delahunty
<VirtualHost www.pharma-supplementsnow.com>
ServerName www.pharma-supplementsnow.com
ServerAdmin admin
DocumentRoot /home/sites/site35/users/pharmasup/web
RewriteEngine on
RewriteCond %{HTTP_HOST}
!^www.pharma-supplementsnow.com(:80)?$
RewriteRule ^/(.*)
http://www.pharma-supplementsnow.com/$1 [L,R]
RewriteOptions inherit
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
</VirtualHost>
<VirtualHost www.cosmoceuticalsnow.com>
ServerName www.cosmoceuticalsnow.com
ServerAdmin admin
DocumentRoot /home/sites/site35/users/cosmoceut/web
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.cosmoceuticalsnow.com(:80)?$
RewriteRule ^/(.*) http://www.cosmoceuticalsnow.com/$1
[L,R]
RewriteOptions inherit
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
</VirtualHost>