Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

index.pl weirdness

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
index.pl weirdness - The cgi-bin directory has many perl files in it. All execute except index.pl which produces the browser Save As dialog. The content of the file saved is index.pl (not something else). However, if I rename the file to something other than

the index.htm won't autoload - Hi, I'm very new at running apache, so this should be a very easy question for most of you. When I connect to my site, it doesn't load the file. It opens its own index that displays the contents of the files in the What setting in..

Index of /files/ - When I put some files in a directory /files/ for download and include no HTML file the client who surfs to gets to see a view' with download links. Below the links it also lists the Apache and PHP versions active. Index..

[2.0.48] About index.html.var and index.html - ( I use Apache 2.0.48 on XP Prof) Under Apache 1.x I simply dumped my html files in the webroot folder and 'it' worked. I am to get my simple .HTML website running under 2.x I see some things have changed in the conf files. I..

index.pl not loading - Hi all! I do have a problem that my is not loading properly. Example of my problem: Let's say i do have a portal at: When i enter that URL in the browser the portal loads just fine. When i..
Next:  Apache: Apache configuration  
Author Message
colinb

External


Since: Jul 12, 2004
Posts: 4



(Msg. 1) Posted: Mon Jul 12, 2004 8:05 pm
Post subject: index.pl weirdness
Archived from groups: alt>apache>configuration (more info?)

The cgi-bin directory has many perl files in it. All execute except
index.pl which produces the browser Save As dialog. The content of the
file saved is index.pl (not something else).

However, if I rename the file to something other than index.pl (e.g.
index1.pl), it executes as it should.

Please help as this is driving me potty!

Thanks
Colin


httpd.conf looks like this:

Alias /cgi-bin/ "/home/newbusiness/www/cgi-bin/"
<Location /cgi-bin>
SetHandler perl-script
PerlSetupEnv On
Options +ExecCGI
PerlAuthenHandler Authenticate
AuthName Visitors
AuthType Cookie
Require valid-user
PerlAuthzHandler Authorise
PerlHandler Apache::Registry
</Location>

 >> Stay informed about: index.pl weirdness 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]