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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mandrake 8.0 (Perl Problems)

Status
Not open for further replies.

Ozarkian

Technical User
Jul 13, 2001
1
US
Hello everyone, I am having problems with Perl scripts. My scripts work fine on my index.shtml page but if I try to execute a script on a page named anything other than index.shtml, it doesn't work. I can rename the page to index.shtml and it works fine.I have looked in the server error log files and there are no error messages. Has anyone had the same problem? I am using Apache 1.3.19 and I have five Virtual Host. I am only allowing CGI on the host I am having problems with. Thanks for any help in advance.
 
Ozarkian,
If you are using ssi the pages are associated with
the *.shtml type by design.
You should be able to change this to what you want but the
webserver still needs to know how to handle embedded code
so it needs a type.
Before you change this looking up info on the ssi standard and your webserver might be a good idea.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top