Apache2 on Fedore 10
![]()
I can highly recommend Linode installations. Easy, fully functional, optimized, ready to go, LAMP stack.
My Apache Ubuntu = Fedore notes:
Main Apache configuration file is in:
Fedore : /etc/httpd/conf/httpd.conf
Ubuntu : /etc/apache2/apache2.conf
Configuration modules are in:
Fedore: /etc/httpd/conf.d/
Ubuntu: /etc/apache2/sites-enabled/
executable is /usr/sbin/httpd – apachectl is in the same directory
The RPM package automatically installs a startup script in /etc/init.d
Log files can be found in /etc/httpd/logs
websites are located in /var/www/html
The default page that is served up after install is /var/www/error/noindex.html.
The configuration file that controls this is /etc/httpd/conf.d/welcome.conf