installing thttpd on redhat 9
i installed thttpd on redhat with an rpm.what needs to be done now?
i basically want to serve images with thttpd and will still be serving everything else with apache.
i created an image.domain.com subdomain for the thttpd image serving.
do i need to put thttpd on a different port (by editing httpd.conf and then thttpd.conf)? or will the subdomain routing via httpd.conf be enough?
how do i start thttpd.conf? is there anything else i need to do besides edit http.conf and thttp.conf?
if i create a redirect for all image requests that are coming from the old image url to the new subdomain, is that inefficient?