Not sure if this is a bug or a lack of me setting a certain config option:
ALL sites are _working_ perfectly through the browser, just noticed this odd thing when using curl -I:
PHP sites respond fine:
$ curl -I http://www.mpoweredbaseball.com
HTTP/1.1 200 OK
X-Powered-By: PHP/4.4.4
Content-type: text/html
Server: LiteSpeed
Date: Sun, 17 Sep 2006 06:22:30 GMT
Access log:
67.101.101.53 - - [16/Sep/2006:23:22:30 -0700] "HEAD / HTTP/1.1" 200 - "-" "curl/7.15.3 (powerpc-apple-darwin8.6.0) libcurl/7.15.3 OpenSSL/0.9.7i zlib/1.2.3"
Rails sites respond with a 404:
$ curl -I http://www.isup4sale.com
HTTP/1.1 404 Not Found
Server: LiteSpeed
Date: Sun, 17 Sep 2006 06:30:22 GMT
Access log:
67.101.101.53 - - [16/Sep/2006:23:22:06 -0700] "HEAD / HTTP/1.1" 404 - "-" "curl/7.15.3 (powerpc-apple-darwin8.6.0) libcurl/7.15.3 OpenSSL/0.9.7i zlib/1.2.3"
ALL sites are _working_ perfectly through the browser, just noticed this odd thing when using curl -I:
PHP sites respond fine:
$ curl -I http://www.mpoweredbaseball.com
HTTP/1.1 200 OK
X-Powered-By: PHP/4.4.4
Content-type: text/html
Server: LiteSpeed
Date: Sun, 17 Sep 2006 06:22:30 GMT
Access log:
67.101.101.53 - - [16/Sep/2006:23:22:30 -0700] "HEAD / HTTP/1.1" 200 - "-" "curl/7.15.3 (powerpc-apple-darwin8.6.0) libcurl/7.15.3 OpenSSL/0.9.7i zlib/1.2.3"
Rails sites respond with a 404:
$ curl -I http://www.isup4sale.com
HTTP/1.1 404 Not Found
Server: LiteSpeed
Date: Sun, 17 Sep 2006 06:30:22 GMT
Access log:
67.101.101.53 - - [16/Sep/2006:23:22:06 -0700] "HEAD / HTTP/1.1" 404 - "-" "curl/7.15.3 (powerpc-apple-darwin8.6.0) libcurl/7.15.3 OpenSSL/0.9.7i zlib/1.2.3"