Setting up Apache
by
D. Lyon
- To Setup apache, rpmfind apache (and install).
- chmod a+r (name-of-file for all html files)
- modify /etc/httpd/conf/http.conf (include the server name)
- make sure file access is permitted
- type httpd to start by hand, or restart from the
control panels, if the server is live
- for Java Web start you must add:
application/x-java-jnlp-file jnlp
To the /etc/mime.types file. Then restart httpd.
- back