Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

Re: [PHP3] Need to poke around my ISP's host machine From: Andrew Chen (achen <email protected>)
Date: 01/06/99

Let's say your servername is www.server.com

telnet www.server.com 80
[little messages here]
HEAD / HTML/1.1
[press enter twice]

Unless they are paranoid, it will say something like:

Apache/1.3.3 (Unix) PHP/3.0.6 mod_perl/1.16 mod_ssl/2.1.5 SSLeay/0.9.0b

or the like. This will at least give you a little information.

Also, read some of the docs for PHP (especially configuration) and just
start poking around stuff you should be able to. You can try to do a:

find / -name apache* -print > ~/apache.txt

or something like that to if you find that Apache runs to see the
location.

Good luck!

Andrew

On Wed, 6 Jan 1999, Douglass Turner wrote:

> Hello,
> I would like to find out more about the characteristis of
> the machine and server software that my ISP uses to host
> my website.
>
> I do know they are running FreeBSD. How do I detect the server
> that is serving up my web pages? What UNIX commmands can I use
> to reveal more details about machine and server, etc?
>
> Thanks,
> Douglass Turner
> email: turner <email protected>
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
> List administrator: zeev <email protected>
>
>
>

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev <email protected>