Hello all, I'm trying to get an apache virtual host set up on Red Hat 7.0, and I really don't know where to start. I have written a cgi application, called oncall, that I want to make easy to access via a browser. Right now to access the application, you have to type in the full URL, which is:
http://slin01dx/oncall/cgi-bin/main_page.pl What I'd like to have is where all you type in is: http://oncall Here are the apache directives that I currently have set up for the oncall application: ScriptAlias /oncall/cgi-bin/ "/home/oncall/cgi-bin/" Alias /oncall/images/ "/home/oncall/images/" <Directory "/oncall/images"> AllowOverride None Order allow,deny Allow from all </Directory> <Directory "/home/oncall/cgi-bin"> AllowOverride None Options +ExecCGI Order allow,deny Allow from all </Directory> What do I need to do to get my virtual host to work like I want it to? Thanks! -Stephen Spalding _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list