mobright.blogg.se

Activeperl 5.10
Activeperl 5.10







activeperl 5.10

# define per- access logfiles, transactions will beĬustomLog "c:/tools/wamp/logs/access.log" common # If you do not define any access logfiles within a # The location and format of the access logfile (Common Logfile Format). # The following directives define some format nicknames for use with # Possible values include: debug, info, notice, warn, error, crit, # LogLevel: Control the number of messages logged to the error_log. # container, that host's errors will be logged there and not here.ĮrrorLog "c:/tools/wamp/logs/apache_error.log" If you *do* define an error logfile for a # container, error messages relating to that virtual host will be # If you do not specify an ErrorLog directive within a # ErrorLog: The location of the error log file. # (Michael) Added and index.cgi to the list of filesĭirectoryIndex index.php index.php3 index.html index.htm index.cgi # DirectoryIndex: sets the file that Apache will serve if a directory # Controls who can get stuff from this server. # It can be "All", "None", or any combination of the keywords: # AllowOverride controls what directives may be placed in. Options Indexes FollowSymLinks Includes ExecCGI # (Michael) Original version of the Options directive.

activeperl 5.10

# The Options directive is both complicated and important. # Note that "MultiViews" must be named *explicitly* - "Options All" # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # Possible values for the Options directive are "None", "All", # This should be changed to whatever you set DocumentRoot to. # you might expect, make sure that you have specifically enabled it # particular features to be enabled - so if something's not working as # Note that from this point forward you must specifically allow # First, we configure the "default" to be a very restrictive set of # to which services and features are allowed and/or disabled in that # Each directory to which Apache has access can be configured with respect # Michael: Changed document root to "C:\Users\Michael\workspace" to separate my work from the tools (which areĭocumentRoot "C:/Users/Michael/workspace/" # symbolic links and aliases may be used to point to other locations. By default, all requests are taken from this directory, but

activeperl 5.10

# DocumentRoot: The directory out of which you will serve your # If your host doesn't have a registered DNS name, enter its IP address here. # it explicitly to prevent problems during startup. # This can often be determined automatically, but we recommend you specify ServerName gives the name and port that the server uses to identify itself. This address appears on some server-generated pages, such # ServerAdmin: Your address, where problems with the server should be My nf contains the following (I've removed unmodified chunks for legibility): Or at least, that's what I was trying to do.Īny advice/suggestions would be appreciated! Thanks, I have edited my nf to point to C:/Users/Michael/workspace/cgi-bin My Perl installation is ActivePerl 5.10 installed at C:/tools/Perl/ My document root is set to point to a directory on my hard drive as follows:

ACTIVEPERL 5.10 WINDOWS

I am running WampServer v2.0 on Windows 7. Whenever I try to access cgi-bin through my web-browser I get 403 Forbidden, You don't have permission to access /cgi-bin/ on this server. I have followed technoman instructions here () and have managed to get to the point where an "hello world" pl script appears to execute without problems in any directory my document root, except for cgi-bin! I have been trying to configure perl to run on my Wampserver installation, but have been having difficulties.









Activeperl 5.10