i would like to change the cgi extension on perl my scripts.
i have done it before in php from the apache config file, from .php to .acp
i want the server to execute a script with a .ads extension as .cgi.
AddHandler cgi-script .cgi it works
i have changed it and written
AddHandler cgi-script .cgi .ads
it doesn't work, gives internal server error
apache doesn't interpret the .ads extension as cgi
any feedback would be well appreciated
how can i do it in perl?
thank you.
i have done it before in php from the apache config file, from .php to .acp
i want the server to execute a script with a .ads extension as .cgi.
AddHandler cgi-script .cgi it works
i have changed it and written
AddHandler cgi-script .cgi .ads
it doesn't work, gives internal server error
apache doesn't interpret the .ads extension as cgi
any feedback would be well appreciated
how can i do it in perl?
thank you.