Jump to content

New apache build new problems. HELP!d


turfsk8r

Recommended Posts

OK I got my apache rebuilt with CURL support httpd restarts and my sites work, mostly.

 

http://www.nonstickmedia.net/clients is where my whmcs resides. As you will see it is not loading for some reason.

 

Also I have joomla site and the ajax shoutbox doesn't work anymore. The admin backend also isn't loading properly.

 

Otherwise all my sites work perfectly.

 

Any ideas where I should start?

 

Thanks in advance.

Link to comment
Share on other sites

OK I removed the .htaccess file. The php page is loading. But now I have problem with upgrading to 3.0. my .htaccess file was to register globals.

 

any suggestions.

 

this was the contents of my .htaccess file.

 

php_value register_globals on

Link to comment
Share on other sites

OK I removed the .htaccess file. The php page is loading. But now I have problem with upgrading to 3.0. my .htaccess file was to register globals.

 

any suggestions.

 

this was the contents of my .htaccess file.

 

php_value register_globals on

 

Hey,

 

I'm guessing your host has php compiled as an CGI so you will need to use php.ini files instead of .htaccess

 

To remove the 500 error, remove the .htaccess file.

 

In php.ini add

 

register_globals = On
zend_extension = /home/user/public_html/ioncube/ioncube_loader_lin_4.4.so

 

From,

Adam

Link to comment
Share on other sites

I have my own server. I built apache using whm. Is there a way to make sure php doesn't compile as a cgi through whm? I don't want to have register_globals on for my whole server.

 

Hey,

 

Have you tried using the above method I told you? When you compiled Apache/PHP did you install PHPSuExec? This would compile PHP as an CGI instead of a CLI.

 

You need to make a php.ini file in the following folders

 

domain.com/clients (One in here)

domain.com/clients/admin (Another in here)

 

Also remove any .htaccess files you already have.

 

If you need help in recompile Apache/PHP send me a PM and I can do this for a small fee.

 

From,

Adam

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated