I'm about to create a small website, and would like to have Apache, PHP and MySQL
running on my laptop to test my scripts before uploading to the world wide web.
Installing PHP, MySQL and Apache seems to work without any problems,
however, when i run
Code: Select all
localhost ~# /etc/init.d/apache2 start ; echo $?and nothing is listening on port 80.
I have not edited anything in any configuration file after the installation.
Adding entries to httpd.conf like DocumentRoot, Listen, ServerName etc does not solve the problem.
Neither does
Code: Select all
localhost ~# emerge --config [apache|mysql|php]after a clean installation through emerge.
Does anyone have an idea what might be the cause of this problem?
Anders Søndergaard

