"Bogdan Stancescu" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What do you mean exactly? You want to be able to monitor (as in "see") the
> data being transacted by your browser with the server or is it something
> else you're after?
>
> Bogdan
>
Yea
Hiya !
A little offtopic this question, but really important ..
I need to check all the communication between my client PC and a server
in the world wide web. Inlcuding all the header info and so on ..
Would be a great help for developeing my script ...
Could anybody of you suggest me something
I am not sure if this is the problem. but why don´t just do something like
this:
DirectoryIndex index.html index.php index.cgi
Search the httpd.conf, there is surely already for the index.html ! ;)
Ehm, yeah, and this is one is ordered in priority from the left to right ..
Hope it helps !
Cya
thx for your help !
Since I am the only one who works on the whole server, it´s all my stuff :)
Yeah, but the increasing of the random_ID is surely a good way ..
Will check on that !
thx again ! :))
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Fo
Hiya !
I am working on a download script right now,
and I have a question about a part of my code:
do
{
$random_ID = rand(10,99);
$download_dir = "$today $random_ID";
if (!@is_dir($download_dir))
mkdir("$download_dir",0777);
}while(@!is_dir($download_dir));
So, I do this loo
Ehm ...
I tried to do open_basedir within the .htaccess and own this file by root,
so the user
couldn´t change the settings. But yeah, that wasn´t the best solution, now I
do within
the Apache config file.
A entry for a vhost looks like this:
ServerAdmin [EMAIL PROTECTED]
ServerName www.
money into the license ..
Thx for your help !
Daniel Urstöger
--
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 administrators, e-mail: [EMAIL PROTECTED]
Just update PHP to v.4.1.0 about 10 mins ago
Worked pretty go so far ! :)
Will tell about loads soon .. But as far as I see, the load really dropped
...
Yeah, and waiting till Zend is bringing out a working version of Optimizer
for
that PHP version ! :)
cya !
Daniel
PS: thx for your affords !
"
1c1801a$26faa4f0$2528260a@STUDENT5830">news:003801c1801a$26faa4f0$2528260a@STUDENT5830...
> how about you make a phpInfo() page, and set that as 404 error, then you
can
> find the correct variable to use :)
>
> Andrew
> - Original Message -
> From: "Daniel Urstög
thx for your help ..
But I cannot get this running ..
Not with getenv nor with the variable itself :(
Could you give me a short example ? Would really help me much ! :)
thx and cya ...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Opps, sorry, I had a bug, now I have this problem:
Browser is showing this URL:
http://yourdomain.com/play/404.php
and so the REQUEST_URI is:
/play/404.php
But I would need the requested file, before apache redirected to
the 404.php
Is this possible as well ?
--
PHP General Mailing List (http
Thx !
It works, now I can code further !
"Ashley M. Kirchner" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> "Daniel Urstöger" wrote:
>
> > How could I check, which file apache tried to access, and
to my
costum error page.
I can check http referer, and such stuff, BUT:
How could I check, which file apache tried to access, and didn´t found ?
That would be a pretty nice function for my PHP skript ..
Thx for your help !
cya !
Daniel Urstöger
WebMaster @ cdrsoft.info
--
PHP General Mailing
13 matches
Mail list logo