[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#231652: fix and more info



The easy fix is for the maintainers to add the following line to the
/etc/apache-ssl/httpd.conf file and leave it commented out. Then anyone
who wants to use PHP can manually uncomment this line (along with the
others farther down in the config file, that are already there).

Here is the line:

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so


If you are making changes to the config file, another that (many?) people
might have to do is comment out the alias redirection for "images"
folders:

#    Alias /images/ /usr/share/images/
#
#    <Directory /usr/share/images>
#         Options MultiViews
#         AllowOverride None
#         Order allow,deny
#         Allow from all
#    </Directory>
</IfModule>


This is a good example to keep in the config file, but since
/usr/share/images/ does not even exist on a stock install it is
unnecessary to include activated.

Thanks,
Sam





Reply to: