Back on list, and identities sanitised...
Yes, that works in this instance. However, just to be extra tricky,
consider the following mundane, standard SSL vhost:
<VirtualHost *:443>
ServerName myhost.local
with a NAT firewall, that NATs port 9443 externally to 443 internally
(eg, if only one public IP is available, and already being used by 443
externally). Previously, this scenario worked - since redirect only sent
a path, instead of a full prot://host[:port]/path. You can connect to
this vhost internally on 443, and all redirects used to work correctly.
Or you could connect to it externally on 9443, the NAT firewall would do
the port translation, and all redirects still worked correctly.
Now I know from this discussion so far that the previous method of
redirects was not strictly correct. All I want to know is, is there a
snowflake's chance in hell of this setup working as it used to, or will
I be forced to connect to the vhost on the same port both inside and
out, in order to do redirects "the correct way"? For example, run the
vhost on port 9443, specify it in the ServerName too as
myhost.local:9443, and not do any port translation on the firewall?
(and yes I know this is starting to get quite far off topic for agavi,
but some people may run into a similar situation). For the record,
Apache documentation states:
"If no port is specified in the ServerName, then the server will use the
port from the incoming request. For optimal reliability and
predictability, you should specify an explicit hostname and port using
the ServerName directive."
It seems that "the server will use the port from the incoming request"
only holds true if not using mod_rewrite.
David Zülke wrote:
> There you go... must be
>
> <VirtualHost *:9443>
> ServerName myhost.local:9443
>
> Then the rewrites will work properly. Can you send that solution to the
> list so it's in the archives. Thanks.
>
>
> David
>
>
>
> Am 03.04.2007 um 03:47 schrieb Daniel Swarbrick:
>
>> (sent off-list to protect the innocent)
>>
>> vhost setup is as follows:
>>
>> Listen 80
>> Listen 9443
>>
>> NameVirtualHost *:80
>>
>> <VirtualHost *:80>
>> ServerName myhost.local
>> ServerAdmin [EMAIL PROTECTED]
>> DocumentRoot /home/talk2/manager/pub
>> ErrorLog /var/log/apache2/error.log
>> CustomLog /var/log/apache2/access.log combined
>> </VirtualHost>
>>
>> <VirtualHost *:9443>
>> ServerName myhost.local
>> DocumentRoot /home/talk2/manager/pub
>>
>> SSLEngine on
>> SSLCertificateFile /etc/ssl/private/talk2-ssl.crt
>> SSLCertificateKeyFile /etc/ssl/private/talk2-ssl.key
>> </VirtualHost>
>>
>>
>>
>> David Zülke wrote:
>>> a phpinfo() would help
>>> David
>>> Am 03.04.2007 um 02:51 schrieb Daniel Swarbrick:
>>>> David Zülke wrote:
>>>>
>>>>> It is not a hassle to implement. It never worked for you, you simply
>>>>> didn't notice before as you didn't use <base href /> etc. Fix your
>>>>> rewrites (no idea what's wrong there, typical Apache madness I'd
>>>>> guess), or add a workaround to app/config.php that copies
>>>>> REDIRECT_SERVER_PORT (or whatever it is called) to SERVER_PORT.
>>>> I'm using the default .htaccess from the Agavi sample app, and just
>>>> setting the rewrite base to '/' - is there something in that file that
>>>> needs fixing?
>>>>
>>>> I don't think I have any "apache madness" on my hands here - I've been
>>>> using Apache for about ten years now, and never seen anything as weird
>>>> as this. Would it help if I attached my vhost config?
>>>>
>>>> Surely I don't need to specify a base href in my html unless I plan to
>>>> use relative urls in my image tags - which I'm not. All my image/css
>>>> links are absolute (albeit on the same host), and those are working
>>>> fine.
>>>>
>>>> _______________________________________________
>>>> users mailing list
>>>> [email protected]
>>>> http://lists.agavi.org/mailman/listinfo/users
>>>>
>>> _______________________________________________
>>> users mailing list
>>> [email protected]
>>> http://lists.agavi.org/mailman/listinfo/users
>>
>> PHP Version 5.2.0-8+etch1
>>
>> System Linux talk2 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
>> Build Date Mar 7 2007 23:21:40
>> Server API Apache 2.0 Handler
>> Virtual Directory Support disabled
>> Configuration File (php.ini) Path /etc/php5/apache2/php.ini
>> Scan this dir for additional .ini files /etc/php5/apache2/conf.d
>> additional .ini files parsed /etc/php5/apache2/conf.d/curl.ini,
>> /etc/php5/apache2/conf.d/gd.ini, /etc/php5/apache2/conf.d/pdo.ini,
>> /etc/php5/apache2/conf.d/pdo_pgsql.ini,
>> /etc/php5/apache2/conf.d/pgsql.ini
>> PHP API 20041225
>> PHP Extension 20060613
>> Zend Extension 220060519
>> Debug Build no
>> Thread Safety disabled
>> Zend Memory Manager enabled
>> IPv6 Support enabled
>> Registered PHP Streams zip
>> Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3,
>> sslv2, tls
>> Registered Stream Filters string.rot13, string.toupper,
>> string.tolower, string.strip_tags, convert.*, consumed,
>> convert.iconv.*, bzip2.*, zlib.*
>>
>> This program makes use of the Zend Scripting Language Engine:
>> Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
>>
>> PHP Credits Configuration PHP Core
>> DirectiveLocal ValueMaster Value
>> allow_call_time_pass_referenceOnOn
>> allow_url_fopenOnOn
>> allow_url_includeOffOff
>> always_populate_raw_post_dataOffOff
>> arg_separator.input&&
>> arg_separator.output&&
>> asp_tagsOffOff
>> auto_append_fileno valueno value
>> auto_globals_jitOnOn
>> auto_prepend_fileno valueno value
>> browscapno valueno value
>> default_charsetno valueno value
>> default_mimetypetext/htmltext/html
>> define_syslog_variablesOffOff
>> disable_classesno valueno value
>> disable_functionsno valueno value
>> display_errorsOnOn
>> display_startup_errorsOffOff
>> doc_rootno valueno value
>> docref_extno valueno value
>> docref_rootno valueno value
>> enable_dlOnOn
>> error_append_stringno valueno value
>> error_logno valueno value
>> error_prepend_stringno valueno value
>> error_reporting61356135
>> expose_phpOnOn
>> extension_dir/usr/lib/php5/20060613+lfs/usr/lib/php5/20060613+lfs
>> file_uploadsOnOn
>> highlight.bg#FFFFFF#FFFFFF
>> highlight.comment#FF8000#FF8000
>> highlight.default#0000BB#0000BB
>> highlight.html#000000#000000
>> highlight.keyword#007700#007700
>> highlight.string#DD0000#DD0000
>> html_errorsOnOn
>> ignore_repeated_errorsOffOff
>> ignore_repeated_sourceOffOff
>> ignore_user_abortOffOff
>> implicit_flushOffOff
>> include_path.:/usr/share/php:/usr/share/pear.:/usr/share/php:/usr/share/pear
>>
>> log_errorsOffOff
>> log_errors_max_len10241024
>> magic_quotes_gpcOffOff
>> magic_quotes_runtimeOffOff
>> magic_quotes_sybaseOffOff
>> mail.force_extra_parametersno valueno value
>> max_execution_time3030
>> max_input_time6060
>> memory_limit32M32M
>> open_basedirno valueno value
>> output_bufferingno valueno value
>> output_handlerno valueno value
>> post_max_size8M8M
>> precision1212
>> realpath_cache_size16K16K
>> realpath_cache_ttl120120
>> register_argc_argvOnOn
>> register_globalsOffOff
>> register_long_arraysOnOn
>> report_memleaksOnOn
>> report_zend_debugOnOn
>> safe_modeOffOff
>> safe_mode_exec_dirno valueno value
>> safe_mode_gidOffOff
>> safe_mode_include_dirno valueno value
>> sendmail_fromno valueno value
>> sendmail_path/usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
>> serialize_precision100100
>> short_open_tagOnOn
>> SMTPlocalhostlocalhost
>> smtp_port2525
>> sql.safe_modeOffOff
>> track_errorsOffOff
>> unserialize_callback_funcno valueno value
>> upload_max_filesize2M2M
>> upload_tmp_dirno valueno value
>> user_dirno valueno value
>> variables_orderEGPCSEGPCS
>> xmlrpc_error_number00
>> xmlrpc_errorsOffOff
>> y2k_complianceOnOn
>> zend.ze1_compatibility_modeOffOff
>>
>> apache2handler
>> Apache Version Apache/2.2.3 (Debian) PHP/5.2.0-8+etch1 mod_ssl/2.2.3
>> OpenSSL/0.9.8c
>> Apache API Version 20051115
>> Server Administrator [no address given]
>> Hostname:Port myhost.local:0
>> User/Group www-data(33)/33
>> Max Requests Per Child: 0 - Keep Alive: on - Max Per Connection: 100
>> Timeouts Connection: 300 - Keep-Alive: 15
>> Virtual Server Yes
>> Server Root /etc/apache2
>> Loaded Modules core mod_log_config mod_logio prefork http_core mod_so
>> mod_alias mod_auth_basic mod_authn_file mod_authz_default
>> mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex
>> mod_dir mod_env mod_mime mod_negotiation mod_php5 mod_rewrite
>> mod_setenvif mod_ssl mod_status
>>
>> DirectiveLocal ValueMaster Value
>> engine11
>> last_modified00
>> xbithack00
>>
>> Apache Environment
>> VariableValue
>> REDIRECT_HTTPS on
>> REDIRECT_STATUS 200
>> HTTPS on
>> HTTP_HOST myhost.local:9443
>> HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
>> rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
>> HTTP_ACCEPT
>> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
>>
>>
>> HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
>> HTTP_ACCEPT_ENCODING gzip,deflate
>> HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7
>> HTTP_KEEP_ALIVE 300
>> HTTP_CONNECTION keep-alive
>> PATH /usr/local/bin:/usr/bin:/bin
>> SERVER_SIGNATURE <address>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch1
>> mod_ssl/2.2.3 OpenSSL/0.9.8c Server at myhost.local Port 443</address>
>> SERVER_SOFTWARE Apache/2.2.3 (Debian) PHP/5.2.0-8+etch1 mod_ssl/2.2.3
>> OpenSSL/0.9.8c
>> SERVER_NAME myhost.local
>> SERVER_ADDR 10.10.9.1
>> SERVER_PORT 443
>> REMOTE_ADDR 10.10.10.102
>> DOCUMENT_ROOT /home/talk2/manager/pub
>> SERVER_ADMIN [no address given]
>> SCRIPT_FILENAME /home/talk2/manager/pub/index.php
>> REMOTE_PORT 1556
>> REDIRECT_QUERY_STRING /
>> REDIRECT_URL /
>> GATEWAY_INTERFACE CGI/1.1
>> SERVER_PROTOCOL HTTP/1.1
>> REQUEST_METHOD GET
>> QUERY_STRING /
>> REQUEST_URI /
>> SCRIPT_NAME /index.php
>>
>> HTTP Headers Information
>> HTTP Request Headers
>> HTTP Request GET / HTTP/1.1
>> Host myhost.local:9443
>> User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3)
>> Gecko/20070309 Firefox/2.0.0.3
>> Accept
>> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
>>
>>
>> Accept-Language en-us,en;q=0.5
>> Accept-Encoding gzip,deflate
>> Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
>> Keep-Alive 300
>> Connection keep-alive
>> HTTP Response Headers
>> X-Powered-By PHP/5.2.0-8+etch1
>> Keep-Alive timeout=15, max=100
>> Connection Keep-Alive
>> Transfer-Encoding chunked
>> Content-Type text/html; charset=UTF-8
>>
>> bcmath
>> BCMath support enabled
>>
>> bz2
>> BZip2 Support Enabled
>> Stream Wrapper support compress.bz2://
>> Stream Filter support bzip2.decompress, bzip2.compress
>> BZip2 Version 1.0.3, 15-Feb-2005
>>
>> calendar
>> Calendar support enabled
>>
>> ctype
>> ctype functions enabled
>>
>> curl
>> cURL support enabled
>> cURL Information libcurl/7.15.5 OpenSSL/0.9.8c zlib/1.2.3 libidn/0.6.5
>>
>> date
>> date/time support enabled
>> Timezone Database Version 2006.14
>> Timezone Database internal
>> Default timezone Pacific/Auckland
>>
>> DirectiveLocal ValueMaster Value
>> date.default_latitude31.766731.7667
>> date.default_longitude35.233335.2333
>> date.sunrise_zenith90.58333390.583333
>> date.sunset_zenith90.58333390.583333
>> date.timezoneno valueno value
>>
>> dba
>> DBA support enabled
>> Supported handlers db4
>>
>> dom
>> DOM/XML enabled
>> DOM/XML API Version 20031129
>> libxml Version 2.6.27
>> HTML Support enabled
>> XPath Support enabled
>> XPointer Support enabled
>> Schema Support enabled
>> RelaxNG Support enabled
>>
>> exif
>> EXIF Support enabled
>> EXIF Version 1.4 $Id: exif.c,v 1.173.2.5.2.4 2006/10/10 22:22:43
>> tony2001 Exp $
>> Supported EXIF Version 0220
>> Supported filetypes JPEG,TIFF
>>
>> filter
>> Input Validation and Filteringenabled
>> Revision $Revision: 1.52.2.25 $
>>
>> DirectiveLocal ValueMaster Value
>> filter.defaultunsafe_rawunsafe_raw
>> filter.default_flagsno valueno value
>>
>> ftp
>> FTP support enabled
>>
>> gd
>> GD Support enabled
>> GD Version 2.0 or higher
>> FreeType Support enabled
>> FreeType Linkage with freetype
>> FreeType Version 2.2.1
>> T1Lib Support enabled
>> GIF Read Support enabled
>> GIF Create Support enabled
>> JPG Support enabled
>> PNG Support enabled
>> WBMP Support enabled
>>
>> gettext
>> GetText Support enabled
>>
>> hash
>> hash support enabled
>> Hashing Engines md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160
>> whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4
>> tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3
>> haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4
>> haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5
>> haval256,5
>>
>> iconv
>> iconv support enabled
>> iconv implementation glibc
>> iconv library version 2.3.6
>>
>> DirectiveLocal ValueMaster Value
>> iconv.input_encodingISO-8859-1ISO-8859-1
>> iconv.internal_encodingISO-8859-1ISO-8859-1
>> iconv.output_encodingISO-8859-1ISO-8859-1
>>
>> json
>> json support enabled
>> json version 1.2.1
>>
>> libxml
>> libXML support active
>> libXML Version 2.6.27
>> libXML streams enabled
>>
>> mbstring
>> Multibyte Support enabled
>> Multibyte string engine libmbfl
>> Multibyte (japanese) regex support enabled
>> Multibyte regex (oniguruma) version 4.4.4
>> Multibyte regex (oniguruma) backtrack check On
>>
>> mbstring extension makes use of "streamable kanji code filter and
>> converter", which is distributed under the GNU Lesser General Public
>> License version 2.1.
>>
>> DirectiveLocal ValueMaster Value
>> mbstring.detect_orderno valueno value
>> mbstring.encoding_translationOffOff
>> mbstring.func_overload00
>> mbstring.http_inputpasspass
>> mbstring.http_outputpasspass
>> mbstring.internal_encodingno valueno value
>> mbstring.languageneutralneutral
>> mbstring.strict_detectionOffOff
>> mbstring.substitute_characterno valueno value
>>
>> mime_magic
>> mime_magic supportenabled
>>
>> DirectiveLocal ValueMaster Value
>> mime_magic.debugOffOff
>> mime_magic.magicfile/usr/share/file/magic.mime/usr/share/file/magic.mime
>>
>> openssl
>> OpenSSL support enabled
>> OpenSSL Version OpenSSL 0.9.8c 05 Sep 2006
>>
>> pcre
>> PCRE (Perl Compatible Regular Expressions) Support enabled
>> PCRE Library Version 6.7 04-Jul-2006
>>
>> PDO
>> PDO supportenabled
>> PDO drivers pgsql
>>
>> pdo_pgsql
>> PDO Driver for PostgreSQLenabled
>> PostgreSQL(libpq) Version 8.1.8
>> Module version 1.0.2
>> Revision $Id: pdo_pgsql.c,v 1.7.2.11 2006/03/14 10:49:18 edink Exp $
>>
>> pgsql
>> PostgreSQL Supportenabled
>> PostgreSQL(libpq) Version 8.1.8
>> Multibyte character support enabled
>> SSL support enabled
>> Active Persistent Links 0
>> Active Links 0
>>
>> DirectiveLocal ValueMaster Value
>> pgsql.allow_persistentOnOn
>> pgsql.auto_reset_persistentOffOff
>> pgsql.ignore_noticeOffOff
>> pgsql.log_noticeOffOff
>> pgsql.max_linksUnlimitedUnlimited
>> pgsql.max_persistentUnlimitedUnlimited
>>
>> posix
>> Revision $Revision: 1.70.2.3.2.6 $
>>
>> Reflection
>> Reflectionenabled
>> Version $Id: php_reflection.c,v 1.164.2.33.2.31 2006/10/18 16:35:15
>> johannes Exp $
>>
>> session
>> Session Support enabled
>> Registered save handlers files user
>> Registered serializer handlers php php_binary wddx
>>
>> DirectiveLocal ValueMaster Value
>> session.auto_startOffOff
>> session.bug_compat_42OnOn
>> session.bug_compat_warnOnOn
>> session.cache_expire180180
>> session.cache_limiternocachenocache
>> session.cookie_domainno valueno value
>> session.cookie_httponlyOffOff
>> session.cookie_lifetime00
>> session.cookie_path//
>> session.cookie_secureOffOff
>> session.entropy_fileno valueno value
>> session.entropy_length00
>> session.gc_divisor100100
>> session.gc_maxlifetime14401440
>> session.gc_probability00
>> session.hash_bits_per_character44
>> session.hash_function00
>> session.namePHPSESSIDPHPSESSID
>> session.referer_checkno valueno value
>> session.save_handlerfilesfiles
>> session.save_path/var/lib/php5/var/lib/php5
>> session.serialize_handlerphpphp
>> session.use_cookiesOnOn
>> session.use_only_cookiesOffOff
>> session.use_trans_sid00
>>
>> shmop
>> shmop support enabled
>>
>> SimpleXML
>> Simplexml supportenabled
>> Revision $Revision: 1.151.2.22.2.15 $
>> Schema support enabled
>>
>> soap
>> Soap Client enabled
>> Soap Server enabled
>>
>> DirectiveLocal ValueMaster Value
>> soap.wsdl_cache11
>> soap.wsdl_cache_dir/tmp/tmp
>> soap.wsdl_cache_enabled11
>> soap.wsdl_cache_limit55
>> soap.wsdl_cache_ttl8640086400
>>
>> sockets
>> Sockets Support enabled
>>
>> SPL
>> SPL supportenabled
>> Interfaces Countable, OuterIterator, RecursiveIterator,
>> SeekableIterator, SplObserver, SplSubject
>> Classes AppendIterator, ArrayIterator, ArrayObject,
>> BadFunctionCallException, BadMethodCallException, CachingIterator,
>> DirectoryIterator, DomainException, EmptyIterator, FilterIterator,
>> InfiniteIterator, InvalidArgumentException, IteratorIterator,
>> LengthException, LimitIterator, LogicException, NoRewindIterator,
>> OutOfBoundsException, OutOfRangeException, OverflowException,
>> ParentIterator, RangeException, RecursiveArrayIterator,
>> RecursiveCachingIterator, RecursiveDirectoryIterator,
>> RecursiveFilterIterator, RecursiveIteratorIterator,
>> RecursiveRegexIterator, RegexIterator, RuntimeException,
>> SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage,
>> SplTempFileObject, UnderflowException, UnexpectedValueException
>>
>> standard
>> Regex Library Bundled library enabled
>> Dynamic Library Support enabled
>> Path to sendmail /usr/sbin/sendmail -t -i
>>
>> DirectiveLocal ValueMaster Value
>> assert.active11
>> assert.bail00
>> assert.callbackno valueno value
>> assert.quiet_eval00
>> assert.warning11
>> auto_detect_line_endings00
>> default_socket_timeout6060
>> safe_mode_allowed_env_varsPHP_PHP_
>> safe_mode_protected_env_varsLD_LIBRARY_PATHLD_LIBRARY_PATH
>> url_rewriter.tagsa=href,area=href,frame=src,input=src,form=,fieldset=a=href,area=href,frame=src,input=src,form=,fieldset=
>>
>>
>> user_agentno valueno value
>>
>> sysvmsg
>> sysvmsg support enabled
>> Revision $Revision: 1.20.2.3.2.1 $
>>
>> tokenizer
>> Tokenizer Support enabled
>>
>> wddx
>> WDDX Supportenabled
>> WDDX Session Serializer enabled
>>
>> xml
>> XML Support active
>> XML Namespace Support active
>> libxml2 Version 2.6.27
>>
>> xmlreader
>> XMLReader enabled
>>
>> xmlwriter
>> XMLWriter enabled
>>
>> zip
>> Zip enabled
>> Extension Version $Id: php_zip.c,v 1.1.2.15 2006/09/24 22:27:57 pajoye
>> Exp $
>> Zip version 2.0.0
>> Libzip version 0.7.1
>>
>> zlib
>> ZLib Support enabled
>> Stream Wrapper support compress.zlib://
>> Stream Filter support zlib.inflate, zlib.deflate
>> Compiled Version 1.2.1.1
>> Linked Version 1.2.3
>>
>> DirectiveLocal ValueMaster Value
>> zlib.output_compressionOffOff
>> zlib.output_compression_level-1-1
>> zlib.output_handlerno valueno value
>>
>> Additional Modules
>> Module Name
>> sysvsem
>> sysvshm
>>
>> Environment
>> VariableValue
>> PATH /usr/local/bin:/usr/bin:/bin
>> PWD /
>> LANG C
>> SHLVL 1
>> _ /usr/sbin/apache2
>>
>> PHP Variables
>> VariableValue
>> _REQUEST["/"]no value
>> _GET["/"]no value
>> _SERVER["REDIRECT_HTTPS"]on
>> _SERVER["REDIRECT_STATUS"]200
>> _SERVER["HTTPS"]on
>> _SERVER["HTTP_HOST"]myhost.local:9443
>> _SERVER["HTTP_USER_AGENT"]Mozilla/5.0 (Windows; U; Windows NT 5.1;
>> en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
>> _SERVER["HTTP_ACCEPT"]text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
>>
>>
>> _SERVER["HTTP_ACCEPT_LANGUAGE"]en-us,en;q=0.5
>> _SERVER["HTTP_ACCEPT_ENCODING"]gzip,deflate
>> _SERVER["HTTP_ACCEPT_CHARSET"]ISO-8859-1,utf-8;q=0.7,*;q=0.7
>> _SERVER["HTTP_KEEP_ALIVE"]300
>> _SERVER["HTTP_CONNECTION"]keep-alive
>> _SERVER["PATH"]/usr/local/bin:/usr/bin:/bin
>> _SERVER["SERVER_SIGNATURE"]<address>Apache/2.2.3 (Debian)
>> PHP/5.2.0-8+etch1 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at
>> myhost.local Port 443</address>
>> _SERVER["SERVER_SOFTWARE"]Apache/2.2.3 (Debian) PHP/5.2.0-8+etch1
>> mod_ssl/2.2.3 OpenSSL/0.9.8c
>> _SERVER["SERVER_NAME"]myhost.local
>> _SERVER["SERVER_ADDR"]10.10.9.1
>> _SERVER["SERVER_PORT"]443
>> _SERVER["REMOTE_ADDR"]10.10.10.102
>> _SERVER["DOCUMENT_ROOT"]/home/talk2/manager/pub
>> _SERVER["SERVER_ADMIN"][no address given]
>> _SERVER["SCRIPT_FILENAME"]/home/talk2/manager/pub/index.php
>> _SERVER["REMOTE_PORT"]1556
>> _SERVER["REDIRECT_QUERY_STRING"]/
>> _SERVER["REDIRECT_URL"]/
>> _SERVER["GATEWAY_INTERFACE"]CGI/1.1
>> _SERVER["SERVER_PROTOCOL"]HTTP/1.1
>> _SERVER["REQUEST_METHOD"]GET
>> _SERVER["QUERY_STRING"]/
>> _SERVER["REQUEST_URI"]/
>> _SERVER["SCRIPT_NAME"]/index.php
>> _SERVER["PHP_SELF"]/index.php
>> _SERVER["REQUEST_TIME"]1175564653
>> _SERVER["argv"]Array ( [0] => / )
>> _SERVER["argc"]1
>> _ENV["PATH"]/usr/local/bin:/usr/bin:/bin
>> _ENV["PWD"]/
>> _ENV["LANG"]C
>> _ENV["SHLVL"]1
>> _ENV["_"]/usr/sbin/apache2
>>
>> PHP License
>> This program is free software; you can redistribute it and/or modify
>> it under the terms of the PHP License as published by the PHP Group
>> and included in the distribution in the file: LICENSE
>>
>> This program is distributed in the hope that it will be useful, but
>> WITHOUT ANY WARRANTY; without even the implied warranty of
>> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>
>> If you did not receive a copy of the PHP license, or have any
>> questions about PHP licensing, please contact [EMAIL PROTECTED]
>>
>>
>
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users