| tyler2435 | er wow i feel stupid heh lemme do that heh, there we go, my bad, thanks ;o |
| RadSurfer | services restart httpd? |
| ivazquez | service httpd reload |
| augustz | I've got a /boot partion and the remaining space is in / all formated ext3. how can I resize this so that the / takes up very little space. Trying to convert to lvm This box is a server box, so can't just throw in a rescue cd :) but can affort to lose what is on it. |
| phlite | hi, how do you enable php in apache ? |
| ivazquez | yum install php |
| phlite | php.i386 5.1.6-12.el5 installed so thats all u have to do? |
| ivazquez | And reload httpd. |
| phlite | i try to open a php page and it doesn't display anything |
| ivazquez | Not displaying anything doesn't mean it isn't installed. In fact, it usually means that there's a bug in the script. |
| phlite | hmm the phpbb worked just fine on my other box, i just copied the directory here, that should be ok eh? |
| ivazquez | Um, what about database support? |
| phlite | i imported the db |
| ivazquez | That's nice. What about database support? |
| phlite | hmm what are you asking? i have mysqld installed and running with the right db loaded? something else im missing? |
| ivazquez | The base php package doesn't support any databases. |
| phlite | oh! |
| ivazquez | You probably want php-mysql as well. |
| phlite | what package is that then? ahh! php-mysql.i386 5.1.6-12.el5 updates does that mean its not intalled? sorry im just new to centos and yum |
| ivazquez | If it says "installed", then it's installed. Otherwise, it's not. |
| phlite | ok |