Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all I have to go through an ERP projects. "README" file to setup the software gives following instruction which I have attached with this thread. So, according to first ...
  1. #1
    Just Joined!
    Join Date
    Jul 2008
    Posts
    17

    Configuring the Apache web server

    Hi all
    I have to go through an ERP projects. "README" file to setup the software gives following instruction which I have attached with this thread.
    So, according to first step I copied the entire "dolibarr-2.6.1" folder in "/usr/local/apache2". But whenever I call the browser with address given in "README" file my browser gives the following error message :
    Code:
    Firefox can't establish a connection to the server at localhost.
    Please let me know how can I configure the Web Server so that I can use the software.
    "/usr/local/apache2/conf/httpd.conf" file is also attached with this thread
    Attached Files Attached Files

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    "/usr/local/apache2" is the serverroot, not the documentroot.

    Copy the dolibarr-2.6.1 directory to "/usr/local/apache2/htdocs"
    and rename it to dolibarr.
    Also follow the rest of the instructions in the readme.txt

Posting Permissions

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