Phoo.
We moved our website to a new server this morning and everything looks great except for our SSIs, which are no longer running. I *think* I ran into the problem the last time we moved servers, but darn if I can remember what the solution was!
Here's what I do know:
LoadModule include_module modules/mod_include.so
is in my httpd.conf, as is
AddHandler server-parsed .html
The virtual host for the site has Options ALL
When a page loads with the little perl script, it *should* display a hyperlink similar to:
It's the "10023" part that's generated on the fly.
What I get now is
cmd=
and of course, the perl script should run and replace exec cmd with a number.
Does anyone know where I'm going wrong here? I'm guessing that something's missing from my Apache configuration, but I compared the new httpd.conf with the old one (where everything worked) and they both look pretty much the same to me.
Thanks in advance!
veg
We moved our website to a new server this morning and everything looks great except for our SSIs, which are no longer running. I *think* I ran into the problem the last time we moved servers, but darn if I can remember what the solution was!
Here's what I do know:
LoadModule include_module modules/mod_include.so
is in my httpd.conf, as is
AddHandler server-parsed .html
The virtual host for the site has Options ALL
When a page loads with the little perl script, it *should* display a hyperlink similar to:
It's the "10023" part that's generated on the fly.
What I get now is
cmd=
and of course, the perl script should run and replace exec cmd with a number.
Does anyone know where I'm going wrong here? I'm guessing that something's missing from my Apache configuration, but I compared the new httpd.conf with the old one (where everything worked) and they both look pretty much the same to me.
Thanks in advance!
veg