> Be sure to check common error logs, ie: apache/error_log,
> /var/log/messages ..

I'll forward this onto the person who admin's the server - I don't have
root access, so don't have rights to the log files in question.

Other than usual boot messages, dmesg says:

sending pkt_too_big (len[1500] pmtu[1460]) to self
...
sending pkt_too_big (len[1500] pmtu[1460]) to self
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { DriveStatusError }
sending pkt_too_big (len[1492] pmtu[1460]) to self
...
sending pkt_too_big (len[1500] pmtu[1492]) to self

System is a RH9 (Shrike) box, apache appears custom compiled, as does php.
I get access to my VWS config through cPanel X.

> The most common issue with this is the differences between php.ini
> settings.  Do a comparison on the ini files that work vs. the one
> that doesnt.  Be sure also that there aren't any special apache
> directives that override php.ini, like php_admin_flag <php_option>
> off

Taking the two php.ini files, stripping the white space, stripping all
comments and sorting them alphabetically (destroys sections but shows
differences in directives), I get the following... any suggestions?:
( < In working only
  > In non-working only )


< allow_url_fopen = On

< [com]
< [Crack]
< [dbx]
< dbx.colnames_case = "unchanged"

> [Debugger]
> debugger.enabled = False
> debugger.host = localhost
> debugger.port = 7869

< default_socket_timeout = 60

< disable_classes =

> error_log = error_log
> error_log = error_log

< [exif]

< extension=mysql.so

> extension_dir = ./

< [FrontBase]

> highlight.bg = #FFFFFF
> highlight.comment = #FF8000
> highlight.default = #0000BB
> highlight.html = #000000
> highlight.keyword = #007700
> highlight.string = #DD0000

< ignore_repeated_errors = Off
< ignore_repeated_source = Off

> include_path = ".:/usr/lib/php:/usr/local/lib/php"

< log_errors_max_len = 1024
< log_errors = Off

> log_errors = On
> [Logging]

< max_input_time = 60
< [mbstring]

< mssql.secure_connection = Off

< mysql.connect_timeout = 60

< mysql.trace_mode = Off

< odbc.allow_persistent = On
< odbc.check_persistent = On
< odbc.defaultbinmode = 1 
< odbc.defaultlrl = 4096 
< odbc.max_links = -1 
< odbc.max_persistent = -1

< pfpro.defaulthost = "test-payflow.verisign.com"

> pfpro.defaulthost = "test.signio.com"

< pgsql.auto_reset_persistent = Off 
< pgsql.ignore_notice = 0
< pgsql.log_notice = 0

< post_max_size = 8M
< precision = 12
< [Printer]

> post_max_size = 55M
> precision = 14

< register_globals = Off
< report_memleaks = On

> register_globals = On

< safe_mode_gid = Off
< safe_mode_include_dir = 

< serialize_precision = 100

> sendmail_path = /usr/sbin/sendmail -t -i

< session.bug_compat_42 = 1
< session.bug_compat_warn = 1

< session.gc_divisor = 100

< session.save_path = /var/lib/php4

> session.save_path = /tmp

< session.use_trans_sid = 0

> session.use_trans_sid = 1

< SMTP = localhost
< smtp_port = 25
< [Sockets]
< sockets.use_system_read = On

< unserialize_callback_func=

> uodbc.allow_persistent = On
> uodbc.check_persistent = On
> uodbc.defaultbinmode = 1
> uodbc.defaultlrl = 4096
> uodbc.max_links = -1
> uodbc.max_persistent = -1

< url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

< y2k_compliance = On
< zlib.output_compression = Off

> warn_plus_overloading = Off
> y2k_compliance = Off
> [Zend]
> zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-2.5.0
> zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-2.5.0
> zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so
> zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
> zend_optimizer.optimization_level=15

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to