>> [Larry Brown]
>> Because its better to have someone waste time trying known hacks for a
>> platform I don't have than to have the same person not know
>> the platform and
>> start spending time figuring out what it is right off the bat.
> [Mike Ford]
> Well, if you *really* wnat to get hem goin
> -Original Message-
> From: Larry Brown [mailto:[EMAIL PROTECTED]]
> Sent: 03 December 2002 07:02
>
> Because its better to have someone waste time trying known hacks for a
> platform I don't have than to have the same person not know
> the platform and
> start spending time figuring out
Actually..
You can turn off header responses in both apache and php. Inside the
php.ini you will find:
[ expose_php = Off ]
In the ini-dist its even switched off by default.
In the apache httpd.conf file you can set the following:
[ ServerSignature On ]
I believe you may also find some help in
> Because its better to have someone waste time trying known hacks for a
> platform I don't have than to have the same person not know the platform
and
> start spending time figuring out what it is right off the bat.
That will not work.. try the following:
telnet yourserve 80
and than type GET
On Tuesday 03 December 2002 15:01, Larry Brown wrote:
> Because its better to have someone waste time trying known hacks for a
> platform I don't have than to have the same person not know the platform
> and start spending time figuring out what it is right off the bat.
In response to your origina
ssage-
From: Justin French [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 03, 2002 12:39 AM
To: Larry Brown; PHP List
Subject: Re: [PHP] hiding php
Why not just make up an extension, like your initials (.lsb) or your
business name (.dim or .dni), and set-up apache to pipe all those files
throug
Why not just make up an extension, like your initials (.lsb) or your
business name (.dim or .dni), and set-up apache to pipe all those files
through PHP...??
That way they'll have no clue at all (if used in conjunction with the "hide
PHP" stuff, etc etc).
Justin
on 03/12/02 4:13 PM, Larry Brown
So change your Apache server string to say IIS instead. Why tell them you
are using Apache?
On Tue, 3 Dec 2002, Larry Brown wrote:
> This should bump up my popularity here...can you run asp on apache? The
> reason I ask is that I understand you can use a php option to hide the fact
> that you a
yes look around for sum thing like chilli soft from sun microsystems, but
it's not free.. i dunno if there is a free one..
> -Original Message-
> From: Larry Brown [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 3 December 2002 4:13 PM
> To: PHP List
> Subject: [PHP] h
This should bump up my popularity here...can you run asp on apache? The
reason I ask is that I understand you can use a php option to hide the fact
that you are running php. This sounds like a good idea to keep people
guessing, but I also want to use .asp extensions and have them parsed for
the p
If you don't want the admin or web server user to see your code, you may
want to consider Zend's Encode product
(http://www.zend.com/zend/products.php#encoder) which encodes your PHP code
for you. BUT, this can be rather expensive (depending on your use) and you
probably still need your Administr
lt;[EMAIL PROTECTED]>
> To: "Lista PHP" <[EMAIL PROTECTED]>
> Sent: Thursday, March 01, 2001 4:02 PM
> Subject: [PHP] Hiding php Code
>
> > Hi all, I need to hide the php code, on the server.
> >
> > I know that php is not compiled, so, is there a way to
Hi all, I need to hide the php code, on the server.
I know that php is not compiled, so, is there a way to do this??
Thanks
Rene
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
also sprach Fredrik Arild Takle (on Mon, 26 Feb 2001 10:34:11PM +0100):
> did you get answers to your problem?
not from the list. but i found two solutions, both of which require
modification of httpd.conf, and both of which are ergo
apache-specific:
http://www.zend.com/tips/tips.php?id=145&sing
hi,
i would like to set up a script "forum" such that you can call a url
http://www.server.com/forum/general
and it will php-parse forum and pass /general as PATH_INFO. it's easy
to get done as http://www.server.com/forum.php/general, but i would
like to disclose the script name for reasons of o
15 matches
Mail list logo