[PHP-INST] Re: Window 2000 and Apache 1.3.20

2001-10-05 Thread Yasuo Ohgaki
You need to post following info to get help from windows users. - Changes made in httpd.conf. (If you have diff command, it would be better to use diff) - PHP version using - How to get the PHP (bin from which web site, or did you build your own) - Apache error log if there is - PHP error log if

[PHP-INST] Upgrading debian stable

2001-10-05 Thread Ariejan de Vroom
I have a server running Debian/stable. This runs Apache 1.3.9, with PHP 4.03 I needed PHP 4.06, so I downloaded the source, untarred it, ./configure, make, make install, just as the install doc tells us. After that I swapped my old php.ini file in /etc/php4/php.ini with the php.ini-dist file. The

php-install Digest 5 Oct 2001 21:55:24 -0000 Issue 491

2001-10-05 Thread php-install-digest-help
php-install Digest 5 Oct 2001 21:55:24 - Issue 491 Topics (messages 4506 through 4525): Re: CGI Error and not able to load DLL error 4506 by: Isaac Insoll 4520 by: Jeremy Wadsack Re: linux 7 problems 4507 by: haptiK 4508 by: haptiK 4509 by: Paul Gar

[PHP-INST] Can't open a PHP file on Win2k server

2001-10-05 Thread Carl Reilly
This is my error: HTTP 403.1 Forbidden: Execute Access Forbidden Internet Information Services Technical Information (for support personnel) a.. Background: You have attempted to execute a CGI, ISAPI, or oth

[PHP-INST] Re: Not newbie, but stumped

2001-10-05 Thread Tracy McKibben
In article <[EMAIL PROTECTED]>, tmckibben1 @mn.rr.com.invalid says... > Hello all... I'm dealing with a strange problem, or at least one I've > never seen before. On a new server, just built this week, running RH > 7.1, Apache 1.3.20, & PHP 4.0.6. All the necessary entries are in > httpd.con

[PHP-INST] Writing files in safe mode won't work...

2001-10-05 Thread Wim Godden
Safe mode doesn't seem to be working properly for me. I've enabled safe mode for the whole server, php scripts appear to work fine, but when a php script attempts to write a file (in a directory owned by the same user as the php script), php complains it can't write. For example, using imagejpeg t

Re: [PHP-INST] Upgrade experience

2001-10-05 Thread Rasmus Lerdorf
> I have been trying to upgrade my PHP installation to 4.06. I can't find an > RPM for my Mandrake 7 system I see lots: http://rpmfind.net/linux/rpm2html/search.php?query=php&submit=Search+... -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP-INST] Upgrade experience

2001-10-05 Thread Bryan Orthner
I have been trying to upgrade my PHP installation to 4.06. I can't find an RPM for my Mandrake 7 system, so I am compiling from source. I have configured with this line: ./configure --with-mysql=/usr --disable-debug --enable-sysvshm --enable-tran s-sid --with-config-file-path=/etc/php.ini --with-z

Re: [PHP-INST] Re: CGI Error and not able to load DLL error

2001-10-05 Thread Jeremy Wadsack
Try running php from the command line with the script and see what it does. It's possible that it's sending out error messages and no content. Also check your web server error logs (or Application and System Event Logs on NT) and see if there are any relevant errors that may tell you more about t

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Jeremy Wadsack
rg ([EMAIL PROTECTED]): > when i try to access a .php file, it tries to save it to disk. It does this because it doesn't know how to handle the type of file. So it sends it across to your browser as a generic application file. This means that your web server has not been configured to run PHP f

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread B. PERRINE
There is a good doc to read before using a mailing list : http://www.tuxedo.org/~esr/faqs/smart-questions.html B. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Grant Johnson
If a directory exists, but does not show up with an ls, 2 things are possible that I can think of right now. 1) It is a hidden file. If it starts with a . , it will only show up with a ls -a. 2) You can gove someone permission to get to the files of a directory, but not do an ls to find out

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Grant Johnson
Well, I guess it's time to set up a cron job to send you an email reminding you that you are a moron every ten minutes. This is the INSTALLATION list. By its very nature, it will have people here who do not know any better. This person may have had Red Hat 7, SuSE 7, or Mandrake 7. The cor

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Frank S. Bernhardt
This is hilarious. I haven't laughed so much in a long time. You're not serious, are you? The purpose of these lists is to help people; all kinds of people. If Linux/Apache/PHP et al were as easy to install and use as they should/could be then we wouldn't need the lists. We're not all experie

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread haptiK
I CANT READ.. MY LINUX 7 INSTALL HURTS MY EYES!!! On Fri, 5 Oct 2001, John Burski wrote: > If you don't want to be on the list, remove yourself - the instructions are > on the bottom of every posting. > > haptiK wrote: > > > if i owned a plane.. id fly it into your damn machine.. i feel so hor

[PHP-INST] Window 2000 and Apache 1.3.20

2001-10-05 Thread Morrison, Trevor (Trevor)
HI, I have installed Apache-1.3.20 on my Window 2000 machine. It works fine. I have also installed PHP-4.0 on the same machine and thought that I followed the instructions to the letter, but I cannot get the " to display. Now, when I run the command: c:\>php.exe -i I get the long listing of ht

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Paul Gardiner
Hi Marius, If you're running your scripts via the web server you don't need the #!/usr/local/bin/php at the start of them. This line should only be required if you run them from the command line or cron for example so it knows the location of the program to parse it. HTH Best regards, - Paul -

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread John Burski
If you don't want to be on the list, remove yourself - the instructions are on the bottom of every posting. haptiK wrote: > if i owned a plane.. id fly it into your damn machine.. i feel so horrible > for anyone who uses your machine.. > > can we please read the documentation and assume some KN

RE: [PHP-INST] linux 7 problems

2001-10-05 Thread Marius Gerrit Etsebeth
Perhaps one of you guys could give me the solution to my problem. I have tried posting it before, but it seems it did not make the list that time; so here goes: I'm running HPUX 10.20 and installed PHP 4.06 as CGI with Netscape Enterprise Server 3.61. The "configure" options were as follows (prov

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread Paul Gardiner
I've been on this list for over 2 years and to start with probably asked some seemingly stupid questions. Because of the help from others and perseverance I am now pretty sharp in the platform & extensions we use php with. This knowledge I have passed on to a lot of other users usually off-list be

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread haptiK
if i owned a plane.. id fly it into your damn machine.. i feel so horrible for anyone who uses your machine.. can we please read the documentation and assume some KNOWLEDGEabiltiy.. when we post to this list? get me OFF THIS FUCKING THING\$#@!$#@! On Fri, 5 Oct 2001, rg wrote: > i installed

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread haptiK
LISTEN . THERE IS NO FUCKING SUCH THING AS LINUX '7'. IF YOUR GOING TO WASTE OUR TIME>> READ THE FUCKING DOCUMENTATION AND GET A FUCKING CLUE. IF YOU DONT LIKE THIS MESSAGE REMOVE ME FROM THE FUCKING LIST.. WHY DO YOU ALL SEND SUCH IDIOT MSGS' READ THE FINE MATERIAL#$@!@$@#$!@#$#@!$@#!$#@!$@#!$

[PHP-INST] Re: CGI Error and not able to load DLL error

2001-10-05 Thread Isaac Insoll
I am also having this CGI Error, how can i solve this problem "Sridhar Moparthy" <[EMAIL PROTECTED]> wrote in message 00c301c14514$ead67430$[EMAIL PROTECTED]">news:00c301c14514$ead67430$[EMAIL PROTECTED]... > Hi All, > > I have been trying to install php4 on WinNT4 with IIS4. > I could not comple