[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RAQ 550] .htaccess script error
- Subject: [cobalt-users] [RAQ 550] .htaccess script error
- From: "Sean Fay" <cobalt@xxxxxxxxxxxxxxxxx>
- Date: Wed Nov 6 13:40:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I have a 550 with PHP 4.0.6 installed and I just installed and configured
cURL with ssl support. I'm trying to use ModernBill as a billing solution
for web hosting but I'm having some problems on the install.
When I run the program or try to go the web page to run the program, I get a
500 server error. A check of my error log says:
[Wed Nov 6 04:34:46 2002] [alert] [client 24.31.***.***]
/home/.sites/28/site1/web/billing/.htaccess: Options not allowed here
BTW...here is how PHP is configured as follows:
'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs'
'--enable-safe-mode' '--with-config-file-path=/etc/httpd'
'--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes'
'--with-regex=system' '--enable-track-vars' '--with-iconv' '--enable-xml'
'--disable-debug' '--with-gd' '--enable-mbstring' '--enable-mbstr-enc-trans'
'--with-interbase=shared' '--with-mysql=shared' '--with-pgsql=shared'
'--with-ldap' '--with-imap' '--with-openssl=/usr' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr'
---Begin Snip--
<Files .htaccess>
order allow,deny
deny from all
</Files>
DirectoryIndex index.php
Options -Indexes
php_value "magic_quotes_gpc" "1"
php_value "register_globals" "1"
php_value "error_reporting" "2039"
---End Snip--
I've blocked out the Options -Indexes and get a php error saying it doesn't
understand the value. I've contacted the maker but don't have any response
yet and I'm anxious to get this working.
Any incite is appreciated.
Thanks, Sean