in reply to Using mod_perl, with SSI?
213ms...618ms
What to the miliseconds mean, where do the numbers come from?
So my question.... should/is mod_perl being used for the SSI requests? Or so I need to do anything specific to invoke it?
If you have to ask, this means you should read your config file ; cgi-bin generally implies mod_cgi not mod_perl; check the config and you'll know for sure
See also https://httpd.apache.org/docs/2.2/howto/ssi.html, https://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html#SSI, Apache::SSI, CGI to mod_perl Porting. mod_perl Coding guidelines...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using mod_perl, with SSI?
by ultranerds (Hermit) on Dec 02, 2015 at 07:58 UTC | |
by Anonymous Monk on Dec 02, 2015 at 08:32 UTC | |
by ultranerds (Hermit) on Dec 02, 2015 at 10:22 UTC |