Install Apache Web Server
yum groupinstall "Web Server"
Apache Configuration
Install graphical interface for Apache configurationyum install system-config-httpdSystem configuration tool then need to be ran as root :
/usr/bin/system-config-httpdor you can configure Apache server manualy :
vim /etc/httpd/conf/httpd.conf vim /etc/httpd/conf.d/README
source : http://hacktux.com/fedora/apache
Troubleshooting
On Fedora you can run the following command which should give you the full error message :/usr/sbin/httpd -tThe -t flag runs a syntax check on the configuration files so if there are any syntax errors there then this should help.
No comments:
Post a Comment