Hi, I'm using Apache mod_ssl+mod_perl on Linux Mandrake 8.2 with the
following configuration:
<IfModule mod_perl.c>
PerlRequire /etc/httpd/conf/startup.pl
Alias /seminars/
/home/shlomi/Docs/Univ/Seminars/from_cvs/perl/site/cgi/
<Directory /home/shlomi/Docs/Univ/Seminars/from_cvs/perl/site/cgi>
AllowOverride All
Options FollowSymLinks MultiViews ExecCGI
Order allow,deny
Allow from all
DirectoryIndex index.html index.htm index.shtml index.cgi
</Directory>
#<Location ~ "^\/seminars\/[a-zA-Z_]+(\/.*)?$">
<Location ~
"^\/seminars\/(search|day|week|month|(admin\/(index.cgi|login.cgi)))(\/.*)?$">
SetHandler perl-script
PerlHandler Apache::PerlRun
Options ExecCGI
PerlSendHeader On
</Location>
</IfModule>
Now, if I reload an SSL script like that I get the following two warnings
every time the page is reloaded:
Subroutine check_url redefined at /home/shlomi/Docs/Univ/Seminars/from_cvs/perl/
site/cgi/admin/index.cgi line 17.
Subroutine draw_page redefined at /home/shlomi/Docs/Univ/Seminars/from_cvs/perl/
site/cgi/admin/index.cgi line 56.
How do I get rid of them?
Regards,
Shlomi Fish
----------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/
Home E-mail: [EMAIL PROTECTED]
"Let's suppose you have a table with 2^n cups..."
"Wait a second - is n a natural number?"
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]