DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
For the part about installing the Apache server, did you happen to do the following part?
Code:
Edit /etc/mime.types and comment out the following lines:
#application/x-httpd-php phtml pht php
#application/x-httpd-php-source phps
#application/x-httpd-php3 php3
#application/x-httpd-php3-preprocessed php3p
#application/x-httpd-php4 php4
If you did, you probably want to uncomment the bits around php3 and php4, because they need to be active in order for php to work.
For the part about installing the Apache server, did you happen to do the following part?
Code:
Edit /etc/mime.types and comment out the following lines:
#application/x-httpd-php phtml pht php
#application/x-httpd-php-source phps
#application/x-httpd-php3 php3
#application/x-httpd-php3-preprocessed php3p
#application/x-httpd-php4 php4
If you did, you probably want to uncomment the bits around php3 and php4, because they need to be active in order for php to work.
the way i do this, is i first install apache2
apt-get install apache2
and then i install php4
apt-get install php4
and then i install the mods for apache2 for php4
apt-get install libapache2-mod-php4
then i usually go on and install mysql and phpmyadmin:
apt-get install mysql-server
apt-get install mysql-php4 (or something like that)
apt-get install phpmyadmin
and thats how i get mine to work! and i just let apt-get take care of the technical business!
Last edited by tsunami_imcool; 03-01-2006 at 05:25 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.