php-install Digest 21 Apr 2002 02:15:24 -0000 Issue 798
Topics (messages 6697 through 6700):
Viewing Php code
6697 by: Leo Tung
Re: can't view PHP
6698 by: Andre Dubuc
Re: Apache 2.0.35 and PHP 4.1.2 trouble
6699 by: Antonio Bernabei
PHP installation with Apache under WIN ME
6700 by: Peter Hall
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 ---
Hi all,
I am a newbie of php. Now I am learning the php from reading some
existing on a server which is already compiled as running of Apache and
PHP. However, there is a problem on reading all php code as all are
binary. My question is why all php is interpreted in binary and How can
I use any standard viewer, such as wordpad or emacs etc to viewing them?
Thanks for any help.
Leo
--- End Message ---
--- Begin Message ---
Hi Joey,
Don't know whether I can help, but I ran into the same problem with my Linux
box. In Mozilla et al, I had to change in "Preferences > Advanced > Proxies >
Manual Proxy Config >> No proxy for: Localhost".
I haven't followed your thead, and I'm no familair with networking, butthta
might steer you in a new direction. It worked for me while I'm protyping my
site.
Hth,
Andre
On Friday 19 April 2002 11:31 pm, you wrote:
> yes i've tried that too *sigh* :( i've read the manual over and over again
> and installed it a few times and added all those lines ppl suggested but
> still no luck. I'm about to just give up. I know how to work PHP but I just
> can't find where this problem comes from. Maybe it's a windows thingy who
> knows, maybe i need IIS on my system which of course doesn't come with Win
> XP Home Edition. I read something about webpage in management tools in
> Windows but i don't have that so i can't change things there. I really do
> appreciate all your reactions and replies.
>
>
> "Christoph g�rgen" <[EMAIL PROTECTED]> wrote in message
> 003101c1e77e$c3ca5fc0$0e00000a@AGENTUR">news:003101c1e77e$c3ca5fc0$0e00000a@AGENTUR...
>
> > > Everytime i try to view a php file on my server it prompts me to
>
> download
>
> > > the file then opens it up in word pad. I can view any other file just
>
> not
>
> > > php.
> > >
> > > Can anyone help me with this problem please?
> >
> > Already tried to insert these lines into your httpd.conf ... ?
> > #if you use php3#
> > AddType application/x-httpd-php3 .php3
> > #if u use php4:#
> > AddType application/x-httpd-php3 .php4 .php
> >
> > that should solve your problem after having restarted the webserver
> > good luck
> > chris
--
Please pray the Holy Rosary to end the holocaust of abortion.
Remember in your prayers the Holy Souls in Purgatory.
May God bless you abundantly in His love!
For a free Cenacle Scriptural Rosary Booklet: http://www.webhart.net/csrb/
--- End Message ---
--- Begin Message ---
Antonio Bernabei
--- End Message ---
--- Begin Message ---
I am experiencing problems installing PHP under Apache 2.0.35 from the
binary zip.
I unzipped the file to c:/php
Then placed php.ini in my windows dir and changed these lines:
doc_root = c:\Program Files\Apache Group\htdocs
extension_dir = c:\php\extensions
In the apache configuration file httpd.conf I added the lines:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
Anyway, I followed the instructions in install.txt, to the letter. But I get
the following error:
cannot load c:/php/sapi/php4apache.dll into server: One of the library files
needed cannot be found
Thanks for any help...
Peter
--- End Message ---