hey, i want to install apache ,php and mysql.in my ubuntu linux. but i come across a problem . i configure the apache ,and in the command line it works well:
root@chrysanthemumwolf-laptop:/usr/local/apache2/conf# /usr/local/apache2/bin/apachectl start
httpd (pid 4325) already running
root@chrysanthemumwolf-laptop:/usr/local/apache2/conf# /usr/local/apache2/bin/apachectl restart
but when i test it in my browser : http://localhost/
it didn`t work .
if someone can do me a favor ,i would appreciate it . thank you for that !
i can show parts of the httpd.conf :
ServerRoot "/usr/local/apache2"
#Listen 12.34.56.78:80
Listen 80
<IfModule !mpm_netware_module>
<IfModule !mpm_winnt_module>
User daemon
Group daemon
</IfModule>
</IfModule>
ServerAdmin you@example.com
ServerName localhost:80
DocumentRoot "/usr/local/apache2/htdocs"
<Directory "/usr/local/apache2/htdocs">
.thank you !