> -----Original Message-----
> From: Frank J. Schmuck [mailto:[EMAIL PROTECTED]]
> Subject: Directory Structure under Win32 (Perl, CGI, Apache, MySQL)
>
> Is there a "correct" directory structure under WinX when
> installing Perl and
> Apache for development and testing of cgi scripts?  I know that perl looks
> for cgi scripts in the cgi-bin directory, but what about everything else?
>

        I'll second the previous message by saying that there is no real "correct"
way to setup either software.  So long as each knows where the other is
located, you can put them practically anywhere during installation.
        That said, I would suggest either sticking with the default installation
paths or, if you plan on migrating your Perl to *NIX, installing Perl in:

C:\usr\

        This will allow you to place the "standard"

#!/usr/bin/perl

        At the top of your scripts without having to worry about changing your
scripts.

++========================================================================++
|| UNIREZ, Inc.                                            Scott Thompson ||
++-------------------------------------------+----------------------------++
|| Address: 2555 Southwest Grapevine Parkway | Title:     Programmer      ||
||          Suite 200                        | Phone:     (817) 416-5800  ||
||          Grapevine, Texas 76051           | Extension: 104             ||
|| Fax:     (817) 251-9199                   | Cell:      (972) 342-5660  ||
|| Web:     http://www.unirez.com/           | Email:     [EMAIL PROTECTED]||
++===========================================+============================++

Reply via email to