Results 1 to 2 of 2

Thread: Installation problem in SugarCRM

  1. #1
    archana is offline Junior Member
    Join Date
    Dec 2005
    Posts
    1

    Default Installation problem in SugarCRM

    I have the problem with PHP,it says httpd.conf has to be configured.
    How to configure httpd.conf???

  2. #2
    Oracledarren is offline Sugar Community Member
    Join Date
    Nov 2005
    Location
    England, UK
    Posts
    45

    Default Re: Installation problem in SugarCRM

    There are several ways of doing this but the simplest is to download xampp from www.apachefriends.org and install that (use the php-switch.bat once installed though the info screen will tell you what to do).

    Alternatively you need to add some lines to your httpd.conf file:-

    LoadModule php4_module "C:/Program Files/xampp/apache/bin/php4apache2.dll"

    AddType application/x-httpd-php .php .php4 .php3 .phtml

    obviously replace the path in the lines above with the correct path to the dll.

    Once changed you will need to restart apache.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •