Re: [PHP-INST] PHP 4.3.0 Problem

2003-02-03 Thread Peter Janett
Sounds like a permission problem. I suggest telling us the file permissions, so we can confirm they are correct. It also sounds like maybe your running php as a cgi, which also needs correct permissions. Lastly, I'd check to make sure that Apache knows that you want the .php extension to be run

[PHP-INST] PHP 4.3.0 Problem

2003-02-03 Thread V S Somasundaram
Hi, I compiled PHP 4.3.0 support with Apache 2.0.43 on Linux. Then I created a test script and when trying to access it says "Access Forbidden". The permission for the directory from which the test script is invoked are correct. When I run the same script from the terminal like this: $php test.p

php-install Digest 4 Feb 2003 05:43:29 -0000 Issue 1232

2003-02-03 Thread php-install-digest-help
php-install Digest 4 Feb 2003 05:43:29 - Issue 1232 Topics (messages 9924 through 9934): Re: openldap libmcrypt mcrypt openssl php. Do I need kerberos 9924 by: Götz Lohmsnn Re: Bad request: probably tried to POST a non-executable URL 9925 by: Götz Lohmsnn Re: Whither my

[PHP-INST] php files not being parsed -

2003-02-03 Thread Terry L. Ensley
I just installed Apache 1.3.27 and PHP 4.3.0. I have it running. When I click on the Apache shortcut this message comes up in the dos window "Apache/1.3.27 (Win32) PHP/4/3/0 running ..." But when I try to run my test program (test.php) it comes up with a blank screen. If I view the source I see th

Re: [PHP-INST] php not executed, mime type problem?

2003-02-03 Thread Stephen Edmonds
Chances are you've not put the commands in the correct place, instead just copy and pasted them into the config file. LoadModule php4_module C:\PHP\sapi\php4apache.dll This has to be in the same place as all the other LoadModule commands. If you look through your httpd.conf file for Apache, you wi

[PHP-INST] Re: php not executed, mime type problem?

2003-02-03 Thread Götz Lohmsnn
Zavier Sheran schrieb: > I installed PHP 4.3.0 and Apache 1.3.27 on XP Pro. > > When I try to access a .php file with the browser, it offers it for > download. > > Yep, I have this in my httpd.conf: > > LoadModule php4_module C:\PHP\sapi\php4apache.dll > AddType application/x-httpd-php .php > Ad

RE: [PHP-INST] php not executed, mime type problem?

2003-02-03 Thread Boutelle, Jonathan
I have the same problem. I'm running Win2k, with the same versions of Apache and PHP as Zavier. This only happened when I tried to install php as a module: when I tried to install as cgi it worked fine. Jonathan Boutelle Software Engineer XML Platform Commerce One 925 - 520 - 4406 -Original

[PHP-INST] Re: sessions

2003-02-03 Thread Götz Lohmsnn
Jacusy schrieb: > Hi there! > > How can I verify that the sessions in php are working correctly? > > The problem is that I'd like to install a forum on my server but it > doesn't work. There are some session-errors. > > session.save-path = /tmp > should be ok, right? > > jacusy > take look at

Re: [PHP-INST] Change php extension

2003-02-03 Thread Götz Lohmsnn
[EMAIL PROTECTED] schrieb: > Thanks for your kind response. But that works with apache server. I want > to use php4 or php3 extension in windows 2000 with IIS 5 server. > [snip] ... who is using windowz *lol* ... ok ... if I remember this correct, you have to notify IIS about the valid extension

[PHP-INST] php not executed, mime type problem?

2003-02-03 Thread Zavier Sheran
I installed PHP 4.3.0 and Apache 1.3.27 on XP Pro. When I try to access a .php file with the browser, it offers it for download. Yep, I have this in my httpd.conf: LoadModule php4_module C:\PHP\sapi\php4apache.dll AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps

Re: [PHP-INST] secure offerings

2003-02-03 Thread Götz Lohmsnn
Jacob R Chandler schrieb: > Thanks for the response. However, it seems that Jail only works for > users logging into the system through some terminal. We are wanting > something that controls the access of their php scripts that are being > executed. > [snip] Maybe just use a .htaccess file if yo

Re: [PHP-INST] Whither mysql.so?

2003-02-03 Thread Götz Lohmsnn
Matt schrieb: > - Original Message - > From: "J.F. Noonan" <[EMAIL PROTECTED]> > To: "Jim Thome" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, January 31, 2003 5:32 PM > Subject: Re: [PHP-INST] Whither mysql.so? > > > >>On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote: >> >>

[PHP-INST] Re: Bad request: probably tried to POST a non-executable URL

2003-02-03 Thread Götz Lohmsnn
[EMAIL PROTECTED] schrieb: > Can someone tell me how to stop "Bad request: probably tried to POST a > non-executable URL" when a self calling file is in anything other then the > root of my server? What do I need to do to the .ini file? > > Martin > first take a look at the error log file (don'

[PHP-INST] Re: openldap libmcrypt mcrypt openssl php. Do I need kerberos????

2003-02-03 Thread Götz Lohmsnn
Peter Nyberg schrieb: > Hi! > Do I need kerberos with openldap and PHP or is it enough with ssl/tls? As I > understand the ssl/tls will encrypt the communication between the computers and > kerberos will encrypt the password file on the server. If I install mcrypt with > libmcrypt, mhash and ope

php-install Digest 3 Feb 2003 11:23:17 -0000 Issue 1231

2003-02-03 Thread php-install-digest-help
php-install Digest 3 Feb 2003 11:23:17 - Issue 1231 Topics (messages 9922 through 9923): Bad request: probably tried to POST a non-executable URL 9922 by: sasquatch.clara.co.uk openldap libmcrypt mcrypt openssl php. Do I need kerberos 9923 by: Peter Nyberg Administrivia

[PHP-INST] openldap libmcrypt mcrypt openssl php. Do I need kerberos????

2003-02-03 Thread Peter Nyberg
Hi! Do I need kerberos with openldap and PHP or is it enough with ssl/tls? As I understand the ssl/tls will encrypt the communication between the computers and kerberos will encrypt the password file on the server. If I install mcrypt with libmcrypt, mhash and openssl the result will be the same