Linux Operation Systems - 3Com VCX v7111 User Manual

Voip
Hide thumbs Also See for VCX v7111:
Table of Contents

Advertisement

Open the Apache2/conf/perl.conf file for editing and add the line "Script PUT
7
/perl/put.cgi" after the last line in the following section (note that if the following section is
omitted or different in the file, insert it into the file or change it there accordingly):
Alias /perl/ "C:/Apache2/perl/
<Location /perl>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
</Location>
Locate the file put.cgi on the supplied software package and copy it into the Apach2\perl\
8
directory. Change the first line in this file from c:/perl/bin/perl to your perl executable file
(this step is required only if mod_perl is not included in your Apache installation).
In the apach2\bin directory, from a DOS prompt, type the following commands:
9
Apache.exe -n Apache2 -k install
Apache.exe -n Apache2 -k start
The installation and configuration are finished. You are now ready to start using the HTTP
server.

Linux Operation Systems

It is assumed that the installing of Linux already includes: Apache server (for
example, Apache 1.3.23), perl and mod_perl (for example mod_perl 1.26).
Additional required software: an uploading script (put.cgi), supplied with the software
package.
To configure Apache HTTP server:
Inside the Apache directory, create the directory /perl (for example /var/www/perl). Locate
the file put.cgi on the supplied software package and copy it to that directory.
In the put.cgi script, change the first line from c:/perl/bin/perl to your perl executable file
1
(this step is required only if mod_perl is not included in your Apache installation).
Enable access to the following directories and files by typing:
2
>chmod 777 perl
>chmod 755 put.cgi
>chmod 777 html (the name of the servers shared files directory)
Configure the Apache sever:
3
a) Open etc/httpd/conf/httpd.conf (or a similar file) for editing
b) Set the KeepAlive parameter to true
454
®
3Com
VCX V7111 VoIP Gateway User Guide

Advertisement

Table of Contents
loading

Table of Contents