Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i change .cgi extension to .ads in apache

Status
Not open for further replies.

shantec

Technical User
Oct 20, 2002
29
TR
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 apache?


thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top