Datraverse
Technical resources    · Home · Contact

· Apache
· C/C++
· DHTML
· Java
· Linux
· MySQL
· PDF
· Perl
· PHP
· Databases
· Tools
· Win32
· XML

OpenResume

Write your resume in XML and generate HTML, PDF and RTF documents. more...


home of Vim editor
 
  
  Apache

Executing Perl scripts in Apache for Windows

Apache parses all CGI scripts for the shebang line by default. This comment line, the first line of the script, consists of the symbols pound (#) and exclamation (!) followed by the path of the program that can execute this specific script.

For a perl script, with perl.exe in the C:\Perl\bin directory, the shebang line should be: C:\perl/bin

Apache on Windows allows either the Unix behavior above, or can use the Registry to match files by extention. The command to execute a file of this type is retrieved from the registry by the same method as the Windows Explorer would use to handle double-clicking on a file.

To enable this Windows specific behavior (and therefore -disable- the equivilant Unix behavior), uncomment the following directive in httpd.conf:

ScriptInterpreterSource registry

home of Apache

The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field.

home of Tomcat

Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.



  
Apache
· www.apache.org
 
Apache Server
        Software MySQL Database Engine PHP Scripting Language
Send mail to webmaster@datraverse.nl
with questions or remarks about this website.
Copyright © 1998-2005 Datraverse B.V.