sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #22884
SV: PHP4.0.0 er endelig kommet!!
Jeg har fået 'sovsen' compileret og installeret,
i httpd.conft har jeg tilføjet
# Extra Modules
LoadModule perl_module modules/libperl.so
#LoadModule php_module modules/mod_php.so
LoadModule php4_module modules/libphp4.so
# Extra Modules
AddModule mod_perl.c
#AddModule mod_php.c
AddModule mod_php4.c
#
# AddType: allows you to tweak mime.types without actually editing it, or to
# make certain files to be certain types.
#
# For example, the php4 module (not part of the Apache distribution - see
# http://www.php.net) will typically use:
#
<IfModule mod_php4.c>
AddType application/x-httpd-php4 .php4 .php3 .php
AddType application/x-httpd-php4-source .phps
</IfModule>
genstarter httpd, men når jeg prøver http://quakr/phpinfo.php eller
.php3/php4 'tilbyder' IE at gemme filen på en disk. Hvor fortæller jeg
httpd, at den skal eksevere koden ??
/HHA
Follow ups
References