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
--
PHP Install Mailing List (http://www.php.net/)
T
php-install Digest 31 Jan 2003 12:21:11 - Issue 1227
Topics (messages 9892 through 9898):
dont do anything..
9892 by: carlos perez
PHP w/ MySQL
9893 by: Nick Gianakas
9894 by: Matt Schroebel
9895 by: Nick Gianakas
9896 by: Matt Schroebel
9897
On Fri, 2003-01-31 at 07:20, jacusy wrote:
> 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?
>
If you are running Windows as your operating system, you can not use /tmp as
the session directory. You have to specify a valid windows directroy (e.g.
it must exist)
Most people use something like
C:/PHP/SessionData
Stephen
- Original Message -
From: "jacusy" <[EMAIL PROTECTED]>
To: <[E
> Hello,
>
> We've been struggling with the PHP installatin for the last 2 days.
> I've installed libgcc-3.2.sol7-sparc-local hoping that the
> "libgcc_s.so.1: open failed: No such file or directory" message would
go away.
I've gotten the same errors message.
> Anyone has any clue, hint ?
> Th
I need to find out how to protect files in a directory to be seen by a Web
browser.
For example: The 'http://my_web_site/my_directory/index.php' file will be
displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
see the list of files and directories in the 'my_directory' dire
in your Apache -> httpd.conf, comment out this line.and restart apache.
AddModule mod_autoindex.c
hth
jeff
"Atif Jakupovic"
Not sure, but if you add a "welcome" page (like index.html), would that
also do it (along w/ the obvious side-effect)?
Regards,
Nick
On Fri, 2003-01-31 at 13:15, [EMAIL PROTECTED] wrote:
> in your Apache -> httpd.conf, comment out this line.and restart apache.
>
> AddModule mod_autoindex.c
>
that would definitely work.
and i should have mentioned before. you should add php to this directive
in apache(this is mine)
DirectoryIndex index.php index.shtml index.html index.jsp
that way if someone calls the directory(http://webserver/directory/) it
will default to those pages i
Hello,
I am new to this mailing list. Actually, I just want to know how to
change the php file extension to work from .php to .php4. I mean, I
remember using .php3 while I was using php3 but I dont' know how to
change extension to .php4. I can only use .php extension when I
installed php4.
Ho
Hello,
For testing/development purpose I need to run Apache+PHP4 with OCI8 on a
Windows NT machine under CYGWIN.
I tried several different approaches to make it work, but without any
success.
I used Apache and PHP4 sources, which can be installed with CYGWIN to
build PHP as apache module. I read s
[EMAIL PROTECTED] wrote:
Hello,
I am new to this mailing list. Actually, I just want to know how to
change the php file extension to work from .php to .php4. I mean, I
remember using .php3 while I was using php3 but I dont' know how to
change extension to .php4. I can only use .php extension w
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.
Regards,
Sharad
-Included Message--
>Date: Fri, 31 Jan 2003 12:54:15 -0600
>From: "Dave Pfister" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 31, 2003 1:16 PM
> To: Atif Jakupovic
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] Apache_1.3.26 - Directory Access
>
>
>
> in your Apache -> httpd.conf, comment out this line.and
In a message dated 1/31/2003 10:09:48 AM Pacific Standard Time,
[EMAIL PROTECTED] writes:
>For example: The 'http://my_web_site/my_directory/index.php' file will be
>displayed correctly, but if I type 'http://my_web_site/my_directory/' I'll
>see the list of files and directories in the 'my_direct
We are interested in offering PHP for our students in a secure way, but
we also don't want to run PHP in CGI mode. We want to restrict users to
use only their own files and probably those in the PEAR and other
include directories, but we don't want them to be able to modify those
files.
Jacob Cha
Hi All,
I'm trying to get php-4.2.3 going with Apache 1.3.27 on a FreeBSD
4.7-STABLE system. I have tried to build myself and through the
ports collwction and 'configure' and 'make' complete without any
trouble. But, I never get a mysql.so from it? Surely there is
something very simple that I
MySQL support is built into PHP 4.2.3. There is no mysql.so. The phpinfo() function
should show support for MySQL.
--
Jim
>>> "J.F. Noonan" <[EMAIL PROTECTED]> 01/31/03 01:25PM >>>
Hi All,
I'm trying to get php-4.2.3 going with Apache 1.3.27 on a FreeBSD
4.7-STABLE system. I have tried to b
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.
-Original Message-
From: Andres L. Figari [mailto:[EMAIL PROTECTED]]
Sen
On Fri, 31 Jan 2003 at 1:52pm Jim Thome wrote:
> MySQL support is built into PHP 4.2.3. There is no mysql.so.
> The phpinfo() function should show support for MySQL.
Hmm. Here's what happens when I 'apachectl startssl'
PHP Warning: Unable to load dynamic library
'/usr/local/libexec/apache/my
- 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:
>
> > MySQL support is built into P
php-install Digest 1 Feb 2003 01:13:16 - Issue 1228
Topics (messages 9899 through 9918):
Re: sessions
9899 by: John Coder
9900 by: Stephen Edmonds
PHP installation problem on Sun Solaris 5.8
9901 by: Hsiao Ketung Contr 61 CS/SCBN
Apache_1.3.26 - Directory Access
All,
I seem to be getting a silly error on Solaris when trying to do a PHP
4.3 make. I get an error that looks to me like the liner arguments are
just too long. to be honest, I'm a bit stupified as to why this is
happening or how to fix it. FWIW, I have compiled 4.23 just fine on
that box
On Fri, 31 Jan 2003, Weston Houghton wrote:
>
> All,
>
> I seem to be getting a silly error on Solaris when trying to do a PHP
> 4.3 make. I get an error that looks to me like the liner arguments are
> just too long. to be honest, I'm a bit stupified as to why this is
> happening or how to
24 matches
Mail list logo