turfsk8r Posted June 7, 2007 Share Posted June 7, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
nerbonne Posted June 7, 2007 Share Posted June 7, 2007 I get an internal server error. Sounds like the new apache build doesn't like your .htaccess file? Remove it and see if it works. 0 Quote Link to comment Share on other sites More sharing options...
trine Posted June 7, 2007 Share Posted June 7, 2007 what directives did you place in your .htaccess file? 0 Quote Link to comment Share on other sites More sharing options...
turfsk8r Posted June 7, 2007 Author Share Posted June 7, 2007 I'll check that out when I get into the office. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
turfsk8r Posted June 7, 2007 Author Share Posted June 7, 2007 could that cause random permission error on a joomla site? I'm get those at http://www.doucarve.com. The main page sometimes loads with errors. then you refresh and they go away. This is the same site that is having issues with the ajax shoutbox and the admin backend template not loading properly. 0 Quote Link to comment Share on other sites More sharing options...
turfsk8r Posted June 7, 2007 Author Share Posted June 7, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 7, 2007 Share Posted June 7, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
turfsk8r Posted June 8, 2007 Author Share Posted June 8, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 8, 2007 Share Posted June 8, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.