$_SERVER["PHP_AUTH_USER"] has gone
$_SERVER["PHP_AUTH_USER"] has gone
am 04.04.2010 18:34:13 von Satz Klauer
--0003255540726084ac04836bc824
Content-Type: text/plain; charset=ISO-8859-1
Hi,
I'm running a system with Fedora 12 and Apache/PHP default installation.
That means PHP is used as module in Apache, it is NOT running as CGI.
Nevertheless for the latest PHP version installed there
$_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
$_SERVER['REMOTE_USER'] do no longer work, they are empty and I get a
warning that they do not exist. It looks for me like a big incompatible
change from one version of PHP to an other (which is a mess).
So how can I get them back? Or what is the intended way to access the HTTP
Basic Auth username and password?
--0003255540726084ac04836bc824--
Re: $_SERVER["PHP_AUTH_USER"] has gone
am 04.04.2010 19:38:31 von Nilesh Govindrajan
On 04/04/10 22:04, Satz Klauer wrote:
> Hi,
>
> I'm running a system with Fedora 12 and Apache/PHP default installation.
> That means PHP is used as module in Apache, it is NOT running as CGI.
>
> Nevertheless for the latest PHP version installed there
> $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
> $_SERVER['REMOTE_USER'] do no longer work, they are empty and I get a
> warning that they do not exist. It looks for me like a big incompatible
> change from one version of PHP to an other (which is a mess).
>
> So how can I get them back? Or what is the intended way to access the HTTP
> Basic Auth username and password?
>
Why not dump the $_SERVER array and check it out ?
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मà¥à¤°à¤¾ à¤à¤¾à¤°à¤¤ महान !
मम à¤à¤¾à¤°à¤¤: महतà¥à¤¤à¤® à¤à¤µà¤¤à¥ !
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: $_SERVER["PHP_AUTH_USER"] has gone
am 04.04.2010 19:39:34 von hSiplu
You can use, http://php.net/getallheaders function and parse the
authentication header.
For basic authentication, username and password are kept base64
encoded and separated by a ":"
Shiplu Mokaddim
My talks, http://talk.cmyweb.net
Follow me, http://twitter.com/shiplu
SUST Programmers, http://groups.google.com/group/p2psust
Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
On Sun, Apr 4, 2010 at 10:19 PM, Satz Klauer wrote:
> Hi,
>
> I'm running a system with Fedora 12 and Apache/PHP default installation.
> That means PHP is used as module in Apache, it is NOT running as CGI.
>
> Nevertheless for the latest PHP version installed there
> $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
> $_SERVER['REMOTE_USER'] do no longer work, they are empty and I get a
> warning that they do not exist. It looks for me like a big incompatible
> change from one version of PHP to an other (which is a mess).
>
> So how can I get them back? Or what is the intended way to access the HTTP
> Basic Auth username and password?
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: $_SERVER["PHP_AUTH_USER"] has gone
am 04.04.2010 21:48:12 von Nathan Rixham
Satz Klauer wrote:
> Hi,
>
> I'm running a system with Fedora 12 and Apache/PHP default installation.
> That means PHP is used as module in Apache, it is NOT running as CGI.
>
> Nevertheless for the latest PHP version installed there
> $_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW'] and
> $_SERVER['REMOTE_USER'] do no longer work, they are empty and I get a
> warning that they do not exist. It looks for me like a big incompatible
> change from one version of PHP to an other (which is a mess).
>
> So how can I get them back? Or what is the intended way to access the HTTP
> Basic Auth username and password?
>
just a quick sanity check; you do have the specific site/directory set
up to send and receive basic auth yeah? sounds very much to me like this
is an apache config issue and not php :)
regards!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: $_SERVER["PHP_AUTH_USER"] has gone
am 04.04.2010 21:54:16 von daniel.brown
--001636417559d10a4c04836e9342
Content-Type: text/plain; charset=ISO-8859-1
Sorry for the top-post. Easter has me on the DROID instead of my PC.
I second Rixham's thought. Is it a DSO, CGI, FCGI? What pops out in
var_dump($_SERVER) and var_dump($_ENV)?
On Apr 4, 2010 3:49 PM, "Nathan Rixham" wrote:
Satz Klauer wrote:
> Hi,
>
> I'm running a system with Fedora 12 and Apache/PHP default installatio...
just a quick sanity check; you do have the specific site/directory set
up to send and receive basic auth yeah? sounds very much to me like this
is an apache config issue and not php :)
regards!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub....
--001636417559d10a4c04836e9342--
Re: Re: $_SERVER["PHP_AUTH_USER"] has gone
am 06.04.2010 17:57:17 von Satz Klauer
--0015174bf05c0190d604839380cf
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
var_dump($_SERVER) gives me several data, the following arrayindices contai=
n
data:
"HTTPS", "SSL_TLS_SNI", "HTTP_USER_AGENT", "HTTP_HOST", "HTTP_ACCEPT",
"HTTP_ACCEPT_LANGUAGE", "HTTP_ACCEPT_CHARSET", "HTTP_ACCEPT_ENCODING",
"HTTP_REFERER", "HTTP_COOKIE", "HTTP_COOKIE2", "HTTP_CONNECTION", "HTTP_TE"=
,
"PATH", "SERVER_SIGNATURE", "SERVER_SOFTWARE", "SERVER_NAME", "SERVER_ADDR"=
,
"SERVER_PORT", "REMOTE_HOST", "REMOTE_ADDR", "DOCUMENT_ROOT",
"SERVER_ADMIN", "SCRIPT_FILENAME", "REMOTE_PORT", "GATEWAY_INTERFACE" =3D>
string(7) "CGI/1.1" (??? it is running as apache-module ???,
"SERVER_PROTOCOL", "REQUEST_METHOD", "QUERY_STRING", "REQUEST_URI",
"SCRIPT_NAME", "PHP_SELF", "REQUEST_TIME"
Unfortunately not Auth-data.
var_dump($_ENV) tells me (partially anonymised):
["HOSTNAME"]=3D> string(24) "xxx.yyy.de"
["TERM"]=3D> string(5) "xterm"
["SHELL"]=3D> string(9) "/bin/bash"
["HISTSIZE"]=3D> string(4) "1000"
["QTDIR"]=3D> string(15) "/usr/lib/qt-3.3"
["QTINC"]=3D> string(23) "/usr/lib/qt-3.3/include"
["USER"]=3D> string(4) "root"
["LS_COLORS"]=3D> string(1268)
"rs=3D0:di=3D01;34:ln=3D01;36:mh=3D00:pi=3D40;33:so=3D01;35: do=3D01;35:bd=
=3D40;33;01:cd=3D40;33;01:or=3D40;31;01:mi=3D01;05;37;41:su= 3D37;41:sg=3D30=
;43:ca=3D30;41:tw=3D30;42:ow=3D34;42:st=3D37;44:ex=3D01;32:* .tar=3D01;31:*.=
tgz=3D01;31:*.arj=3D01;31:*.taz=3D01;31:*.lzh=3D01;31:*.lzma =3D01;31:*.tlz=
=3D01;31:*.txz=3D01;31:*.zip=3D01;31:*.z=3D01;31:*.Z=3D01;31 :*.dz=3D01;31:*=
..gz=3D01;31:*.lz=3D01;31:*.xz=3D01;31:*.bz2=3D01;31:*.tbz=3 D01;31:*.tbz2=3D=
01;31:*.bz=3D01;31:*.tz=3D01;31:*.deb=3D01;31:*.rpm=3D01;31: *.jar=3D01;31:*=
..rar=3D01;31:*.ace=3D01;31:*.zoo=3D01;31:*.cpio=3D01;31:*.7 z=3D01;31:*.rz=
=3D01;31:*.jpg=3D01;35:*.jpeg=3D01;35:*.gif=3D01;35:*.bmp=3D 01;35:*.pbm=3D0=
1;35:*.pgm=3D01;35:*.ppm=3D01;35:*.tga=3D01;35:*.xbm=3D01;35 :*.xpm=3D01;35:=
*.tif=3D01;35:*.tiff=3D01;35:*.png=3D01;35:*.svg=3D01;35:*.s vgz=3D01;35:*.m=
ng=3D01;35:*.pcx=3D01;35:*.mov=3D01;35:*.mpg=3D01;35:*.mpeg= 3D01;35:*.m2v=
=3D01;35:*.mkv=3D01;35:*.ogm=3D01;35:*.mp4=3D01;35:*.m4v=3D0 1;35:*.mp4v=3D0=
1;35:*.vob=3D01;35:*.qt=3D01;35:*.nuv=3D01;35:*.wmv=3D01;35: *.asf=3D01;35:*=
..rm=3D01;35:*.rmvb=3D01;35:*.flc=3D01;35:*.avi=3D01;35:*.fl i=3D01;35:*.flv=
=3D01;35:*.gl=3D01;35:*.dl=3D01;35:*.xcf=3D01;35:*.xwd=3D01; 35:*.yuv=3D01;3=
5:*.cgm=3D01;35:*.emf=3D01;35:*.axv=3D01;35:*.anx=3D01;35:*. ogv=3D01;35:*.o=
gx=3D01;35:*.aac=3D01;36:*.au=3D01;36:*.flac=3D01;36:*.mid=3 D01;36:*.midi=
=3D01;36:*.mka=3D01;36:*.mp3=3D01;36:*.mpc=3D01;36:*.ogg=3D0 1;36:*.ra=3D01;=
36:*.wav=3D01;36:*.axa=3D01;36:*.oga=3D01;36:*.spx=3D01;36:* .xspf=3D01;36:"
["MC_TMPDIR"]=3D> string(12) "/tmp/mc-root"
["PATH"]=3D> string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
["MAIL"]=3D> string(20) "/var/spool/mail/root"
["PWD"]=3D> string(17) "/etc/xxx/yyy"
["LANG"]=3D> string(1) "C"
["HISTCONTROL"]=3D> string(11) "ignorespace"
["HOME"]=3D> string(5) "/root"
["SHLVL"]=3D> string(1) "4"
["MC_SID"]=3D> string(5) "25229"
["LOGNAME"]=3D> string(4) "root"
["CVS_RSH"]=3D> string(3) "ssh"
["QTLIB"]=3D> string(19) "/usr/lib/qt-3.3/lib"
["LESSOPEN"]=3D> string(24) "|/usr/bin/lesspipe.sh %s"
["G_BROKEN_FILENAMES"]=3D> string(1) "1" ["_"]=3D> string(15) "/usr/sbin/ht=
tpd"
On Sun, Apr 4, 2010 at 10:54 PM, Daniel P. Brown
wrote:
> Sorry for the top-post. Easter has me on the DROID instead of my PC.
>
> I second Rixham's thought. Is it a DSO, CGI, FCGI? What pops out in
> var_dump($_SERVER) and var_dump($_ENV)?
>
> On Apr 4, 2010 3:49 PM, "Nathan Rixham" wrote:
>
> Satz Klauer wrote:
> > Hi,
> >
> > I'm running a system with Fedora 12 and Apache/PHP default installatio.=
...
> just a quick sanity check; you do have the specific site/directory set
> up to send and receive basic auth yeah? sounds very much to me like this
> is an apache config issue and not php :)
>
> regards!
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub....
>
>
--0015174bf05c0190d604839380cf--
Re: Re: $_SERVER["PHP_AUTH_USER"] has gone
am 07.04.2010 04:02:10 von Nilesh Govindrajan
On 04/06/10 21:27, Satz Klauer wrote:
> var_dump($_SERVER) gives me several data, the following arrayindices contain
> data:
>
> "HTTPS", "SSL_TLS_SNI", "HTTP_USER_AGENT", "HTTP_HOST", "HTTP_ACCEPT",
> "HTTP_ACCEPT_LANGUAGE", "HTTP_ACCEPT_CHARSET", "HTTP_ACCEPT_ENCODING",
> "HTTP_REFERER", "HTTP_COOKIE", "HTTP_COOKIE2", "HTTP_CONNECTION", "HTTP_TE",
> "PATH", "SERVER_SIGNATURE", "SERVER_SOFTWARE", "SERVER_NAME", "SERVER_ADDR",
> "SERVER_PORT", "REMOTE_HOST", "REMOTE_ADDR", "DOCUMENT_ROOT",
> "SERVER_ADMIN", "SCRIPT_FILENAME", "REMOTE_PORT", "GATEWAY_INTERFACE" =>
> string(7) "CGI/1.1" (??? it is running as apache-module ???,
> "SERVER_PROTOCOL", "REQUEST_METHOD", "QUERY_STRING", "REQUEST_URI",
> "SCRIPT_NAME", "PHP_SELF", "REQUEST_TIME"
>
> Unfortunately not Auth-data.
>
> var_dump($_ENV) tells me (partially anonymised):
>
> ["HOSTNAME"]=> string(24) "xxx.yyy.de"
> ["TERM"]=> string(5) "xterm"
> ["SHELL"]=> string(9) "/bin/bash"
> ["HISTSIZE"]=> string(4) "1000"
> ["QTDIR"]=> string(15) "/usr/lib/qt-3.3"
> ["QTINC"]=> string(23) "/usr/lib/qt-3.3/include"
> ["USER"]=> string(4) "root"
> ["LS_COLORS"]=> string(1268)
> "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd= 40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg= 30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01; 31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01 ;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31: *.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tb z=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm =01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpi o=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif =01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga =01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.pn g=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.m ov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*. ogm=01;35:*.mp4=01
;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01 ;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01 ;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;3 5:*.xcf=01
;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01 ;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01; 36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=0 1;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01 ;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:"
>
> ["MC_TMPDIR"]=> string(12) "/tmp/mc-root"
> ["PATH"]=> string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
> ["MAIL"]=> string(20) "/var/spool/mail/root"
> ["PWD"]=> string(17) "/etc/xxx/yyy"
> ["LANG"]=> string(1) "C"
> ["HISTCONTROL"]=> string(11) "ignorespace"
> ["HOME"]=> string(5) "/root"
> ["SHLVL"]=> string(1) "4"
> ["MC_SID"]=> string(5) "25229"
> ["LOGNAME"]=> string(4) "root"
> ["CVS_RSH"]=> string(3) "ssh"
> ["QTLIB"]=> string(19) "/usr/lib/qt-3.3/lib"
> ["LESSOPEN"]=> string(24) "|/usr/bin/lesspipe.sh %s"
> ["G_BROKEN_FILENAMES"]=> string(1) "1" ["_"]=> string(15) "/usr/sbin/httpd"
>
>
>
> On Sun, Apr 4, 2010 at 10:54 PM, Daniel P. Brown
> wrote:
>
>> Sorry for the top-post. Easter has me on the DROID instead of my PC.
>>
>> I second Rixham's thought. Is it a DSO, CGI, FCGI? What pops out in
>> var_dump($_SERVER) and var_dump($_ENV)?
>>
>> On Apr 4, 2010 3:49 PM, "Nathan Rixham" wrote:
>>
>> Satz Klauer wrote:
>>> Hi,
>>>
>>> I'm running a system with Fedora 12 and Apache/PHP default installatio...
>> just a quick sanity check; you do have the specific site/directory set
>> up to send and receive basic auth yeah? sounds very much to me like this
>> is an apache config issue and not php :)
>>
>> regards!
>>
>>
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub....
>>
>>
>
This means that something is wrong with your script or server which is
not sending the Auth headers properly. Do you get the auth box in the
latest browser, and are you sure that you're using basic and not digest
auth ?
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मà¥à¤°à¤¾ à¤à¤¾à¤°à¤¤ महान !
मम à¤à¤¾à¤°à¤¤: महतà¥à¤¤à¤® à¤à¤µà¤¤à¥ !
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: $_SERVER["PHP_AUTH_USER"] has gone
am 07.04.2010 08:53:09 von Satz Klauer
Yes, the authantication-box is there. And I'm definitely using Basic
auth, the same script has worked for a long time without problems.
On 4/7/10, Nilesh Govindarajan wrote:
> On 04/06/10 21:27, Satz Klauer wrote:
>> var_dump($_SERVER) gives me several data, the following arrayindices
>> contain
>> data:
>>
>> "HTTPS", "SSL_TLS_SNI", "HTTP_USER_AGENT", "HTTP_HOST", "HTTP_ACCEPT",
>> "HTTP_ACCEPT_LANGUAGE", "HTTP_ACCEPT_CHARSET", "HTTP_ACCEPT_ENCODING",
>> "HTTP_REFERER", "HTTP_COOKIE", "HTTP_COOKIE2", "HTTP_CONNECTION",
>> "HTTP_TE",
>> "PATH", "SERVER_SIGNATURE", "SERVER_SOFTWARE", "SERVER_NAME",
>> "SERVER_ADDR",
>> "SERVER_PORT", "REMOTE_HOST", "REMOTE_ADDR", "DOCUMENT_ROOT",
>> "SERVER_ADMIN", "SCRIPT_FILENAME", "REMOTE_PORT", "GATEWAY_INTERFACE" =
=3D>
>> string(7) "CGI/1.1" (??? it is running as apache-module ???,
>> "SERVER_PROTOCOL", "REQUEST_METHOD", "QUERY_STRING", "REQUEST_URI",
>> "SCRIPT_NAME", "PHP_SELF", "REQUEST_TIME"
>>
>> Unfortunately not Auth-data.
>>
>> var_dump($_ENV) tells me (partially anonymised):
>>
>> ["HOSTNAME"]=3D> string(24) "xxx.yyy.de"
>> ["TERM"]=3D> string(5) "xterm"
>> ["SHELL"]=3D> string(9) "/bin/bash"
>> ["HISTSIZE"]=3D> string(4) "1000"
>> ["QTDIR"]=3D> string(15) "/usr/lib/qt-3.3"
>> ["QTINC"]=3D> string(23) "/usr/lib/qt-3.3/include"
>> ["USER"]=3D> string(4) "root"
>> ["LS_COLORS"]=3D> string(1268)
>> "rs=3D0:di=3D01;34:ln=3D01;36:mh=3D00:pi=3D40;33:so=3D01;35: do=3D01;35:b=
d=3D40;33;01:cd=3D40;33;01:or=3D40;31;01:mi=3D01;05;37;41:su =3D37;41:sg=3D3=
0;43:ca=3D30;41:tw=3D30;42:ow=3D34;42:st=3D37;44:ex=3D01;32: *.tar=3D01;31:*=
..tgz=3D01;31:*.arj=3D01;31:*.taz=3D01;31:*.lzh=3D01;31:*.lz ma=3D01;31:*.tlz=
=3D01;31:*.txz=3D01;31:*.zip=3D01;31:*.z=3D01;31:*.Z=3D01;31 :*.dz=3D01;31:*=
..gz=3D01;31:*.lz=3D01;31:*.xz=3D01;31:*.bz2=3D01;31:*.tbz=3 D01;31:*.tbz2=3D=
01;31:*.bz=3D01;31:*.tz=3D01;31:*.deb=3D01;31:*.rpm=3D01;31: *.jar=3D01;31:*=
..rar=3D01;31:*.ace=3D01;31:*.zoo=3D01;31:*.cpio=3D01;31:*.7 z=3D01;31:*.rz=
=3D01;31:*.jpg=3D01;35:*.jpeg=3D01;35:*.gif=3D01;35:*.bmp=3D 01;35:*.pbm=3D0=
1;35:*.pgm=3D01;35:*.ppm=3D01;35:*.tga=3D01;35:*.xbm=3D01;35 :*.xpm=3D01;35:=
*.tif=3D01;35:*.tiff=3D01;35:*.png=3D01;35:*.svg=3D01;35:*.s vgz=3D01;35:*.m=
ng=3D01;35:*.pcx=3D01;35:*.mov=3D01;35:*.mpg=3D01;35:*.mpeg= 3D01;35:*.m2v=
=3D01;35:*.mkv=3D01;35:*.ogm=3D01;35:*.mp4=3D01;35:*.m4v=3D0 1;35:*.mp4v=3D0=
1;35:*.vob=3D01;35:*.qt=3D01;35:*.nuv=3D01;35:*.wmv=3D01;35: *.asf=3D01;35:*=
..rm=3D01;35:*.rmvb=3D01;35:*.flc=3D01;35:*.avi=3D01;35:*.fl i=3D01;35:*.flv=
=3D01;35:*.gl=3D01;35:*.dl=3D01;35:*.xcf=3D01
> ;35:*.xwd=3D01;35:*.yuv=3D01;35:*.cgm=3D01;35:*.emf=3D01;35: *.axv=3D01;35=
:*.anx=3D01;35:*.ogv=3D01;35:*.ogx=3D01;35:*.aac=3D01;36:*.a u=3D01;36:*.fla=
c=3D01;36:*.mid=3D01;36:*.midi=3D01;36:*.mka=3D01;36:*.mp3=3 D01;36:*.mpc=3D=
01;36:*.ogg=3D01;36:*.ra=3D01;36:*.wav=3D01;36:*.axa=3D01;36 :*.oga=3D01;36:=
*.spx=3D01;36:*.xspf=3D01;36:"
>>
>> ["MC_TMPDIR"]=3D> string(12) "/tmp/mc-root"
>> ["PATH"]=3D> string(29) "/sbin:/usr/sbin:/bin:/usr/bin"
>> ["MAIL"]=3D> string(20) "/var/spool/mail/root"
>> ["PWD"]=3D> string(17) "/etc/xxx/yyy"
>> ["LANG"]=3D> string(1) "C"
>> ["HISTCONTROL"]=3D> string(11) "ignorespace"
>> ["HOME"]=3D> string(5) "/root"
>> ["SHLVL"]=3D> string(1) "4"
>> ["MC_SID"]=3D> string(5) "25229"
>> ["LOGNAME"]=3D> string(4) "root"
>> ["CVS_RSH"]=3D> string(3) "ssh"
>> ["QTLIB"]=3D> string(19) "/usr/lib/qt-3.3/lib"
>> ["LESSOPEN"]=3D> string(24) "|/usr/bin/lesspipe.sh %s"
>> ["G_BROKEN_FILENAMES"]=3D> string(1) "1" ["_"]=3D> string(15)
>> "/usr/sbin/httpd"
>>
>>
>>
>> On Sun, Apr 4, 2010 at 10:54 PM, Daniel P. Brown
>> wrote:
>>
>>> Sorry for the top-post. Easter has me on the DROID instead of my PC.
>>>
>>> I second Rixham's thought. Is it a DSO, CGI, FCGI? What pops out in
>>> var_dump($_SERVER) and var_dump($_ENV)?
>>>
>>> On Apr 4, 2010 3:49 PM, "Nathan Rixham" wrote:
>>>
>>> Satz Klauer wrote:
>>>> Hi,
>>>>
>>>> I'm running a system with Fedora 12 and Apache/PHP default
>>>> installatio...
>>> just a quick sanity check; you do have the specific site/directory set
>>> up to send and receive basic auth yeah? sounds very much to me like thi=
s
>>> is an apache config issue and not php :)
>>>
>>> regards!
>>>
>>>
>>> --
>>> PHP General Mailing List (http://www.php.net/)
>>> To unsubscribe, visit: http://www.php.net/unsub....
>>>
>>>
>>
>
> This means that something is wrong with your script or server which is
> not sending the Auth headers properly. Do you get the auth box in the
> latest browser, and are you sure that you're using basic and not digest
> auth ?
>
> --
> Nilesh Govindarajan
> Site & Server Administrator
> www.itech7.com
> मà¥à¤°à¤¾ à¤à¤¾à¤°à¤¤=
महान !
> मम à¤à¤¾à¤°à¤¤: मà=A4=
¹à¤¤à¥à¤¤à¤=AE à¤à¤µà¤¤à=A5=
=81 !
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php