.htaccess issue

beekerdude

Joined: 2005-06-22
Posts: 3
Posted: Wed, 2005-06-22 21:31

I keep getting this warning in my gallery setup, and I cant upload files/movies over 2 megs!! Please help. How can I tell if my PHP is configured in CGI mode, and if it is.. how do I change it???
************************
Warning!
Apache is not obeying the 'php_value' lines in your .htaccess file. Try entering the following into your web server's httpd.conf file:

<Directory /usr/home/aalyve/www/gallery>
AllowOverride Options FileInfo
</Directory>
If you are running PHP in CGI mode, this message is unavoidable.
************************

I have already added the Directory code in my Apache config file
and the problem still persists.

Thanks,
Eric

----

Gallery URL (optional but very useful): rhazz.com
Gallery version: 1.5
Apache version: Apache/2.0.50 (FreeBSD) PHP/5.0.4
PHP version (don't just say PHP 4, please): 5.0.4
Graphics Toolkit: what and where do I find this info at???
Operating system: FreeBSD 5.3

 
Jordan_01002

Joined: 2005-02-14
Posts: 1535
Posted: Wed, 2005-06-22 22:21

You'll need to stop and restart apache for it to notice. Generally you can do this by typing, as root:

service httpd stop
service httpd start
 
beekerdude

Joined: 2005-06-22
Posts: 3
Posted: Thu, 2005-06-23 13:12

I'll give thata try, but I think I've already tried that.

Thanks,
Eric