configuration problem

2007-06-06 Thread devnath reddy
hi thanks for adding me into your subscriber list as i tried to compile this mod_perl with apache, i am able to see the index.pl page in scriting in browser i am unable to see look and fell page. help me out. thanks. regards dev.

configuration problem

2006-07-13 Thread jiqiang yao
hi, I use apacher 2.0. I set the document root as .../web. Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody help me? yao __ Do You Yahoo!? Tired of spam?

configuration problem

2006-07-13 Thread jiqiang yao
hi, I use apacher 2.0. I set the document root as /myhome/web. Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody can help me? yao __ Do You

Re: configuration problem

2006-07-13 Thread Jay Scherrer
jiqiang yao wrote: hi, I use apacher 2.0. I set the document root as /myhome/web. Anything ending in .html can be public. However, the folder within this directory are not public, although I set the mode to 755. Can anybody can help me? yao

Configuration problem

2005-10-07 Thread Stéphane Klein
Hi, I installed apache 2.0.54 with mod_perl 2.0.1 in a debian 3.1 environment. I installed it with DSO Method.   % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs   % make make test   % make install I added the directive: LoadModule perl_module modules/mod_perl.so

Re: perl configuration problem

2004-06-27 Thread Stas Bekman
Kemin Zhou wrote: Thanks a lot for Stas and Willian comment. Both of you are correct. I figured out my problem: it came from my program reading a configuration file. When Taint Check (-T in perl or PerlSwitches +T or TaintCheck On in httpd.conf) is turned on, any file handle is thought to be

Re: perl configuration problem

2004-06-23 Thread Stas Bekman
Kemin Zhou wrote: [...] The perl works fine on my system. When I run perl programs through apaches, whenever the program used or its module uses Socket.pm for example database connections using sockets, my web application through mod_perl will not work giving the following error message: [Tue

perl configuration problem

2004-06-22 Thread Kemin Zhou
First thank a lot for Geoffrey's reply to my previous question. Here I have a very complicated problem that I want to share with you and seeking some opinion. I am using RedHat 9.0. Somehow, some of my perl packages could not be made (the routine perl Makefile.PL generates garbage owing to the

Re: perl configuration problem

2004-06-22 Thread William McKee
Hi Kemin, I do not think that your taint problems are related to setgid. My experience with taint has taught me not to trust the error output. In this case, you are using ModPerl::Registry which means that your script could be the one which is supplying tainted data. Are you sure that you are

may be configuration problem

2004-03-24 Thread Kemin Zhou
I am new to mod_perl. Installed the most recent mod_perl passed nearly all the test. The most recent Apache Web server working fine, CGI working fine. I have used CGI in the past. No problem. Now I am switching to mod_perl; with the following configuration in httpd.conf PerlModule Apache2

Re: may be configuration problem

2004-03-24 Thread Stas Bekman
Kemin Zhou wrote: I am new to mod_perl. Installed the most recent mod_perl passed nearly all the test. The most recent Apache Web server working fine, CGI working fine. I have used CGI in the past. No problem. Now I am switching to mod_perl; with the following configuration in httpd.conf

RE: may be configuration problem

2004-03-24 Thread Kemin . Zhou
Title: RE: may be configuration problem Stas, Thanks for the quick reply. I think I may had the PperlOptions +ParseHeaders Commented out at some point. I am still don't fully understand mod_perl And the Apache configuration. I was experimenting and did not restart my apache server. I