Jump to content

PhpBB


mystified
 Share

Recommended Posts

It's interesting that you said that because I stopped apache and got just the text page. But when I tried to restart apache I couldn't. I received the cannot connect to remote server error. Something is definitely configured incorrectly somewhere. The only way I can get apache to restart is to close out opera and log back into webmin again.

Link to comment
Share on other sites

Almost everything looks good, except in the admodules portion

 

there is:

 

<IfDefine HAVE_PHP4>

</IfDefine>

 

when it should be:

 

<IfDefine HAVE_PHP4>

AddModule mod_php4.c

</IfDefine>

 

 

farther down near the bottom you will see:

Include conf/addon-modules/php.conf

 

check in that file it is pointing to to make sure it has the AddType for php files, if it does you should be ready to go. Restart apache, and it should work.

 

I noticed a simmular thing happens for SSL the module is being loaded but not added, though I know next to nothing about setting up SSL besides telling the mandrake installer to install it at the initial install

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...