search for: display_errors

Displaying 12 results from an estimated 12 matches for "display_errors".

2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...s don''t have the same capabilities (CPU/Mem/bandwidth): we need to tweak Apache''s MaxClients settings on a per-host basis - We need to tweak PHP : displaying errors on ''staging'' and ''dev'' but hiding them on server1/server2 (ie: setting ''display_errors'' to ''on'' or ''off'' in php.ini) - On development and staging/testing servers we need to change some of the VHosts definitions: add extra serverAliases, etc ... - server1, server2 and staging/dev must use different DNS servers (/ etc/resolv.conf) and RPM Mi...
2006 Aug 19
2
[Bug 1220] Fix error messages for multiple mechanism GSSAPI libraries
http://bugzilla.mindrot.org/show_bug.cgi?id=1220 Summary: Fix error messages for multiple mechanism GSSAPI libraries Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Kerberos support AssignedTo:
2009 Sep 02
1
web meetme PHP undefined variable
I am hoping maybe some of you have come across these before in your experience with web meetme. Below are the messages im receiveing when I load the web meetme home page. Notice: Undefined variable: s in /usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 9 Notice: Undefined variable: logoff_section in /usr/local/apache2/htdocs/web-meetme/meetme_control.php on line 12 Notice:
2008 Nov 07
0
CEntOS-5.2 & php-mssql
...php-mssql and I've tested the same php program on two servers (CEntOS-5 and Debian). CEntOS-5.2 (final) - php 5.1.6-20 - php-mssql 5.1.6-15 (from "extras" repository). - freetds 0.64-11 --------------------------- php test code -------------------------------- <?php ini_set('display_errors',1); error_reporting(E_ALL); $user='dbuser'; $pass='dbpassword'; $server='calcantita'; $db='dbtest'; $conn = mssql_connect($server, $user, $pass) or die('Connection error'); $dbselect= mssql_select_db($db, $conn) or die('DB sele...
2012 Jun 05
1
How to rotate PHP error log - since it belongs to apache
Hello, I'm using CentOS 6.2 with the stock rpm php-5.3.3-3.el6_2.8.x86_64 and the following /etc/php.ini file: error_reporting = E_ALL & ~E_DEPRECATED display_errors = Off error_log = /var/log/php/php_errors.log and that file is very useful for me because I have many custom PHP-scripts at my site, but that file keeps growing too... :-) So my question is for how to rotate it (esp. since it should be owned by "apache" user) - what do you guys use?...
2006 Sep 14
0
Work around for problems with error_message_on
Hey all I was encountering problems with error_message_on in the fact that it caused an exception when no object by that name had any errors (or did not exsist) so i created this work around... def display_error(obj, method, prepend_text = "", append_text = "", css_class = "form_error") object = instance_variable_get("@#{obj}") if object
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
...since AD only allows 1 mail attribute, additional mail addresses are migrated to "otherMailbox" AD attributes. Perhaps someone else finds it useful as well. It should be easy to adjust for your own needs. It requires apache2, php5 and php5-ldap. Here it is: <?php ini_set('display_errors', 'Off'); error_reporting(E_ALL); $samba3_server = "s3_server_ip"; $samba3_port = 389; $samba3_dn = 'ou=users,dc=example,dc=com'; $samba3_filter="(uid=*)"; $samba4_server = 'ldap://s4_server_ip'; $samba4_user = 'Administrator at REALM'; $sam...
2013 Oct 04
5
php 5.1 to 5.3
Hello list I'm managing a web server with centos-release-5-9.el5.centos.1. I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53. I wander if its easy or complicated. If somebody have any instructions I'd be very glad! Thank you in advance. Nikos -- Untitled Document ------------------------------------------------------------------------ *?????? ????? - Gatsis
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
...<VirtualHost *:80> DocumentRoot "/var/webs/wwwgreekgeo/www" ServerName www.greekgeo.noa.gr ServerAdmin webmaster at noa.gr DirectoryIndex index.php index.html index.htm php_flag log_errors on php_flag display_errors off php_value error_log /var/webs/wwwgreekgeo/log/php_error_log # php_value error_reporting 32767 # php_value error_reporting 2147483647 php_value error_reporting 6135 Redirect 301 /en.index.html http://www.greekgeo.noa.gr/wp/...
2007 Jun 08
3
CentOS and Wordpress
Hi All, I am currently am responsible for maintaining a website built on Apache 2, running on some CentOS 4 (64 bit version) boxes. Thus far, the website has comprised a few HTML pages, and some dynamic pages generated by perl scripts. The CentOS install is pretty vanilla -- the only departure I've made from the default server install is to install awstats from the rpmforge repositories.
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
2019 Apr 04
5
Migration to samba4 ad and sync to openldap.
I managed to do migration using "classicupgrade". Doing tests with debian buster 2:4.9.4+dfsg-4. For the moment using samba internal dns and sub-domain of ad.advocap.org. Had issue forwarding dns if I used main domain. When it comes to real production will use bind that I understand better but don't want to mess with my other dns servers now. Had a w10 box join samba4 ad