search for: safe_mode

Displaying 14 results from an estimated 14 matches for "safe_mode".

2007 Sep 26
2
General question about PHP
...Is that possible to disable running of PHP on certain directories? I am running a server which provides personal homepage service. However, not every user are familiar with security, some may upload some PHP scripts with bugs/holes. I do not want them to be executed on the server. I can enable the safe_mode, but I have some other PHP scripts which need safe_mode to be disabled. Any suggestions? Regards, Wei Yu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070926/dc9ad762/attachment-0001.html>
2011 May 04
4
apache docroot permissions
I have a group of users (content editors) who need read-write access to apache document root. The apache web server is running as user:apache and group:apache. The filesystem permissions are currently set as apache:apache. How should I modify filesystem permission so that content editors can have read-write permissions and webserver can serve files as well? Following is what I have setup now, but
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
...d two completely different behaviours for every undefined behaviour in each standard. Worse still, you have divided the programmers in two classes: those that play it safe, and those that don't, essentially creating two different programming languages. Code that compiles and work with compilerA+safe_mode will not necessarily compile/work with compilerB+safe_mode or compilerA+full_mode either. C and C++ are already complicated enough, with so many standard levels to implement (C90, C99, C11, C++03, C++11, C++14, etc) that duplicating each and everyone of them, *per compiler*, is not something you w...
2011 Nov 13
3
can I use puppet for security configuration check in centos
hi all,can I use puppet for security configuration check in centos ? 1.check the kernel version whether great than 2.8.18.237-1 or not. 2.check the glibc,systemtap and udev version whether great than secure version or not. 3.check the php.ini whether set safe_mode to on or not. 4.check the sshd_config whether set PermitRootLogin to no or not. If puppet can make it ,would you like to be kind enough to tell me which class I should use? or which keyword I should search for. Thank you very much ! -- You received this message because you are subscribed to the...
2007 Sep 26
0
General question about PHP - continued with mod_python
...tain directories? > > I am running a server which provides personal homepage > > service. However, not every user are familiar with security, > > some may upload some PHP scripts with bugs/holes. I do not > > want them to be executed on the server. > > I can enable the safe_mode, but I have some other PHP scripts > > which need safe_mode to be disabled. > > Any suggestions? > Yes. In you httpd.conf, you can include: > <Directory "/var/www/sheep/html/tmp"> > php_flag engine off > </Directory> > > Which disables php...
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...ings-1.2.16. On a Debian Wheezy, the sources are still at xapian-bindings-1.2.12 and I get the following: " make check-TESTS make[4]: Entering directory `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' -d include_path='php5:../../../../php/php5' ${dir}$tst FAIL: smoketest.php ======================================= 1 of 1 test failed " I'm really not that useful at...
2008 Jun 09
2
Help, PHP/Mysql connections are so slow.
...d Mysql admin tool, communication is fast and there are no delays. The server is Xeon based and has 4GB of RAM. SElinux is enabled, and ModSecurity for Apache too. Disabling these two does not help. SElinux allows Apache to network connect. Some php.ini settings: =============================== safe_mode = On max_execution_time = 60 max_input_time = 60 memory_limit = 128M open_basedir is active, and there are no conflicts. disable_functions also contain several functions in order to secure server. allow_fopen_url is disabled =============================== Could there be a bug somewhere that is ca...
2015 Jul 01
2
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 15:20, Russell Wallace <russell.wallace at gmail.com> wrote: > Group all monkey's paw optimisations together, and enable them only if an > extra compiler flag is supplied. Or failing that, at least have a compiler > flag that will disable all of them (while leaving all the safe optimisations > enabled). So, are you suggesting we get rid of all undefined AND
2005 Nov 08
2
crash in PHP4 examples
Hi, I have been experimenting with simpleindex.php in the php4 examples. However, the command seems to crash on exit: $ php simpleindex.php h < simpleindex.php Segmentation fault I ran it through gdb to get a stack trace (see below). It looks to me as if the WritableDatabase may be getting deleted twice. Can this be fixed, or alternatively is there any work around? I'd have a look at
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...indings-1.2.12 >> and I get the following: >> >> " >> make check-TESTS >> make[4]: Entering directory >> `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' >> /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d >> safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' >> -d include_path='php5:../../../../php/php5' ${dir}$tst >> FAIL: smoketest.php >> ======================================= >> 1 of 1 test failed > &gt...
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...e sources are still at xapian-bindings-1.2.12 > and I get the following: > > " > make check-TESTS > make[4]: Entering directory > `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' > /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d > safe_mode=off -d enable_dl=on -d extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' > -d include_path='php5:../../../../php/php5' ${dir}$tst > FAIL: smoketest.php > ======================================= > 1 of 1 test failed That's probably thi...
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...I get the following: >>> >>> " >>> make check-TESTS >>> make[4]: Entering directory >>> `/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php' >>> /bin/bash: line 5: 313 Segmentation fault /usr/bin/php5 -n -d >>> safe_mode=off -d enable_dl=on -d >>> extension_dir='/home/ywarnier/xapian-bindings-1.2.12/debian/build/php5/php/.libs' >>> >>> -d include_path='php5:../../../../php/php5' ${dir}$tst >>> FAIL: smoketest.php >>> ======================================...
2008 Oct 11
5
Rails + Apache2 + Balancer Manager - PHP doesn't work
Hi I have a Debian Server and I managed that Ruby works with Apache2 and the Balancer Manager that listen to the Mongrel server. The Problem is that PHP files don''t work anymore. How do I have to configurate the Balance Manager that PHP is working again like without the Balance Manager? Greetings Andi -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
9
Apache Security
Hello, I have a server running CentOS 4.3 with all the latest updates. The server in question has been hacked by spammers a few times. The details of the hack have been basically the same every time. I find some directory created by the apache user account in /tmp. The new directory contains an html file, and a list of email addresses to spam and a perl script that spams all those email