TODO: open head...insert brain...
> -Original Message-
> From: Shrock, Court [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 2:52 PM
> To: Jim Thome; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] stop access to local folders?
>
>
> From my experience with httpd.
Not if you are disabling indexing.
http://httpd.apache.org/docs-2.0/mod/core.html#options
>>> "Shrock, Court" <[EMAIL PROTECTED]> 05/06/02 03:52PM >>>
>From my experience with httpd.conf (apache 1.x.x), the "-Indexes" should be
"Indexes"..
> -Original Message-
> From: Jim Thome [ma
>From my experience with httpd.conf (apache 1.x.x), the "-Indexes" should be
"Indexes"..
> -Original Message-
> From: Jim Thome [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 06, 2002 2:38 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] stop access to local fol
Sorry... I take that back... Only fe of my scripts are not workin anymore...
Specifically those that have references to other folders in my http root...
gabi.
"Jim Thome" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Assuming you are running Apache...
If y
Jim,
I did the modification in my httpd.conf but now I cannot access anything...
not even my php scripts... Here is what I did:
# This should be changed to whatever you set DocumentRoot to.
#
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes
Assuming you are running Apache...
If you have permissions to modify the httpd.conf file, add:
Options -Indexes
...to your directory container
If you don't have access to modify the httpd.conf file, add a file .htaccess in your
web root and use the line shown above.
(restart server).
--Jim
please unsubscribe [EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Thanks for the quick response.
The --enable-layout=RedHat switch keeps the default directory tree as setup
by Redhat.
Therefore the apxs script finds itself in the /usr/sbin directory along with
apachectl and httpd.
I would compile using the standard file locations but I don't think that's
the
How can I stop people from seeing in the browser the content of my web
folders? For example if I have a folder called "newsgroup", right now if
they type http://www.mydomain.com/newsgroup/, they can see the index of that
folder... I do not want this...
PLease help.
thanks,
gabi.
--
PHP Instal
Thanks for the response.
The mod_so gets compiled in automatically because of
the --enable-mods-shared=all line.
Output of: /usr/sbin/httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
The apache server is loading and running all the modules I need without any
problems
Try this
The below worked for me on Win2K Professional/Apache2.0.35 and PHP4.2
So, this worked:
LoadModule php4_module C:\php\experimental\apache2filter.dll
(Server started with no problem. and when running phpinfo() output page was
correct)
While this did not:
LoadModule php4_module C:
> ./configure --with-mysql --with-apxs2=/usr/sbin/apxs
Are you sure your /usr/sbin/apxs is apxs_2_? The default is
../apache2/bin/apxs (like /usr/local/apache2/bin/apxs). Maybe
that's the problem?
[ h y p e r ]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
ok, so check out this message. It says right down there:
To unsubscribe, visit: http://www.php.net/unsub.php
This is attached to every message in this mailing list, and I'm betting
you'll have far better luck unsubscribing if you go there.
-P
--
PHP Install Mailing List (http://www.php.net/)
T
please unsubscribe [EMAIL PROTECTED]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Original Message -
From: CTC <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 06, 2003 3:08 PM
Subject: [PHP-INST] unsuscribed me
please, unsuscribed adrress [EMAIL PROTECTED]
thanks
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://
php-install Digest 6 May 2002 18:05:36 - Issue 822
Topics (messages 6866 through 6880):
empty db queries with 4.2.0.
6866 by: Jeffrey_N_Dyke.Keane.com
Just installed new version of php
6867 by: Demi Vitalis
6870 by: hyper
empty db queries with 4.2.0...fix found, bu
please, unsuscribed adrress [EMAIL PROTECTED]
thanks
After installing PHP 4.20 and mysql 3.23.49a on my Win2000 Pro system most
of the .php pages return the following error:
winsock.dll unusable. 1009
Some of the real basic .php pages will randomly work.
I'm also running MS personal web server. The .html pages display fine
Any ideas would be grea
Why are the suggested causes rubbish? Number 3 says that Apache needs to be compiled
with dso support (--enable-so) and you don't have it in your Apache config line.
Recompile Apache with:
./configure \
--enable-layout=RedHat \
--enable-ssl=shared \
--enable-disk-cache \
--enable-mem-cache \
Hy,
i've got a apache 1.3.20 running on a Solaris 8 Operating System in a
chrooted environment. There is PHP 4.1.2 as dso apache module compiled.
I've checked the libphp4.so with ldd to get all shared libraries into
the chrooted environment. All seems to look good, except the name
resolving via
I have tried running the configure script on both the current tarball
download
version of php4.2 (and also the latest CVS version)
The compile script stops when it checks for apxs.
I used the following command on both occations:
./configure --with-mysql --with-apxs2=/usr/sbin/apxs
I have re-comp
Hello all,
After reading what Jim sent me, I'm taking his advice...thanks Jim and
Zend!
i run servers inside and outside of our firewall, and while the ones inside
i'm not all that concerned about, i am currently revising all of my code to
adapt to this standard of leaving register_globals = Of
I'm having a similar issue using the Sablotron XSLT functionsundefined
function.
Have you found any clues to your problem resolution?
I'm running PHP4.2.0 with Apache2.0.35 on WinNT4.0(SP6a).
phpinfo shows XML enabled, DOMXML enabled, XSLT enabled.
Thanks,
Mike
"Gary Huntress" <[EMAIL PROT
You need to use the Apache filter from the php/experimental directory rather
than the php4apache.dll. It's apache2filter.dll.
Can't use the php4apache.dll
Place this filter in your php/sapi directory and point LoadModule to it.
Your apache httpd.conf should have this, then:
LoadModule php4
I'm a PHP 'newbie' but I use the extract() function to restore the form
variables after passing $HTTP_POST_VARS to a library function for
processing - it seems to me that you could do the same with the new $_POST
array. That way you only have to add a single function call to each of your
form hand
Read this: http://www.zend.com/zend/art/art-oertli.php
>>> <[EMAIL PROTECTED]> 05/06/02 06:19AM >>>
Ok. It seems that if i turn register_globals to On everything is fine.
But what does this potentially open up as far as security risks. I would
prefer not to do this, but if i don't set this to
Good question. What happened to the php_imap.dll for Windows?
[ h y p e r ]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I used - LoadModule php4_module C:\Program Files\Apache
> Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll. But then when I
> do an Apache -K start I get the following error message: "Load Module takes
> two arguments, a module name and the name of a shared object file to load it
>
Ok. It seems that if i turn register_globals to On everything is fine.
But what does this potentially open up as far as security risks. I would
prefer not to do this, but if i don't set this to be On, no POST or GET
variables are passed. I have always just used the $formVar notation of a
post v
Hey everyone, I just installed the new version of php
and after having to
re-write some code because of all the changes, I finally got everything
going.
I need to add the php_imap.dll file to my stuff and the old one that I had
for 4.06 will not work with the new version of php. I am running php
Hello. I have had a few versions of PHP installed starting with 4.06 and
most recently 4.1.2. I have now tried to upgrade to 4.2.0 and some of the
database querys come out empty. Ones that have been working for sometime on
all other versions. Luckily, this is simply on the development server a
31 matches
Mail list logo