php-windows Digest 25 Feb 2004 04:41:30 -0000 Issue 2137
Topics (messages 22947 through 22956):
Readme
22947 by: market_text.mediabiz.com
Same Win2k problem
22948 by: emrahsen51.yahoo.com
22949 by: DvDmanDT
22950 by: Svensson, B.A.T. (HKG)
network shares
22951 by: Raul IONESCU
Running an exe from local drive
22952 by: Harpreet K. Singh
22954 by: Justin Patrin
Re: swamp installed but no joy
22953 by: Leo Divinagracia
Best way to check for user 'Administrator' group membership
22955 by: Paul Menard
Warning: mail(): "sendmail_from" not ....
22956 by: KK Kong
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Is that from you?
--- End Message ---
--- Begin Message ---
I have the same problem,
there are about 200 online users, connect my web
server (Win2K Server, Apache 1.3.28, php 4.2.3).
When i look at the task manager of server, there too
many php.exe processes. If number of these processes
is 80 or higher, apache gives "Internal Server Error".
I increased "ThreadsPerChild, MaxKeepAliveRequests"
settings but nothing happens...
thanks
Emrah...
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
--- End Message ---
--- Begin Message ---
You have installed PHP 'the wrong way'.. Install as module instead.. :p
Increases performance, and reduces ram usage, as well as should get rid of
that problem you are having..
--
// DvDmanDT
MSN: dvdmandt€hotmail.com
Mail: dvdmandt€telia.com
<[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I have the same problem,
> there are about 200 online users, connect my web
> server (Win2K Server, Apache 1.3.28, php 4.2.3).
> When i look at the task manager of server, there too
> many php.exe processes. If number of these processes
> is 80 or higher, apache gives "Internal Server Error".
> I increased "ThreadsPerChild, MaxKeepAliveRequests"
> settings but nothing happens...
> thanks
> Emrah...
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Finance: Get your refund fast by filing online.
> http://taxes.yahoo.com/filing.html
--- End Message ---
--- Begin Message ---
Seams like you run php as an CGI application(?). If so, don't do that.
On Tue, 2004-02-24 at 15:16, [EMAIL PROTECTED] wrote:
> I have the same problem,
> there are about 200 online users, connect my web
> server (Win2K Server, Apache 1.3.28, php 4.2.3).
> When i look at the task manager of server, there too
> many php.exe processes. If number of these processes
> is 80 or higher, apache gives "Internal Server Error".
> I increased "ThreadsPerChild, MaxKeepAliveRequests"
> settings but nothing happens...
> thanks
> Emrah...
--- End Message ---
--- Begin Message ---
Hello list,
Could someone help me to figure out how can I access network shares from
Windows 200 Active Directory from IIS server running PHP 4.3.4 as CGI with
Windows Integrated Authentication activated?
Best regards,
Raul
---------------------------------------------------------------
Cauta-ti perechea pe http://dating.acasa.ro
--- End Message ---
--- Begin Message ---
I am trying to run an exe file from my php page. But i get an error Access
is denied
I am trying to open the file using javascript
document.location=fp
Thismight be a javascript question but if any one can help that would be
great
Regards,
--- End Message ---
--- Begin Message ---
Harpreet K. Singh wrote:
I am trying to run an exe file from my php page. But i get an error Access
is denied
I am trying to open the file using javascript
document.location=fp
Thismight be a javascript question but if any one can help that would be
great
Regards,
I believe that javascript isn't allowed to run or access local files.
That would cause huge security problems (in fact, it has) as websites
could put viruses on peoples' machines or grab their personal files.
What exactly are you trying to do?
P.S. Please don't hit reply when sending a new message ot the list. Your
message gets grouped with the other message and can easily be lost. Use
New or Compose instead.
--
paperCrane <Justin Patrin>
--- End Message ---
--- Begin Message ---
danny cobbinah wrote:
i installed swamp (apache, mysql and php) everything installed fine. keyed
in this address C:\swamp\www\index.html and everything displayed well.
listed all the programs that were installed. at the bottom was a link
https://localhost/ clicked it to find that the page could not be found. any
ideas as to why this is please?
to make mine worked, i had to manually shutdown apache, then restart it
with a switch/parameter. i dont have it since the machine is at home.
it's the switch to load something... geez... i forget... i wrote a
batch file to shutdown and restart.
but... it only works from the same machine. i connected it to a
network, and from another machine, HTTPS didnt work... :(
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
zzzzz
--- End Message ---
--- Begin Message ---
Hi all,
System: Windows Advanced Server 2000 running IIS5
PHP version 4.3.3 running CGI
User authentication: via Windows (all users)
Question. I have a web site I put together that is used by many different users. These
users are
all local accounts. Some are members of the Administrators group and others are just
general
users.
What I want is a way to determine is the user is part of the Administrators group. If
so the user
will see an extra menu option. If not the option will not even be available to them. I
was trying
to accomplish this via a local file site to be accessible only by 'Administrators'. I
added the
PHP function 'is_writable(<filename>)' to my code. This does not seem to work.
Any suggestions?
FPM
--- End Message ---
--- Begin Message ---
I keep geting error message:
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header
missing in D:\Inetpub\wwwroot\php\sendmail.php on line 11
php.ini:
sendmail_from = [EMAIL PROTECTED]
sendmail.php:
<?php
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3",
"From: [EMAIL PROTECTED]");
?>
Can anyone help with this problem? thanks a lot!
KK Kong
--- End Message ---