Here is the output of chatr for the various libraries. It looks like
everything is similiar except for Oracle.sl. I am still
at a loss, so *any* advice is appreciated.
HTTPD
> chatr $PH/apache/bin/httpd
/post/home/post/migr/pos/apache/bin/httpd:
shared executable
shared library
> On Sun, 20 Feb 2005 20:26:07 -0500
> Stas Bekman <[EMAIL PROTECTED]> wrote:
>
> > Adi Fairbank wrote:
> > > Take a look at Crypt::License on CPAN. I used it a couple years
> > > back to do exactly what you are trying to do. It encrypts your
Perl
> > > source code and then decrypts it on the f
hey
when i run a script that i have made that the output should be in HTML
so that it is a webpage, mod_perl
runs because i can see the output but this is then not wrote as HTML
rather as plain text.
i have sent the Content-Type: text/html and this is show aswell as the
compleate HTML code.
eg.
First, I'm not sure if headers are case sensitive or not (8 years of web
dev and somehow it never came up), but you might want to try changed
"Content-type" to "Content-Type"
Second, make sure you have an empty line between your headers and the
start of your html document.
-ofer
Phil's Yahoo wr
[...]
> =head1 Detecting a Client Abort
>
> # IsClientConnected? Might already be disconnected for busy
> # site, if a user hits stop/reload
>
> my $conn = $r->connection;
> my $is_connected = $conn->aborted ? 0 : 1;
> if($is_connected) {
> if (defined(my $fileno = $conn->fileno(0))) {
>
Hi Everbody,
We have a client that has a page with romanian characters which IE
doesn't want to display. Serving static romanian pages works fine with
the server. But this one is served dynamically via a perl script.
In IE certain characters are displayed as empty boxes when the file is
served, b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(resent to list this time)
Hi, Farhad,
Farhad Ahani ([EMAIL PROTECTED]) wrote on 24.02.2005 09:14:
| We have a client that has a page with romanian characters which IE
| doesn't want to display. Serving static romanian pages works fine with
| the server