Loading docs/manual/howto/cgi.xml +10 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ <modulelist> <module>mod_alias</module> <module>mod_cgi</module> <module>mod_cgid</module> </modulelist> <directivelist> Loading Loading @@ -64,10 +65,19 @@ directive has not been commented out. A correctly configured directive may look like this: <highlight language="config"> LoadModule cgid_module modules/mod_cgid.so </highlight> On Windows, or using a non-threaded MPM like prefork, A correctly configured directive may look like this: <highlight language="config"> LoadModule cgi_module modules/mod_cgi.so </highlight></note> <section id="scriptalias"> <title>ScriptAlias</title> Loading Loading
docs/manual/howto/cgi.xml +10 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ <modulelist> <module>mod_alias</module> <module>mod_cgi</module> <module>mod_cgid</module> </modulelist> <directivelist> Loading Loading @@ -64,10 +65,19 @@ directive has not been commented out. A correctly configured directive may look like this: <highlight language="config"> LoadModule cgid_module modules/mod_cgid.so </highlight> On Windows, or using a non-threaded MPM like prefork, A correctly configured directive may look like this: <highlight language="config"> LoadModule cgi_module modules/mod_cgi.so </highlight></note> <section id="scriptalias"> <title>ScriptAlias</title> Loading