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
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 - 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
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
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
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
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
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
[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
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
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
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:
>>
>>
[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'
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 - 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
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
16 matches
Mail list logo