in reply to how do i configure apache webserver to run perl scripts
To use the above, you must also include Includes in the Options section of your httpd.conf file.AddOutputFilter Includes html
This way, you may include perl modules, or bits of perl code you'd like to exec, much as you would with the more commonly used extension: .shtml. In fact you could invent any extension you like -- .perl5, for example.Options Indexes Includes etc...
HTH
|
|---|