Results 1 to 5 of 5
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-27-2009 #1Just 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
- 10-28-2009 #2
did you try what I wrote to you as an answer in your previous, near identical thread?
- 10-28-2009 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 17
- 10-28-2009 #4
ok,
first thing:
start this apache.
you should be able to connect and get a "It works" page or at least something.
I suspect, that either a) your apache isnt running, or b) running, but you try to connect from another machine. replace localhost with the server´s IP or better DNS name
Second, as I said in the former thread.
Copy the directory dolibar-2.6.1 to the DOCUMENTROOT.
Not to the SERVERROOT.
Third, rename dolibarr-2.6.1 to just dolibar
Fourth, take care of users and permissions in that directory according to the readme
Fifth, you may need some additional php modules. The Installer will (hopefully) tell you which ones
Sixth, you need a database
- 10-30-2009 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 17
Thanks for helping me. My problem is solved.
I was going according to "httpd.conf" of "/usr/local/apache2/conf" which I have attached here . But my actual "httpd.conf" was at "/etc/httpd/conf". So, according to this configuration file I copied the whole "dolibarr" folder in "/var/www/html" and it is working fine.


Reply With Quote

