Linux – How to enable Apache to work on IPV4

apache-2.2linux

Greetings, I have searched through the similar questions but didn't found an answer. Also I did search on google but nothing relevant that could help me.

I have a desktop with 10.04 ubuntu on it and lamp. The problem is that I want apache to work with IPV4.How do I do that? What exactly do I need to write on my httpd.conf file?

Best Answer

By defaul apache should work on ipv4 protocol. check

/etc/apache2/ports.conf

for host and port configuration. also check http://localhost to know if apache is working. if not -- run console and print there

sudo service apache2 start