> I do have this in the httpd.conf file > > AddHandler cgi-script .cgi .pl .py > > This is a general purpose web server so I'm loath the give that up. > I guess I'll have to rethink my setup.
You could try and put cobbler in a named vhost entry, but that's a bit of a manual setup. Just remove/rename the cobbler.conf file (and web if you're using it) and put those entries in the vhost's entry instead. I've done that in the past (for the same reason as you), but it is a pain and will potentially break in the future if/when you upgrade cobbler. Alternatively, you could move that handler to a Directory/Location entry instead of all-encompassing in httpd.conf (where I'm assuming you have it now). That won't work if you serve a lot of CGI out of your root directory though. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
