[PHP] Fwd: can you help me ??

2005-03-17 Thread Wahyu SP


  --- the forwarded message follows ---

Akses Internet TELKOMNet-Instan beri Diskon s.d. 50 % khusus untuk wilayah Jawa Timur.
Informasi selengkapnya di www.telkomnetinstan.com atau hub 0800-1-INSTAN (467826)
 
---BeginMessage---
hello ..
dear webmaster i would like to ask few questions :
1. can php determine the mime type of file without 
uploading a file ??
2. if it can how is it ??

thanks very much
best regard's
wahyu sp
malang
indonesia

Akses Internet TELKOMNet-Instan beri Diskon s.d. 50 % khusus untuk wilayah Jawa Timur.
Informasi selengkapnya di www.telkomnetinstan.com atau hub 0800-1-INSTAN (467826)
 

---End Message---
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]

2002-07-30 Thread Peter



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, 30 July 2002 4:17 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] [Fwd: Can you help me about the installation of
 apache/php/MySQl/ssl ?]


 Hello,

 Can you help me about this problem ?

 Thanks,

 Edward.


think u'll find that php.ini should be in /usr/local/lib dir not apache conf
dir

make sure you have the following in httpd.conf

AddModule mod_php4.c
LoadModule  libexec/libphp4.so

and see if that helps ya


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]

2002-07-30 Thread Jason Wong

On Tuesday 30 July 2002 14:17, [EMAIL PROTECTED] wrote:

 Can you help me about this problem ?

Try google.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
Before borrowing money from a friend, decide which you need more.
-- Addison H. Hallock
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]

2002-07-29 Thread EdwardSPL

Hello,

Can you help me about this problem ?

Thanks,

Edward.

---BeginMessage---

Hello,

My system is Red Hat 6.2 system...
Now, I'm going to setup WebMail with IMP 3.x ( http://www.horde.org/imp
), so I must install apache, php, MySQL and SSL by sources code packages
!

These is my installation steps ( install MySQL by rpm packages ) :

1, cd gettext-0.10.40
./configure
make
make check
make install

2, cd ../openssl-0.9.6d
./config
make
make test
make install

3, cd ../mod_ssl-2.8.5-1.3.22
./configure --with-apache=../apache_1.3.22

4, cd ../apache_1.3.22
SSL_BASE=../openssl-0.9.6d \
./configure --enable-module=most --enable-shared=max \
--enable-module=ssl --enable-shared=ssl \
--disable-module=auth_dbm
make
make certificate TYPE=custom
make install

5, cd ../php-4.2.2
./configure \
 --with-apxs=/usr/local/apache/bin/apxs \
 --with-config-file-path=/usr/local/apache/conf \
 --enable-versioning --with-imap --with-imap-ssl \
 --with-ldap --with-mysql --enable-ftp \
 --with-gettext --disable-debug --enable-memory-limit=yes \
 --enable-track-vars
make
make install

cp /usr/local/src/php-4.2.1/php.ini-dist /usr/local/apache/conf/php.ini

Edit /usr/lcoal/apache/conf/httpd.conf :

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

After run /usr/local/apache/bin/apcahectl startssl, the php and https (
SSL ) can't for work :

result of php :

When I access a file via a browser,  I get the Your are downloading the
file test.php dialog box up in my browser.

result of ssl ( https ) :

can not find the page !

So, can you help me ?

Thanks,

Edward.



---End Message---

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php