Hi,

I emerged apache + php on my gentoo box.
And I want to use gd extension as a php extension.
So I modified /etc/apache2/conf/modules.d/70_mod_php.conf file.
I just put

  AddType application/x-httpd-php .gd

And

  <Files *.gd>
    LimitRequestBody 524288
    RequestHeader unset If-Modified-Since
  </Files>

But it doesn't work.
What can I do?



--
[EMAIL PROTECTED] mailing list

Reply via email to