Apache in Fedora

D’oh the apache webserver doesn’t work straight out of the box in Fedora. I got an error when trying to start the service, looking at the log file, it was complaining that dhcppc0 (apparently that’s the name of my computer) has no IPv4 address. Solution: adding dhcppc0 to /etc/hosts.
Then access to localhost/~user doesn’t work, apparently I need to modify mod_userdir line on httpd.conf to enable userdir on public_html. But it still doesn’t work, another look at the log, I figured out that it’s a permission problem. Eventho public_html has the right permission but /home/user doesn’t. Anyway at least it’s working fine now.

This entry was posted on Sunday, August 21st, 2005 at 12:52 am and is filed under apache, linux. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.