Dave Morgan [dave.mor...@coolplaces.ca]
> Still had to deal with spaces in the mount point and filename though. :(
No problem, just use -print0 ...
$ uname -s
SunOS
$ find . -print0
find: bad option -print0
find: [-H | -L] path-list predicate-list
$
so long:
unset LC_ALL LC_COLLATE LANG LC_CTYP
> [Wed Feb 13 16:27:33 2013] [error] [client 192.168.254.21] Unsuccessful
> stat on filename containing newline at
> /usr/local/lib64/perl5/ModPerl/RegistryCooker.pm line 787.\n
I am confused, because a filename is able to contain newlines.
0 Alexander_hel
http://perl.apache.org/docs/1.0/guide/porting.html
--
Deutsche Telekom AG
Seamless ICT Security Infrastructure & Management
im Auftrag T-Systems International GmbH
Dipl. Inf Alexander Elgert
Langwadener Strasse 17
64625 Bensheim
+49 176 22 717 661 (Mobil)
+49 671 83419-12 (Tel)
+49 671 83419-30 (F
In my opinion, this is the correct way.
There are many web applications, whichs polls every few seconds to give the
server a hint, that the client is interested in the answer.
(This way you are able to abort a long_running_whatever.)
On newer applications, JavaScript is used, of course - so you c
Sorry, if my tips are wrong, but I had much of these problems with solaris.
Please make sure, you compiled all the programs using the same instruction word
(32bit 64bit).
Maybe(!), you have a mixture of different libraries on your system, so please
clean them up.
Maybe, you are unable to access
In my opinion, this is the correct way.
There are many web applications, whichs polls every few seconds to give the
server a hint, that the client is interested in the answer.
(This way you are able to abort a long_running_whatever.)
On newer applications, JavaScript is used, of course - so you c
Nice to know, that people with an academic degree in computer science and a
certificate of IT security are called "script-kiddy" on this mailing list.
--
Deutsche Telekom AG
Seamless ICT Security Infrastructure & Management
im Auftrag T-Systems International GmbH
Dipl. Inf Alexander Elgert
Langwa
Thank you, it works.
--
# http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html
use CGI;
#use Apache ();
#use APR::Base64;
use Apache2::Access ();
use Apache2::RequestRec ();
use Apache2::RequestUtil ();
my $q = CGI
If you are improving applications, and want to stay compatible to old code, it
is needed to do small steps.
Do it just a little better in any step.
If you introduce new features, in an complex environment you can't do all at
once.
Sometimes adding encryption is not needed, but the decision to enc
Hello,
sure I am interested in the mod_perl answer to retrieve the AUTH password.
I am using mod_perl on a x86 sparc with oracle 10, 32 bit client.
If the payload is stored to a harddisk, then it makes sense to encrypt the
payload.
But as said, I do not want to talk about all the reasons, why I
a...@ice-sa.com wrote:
> your script can trust that id. So why would it need to know the user's
> password ?
In my case to encrypt the answer using AES with the password.
Greetings,
Alexander
--
Deutsche Telekom AG
Seamless ICT Security Infrastructure & Management
im Auftrag T-Systems Internat
a...@ice-sa.com wrote:
> alexander.elg...@t-systems.com wrote:
> > Hello,
> >
> > I am looking for a way to retrieve the AUTH password, without using
> > mod_rewrite ...
>
> I'd be interested in how you would do it, using mod_rewrite.
> For my personal education..
mod_rewrite is really powerful,
Hello,
I am looking for a way to retrieve the AUTH password, without using mod_rewrite
...
my $cgi = new CGI;
$cgi->remote_user; # this is the user
$cgi->remote_password???; # but where is the password?
In PHP, this is $_SERVER['PHP_AUTH_PW'].
It would be nice to know, if there is a proper
That was just a standard compiled apache, what config file are we talking
about? httpd.conf?
a) configure skript
b) httpd -V
c) grep -v '^[ ]*#' httpd.conf | grep -v '^$'| uniq
Thank you.
Greetings,
Alexander
PS: Sorry for TOFU. ;(
a)
./configure \
--disable-nls \
--with-apxs2 \
Hello,
I got a nullpointer from mod_perl2 on a solaris x86 machine in:
#0 0xfca42b00 in ap_pcw_walk_files_config () from /opt/ae/modules/mod_perl.so
#1 0xfca42c9e in ap_pcw_walk_config () from /opt/ae/modules/mod_perl.so
#2 0xfca4294a in modperl_mgv_hash_handlers () from /opt/ae/modules/mod_pe
15 matches
Mail list logo