Hey all,
I've set up an Apache server running on Fedora 3 to be a backup system to a Windows IIS server. For the most part, things are working great. However, I'm running into a problem with a javascript file that needs to be placed in the cgi-bin folder. Apache is trying to execute it, and I need to tell it to simply read it. I'm reading the Apache docs here:
They mention it's possible to exclude a filetype, but don't really show how, and I can't really make heads or tails of the detailed mod_rewrite section.
So, I'm hoping someone can help to simplify the syntax needed to tell Apache not to execute .js files located in the cgi-bin folder.
Thanks!
I've set up an Apache server running on Fedora 3 to be a backup system to a Windows IIS server. For the most part, things are working great. However, I'm running into a problem with a javascript file that needs to be placed in the cgi-bin folder. Apache is trying to execute it, and I need to tell it to simply read it. I'm reading the Apache docs here:
They mention it's possible to exclude a filetype, but don't really show how, and I can't really make heads or tails of the detailed mod_rewrite section.
So, I'm hoping someone can help to simplify the syntax needed to tell Apache not to execute .js files located in the cgi-bin folder.
Thanks!