[PHP] PHP/Apache - Problem with REMOTE_USER var.

2003-06-09 Thread Pavel Janda
Hello everyone, I have installed apache and PHP (using Windows :o(() on two computers, where httpd.conf and php.ini seem to be same. But, on one mashine is variable REMOTE_USER working well and on the second it is empty all the time, however apache auth.-function works well on both of them. (The c

Re: [PHP] apache problem......

2002-09-24 Thread Adam Williams
If you areusing IE you have to pu tin the http:// infront of it, its one of those quirky IE only things. Don't have to do that in Mozilla/Netscape. Adam On Tue, 24 Sep 2002, Anil Garg wrote: > hi > in my httpd.conf i have added a virtual host as: > > > # General setup

[PHP] apache problem......

2002-09-24 Thread Anil Garg
hi in my httpd.conf i have added a virtual host as: # General setup for the virtual host DocumentRoot "/netvcr/www/niksun" ServerName niksun.com #ServerAdmin [EMAIL PROTECTED] ErrorLog "|/usr/local/sbin/rotatelogs /var/log/httpd-error.log 172800 10" TransferLog "|/usr/local/sbin/rotatelogs /va

[PHP] ODBC under linux + PHP + Apache problem.

2002-08-02 Thread Jose Morales
I write a few days ago to the list with a problem trying to find my ODBC DSN under linux debian. Well, i solve the problem, now i can find my dsn from PHP code, but its seems like it crash when i do a odbc_connect(...) I know that unixodbc works becouse i test it with isql. I have no warnings

Re: [PHP] apache problem on startup w/ libmhash

2001-03-21 Thread Dean Hall
""Dean Hall"" <[EMAIL PROTECTED]> wrote in message 99a9kk$hnp$[EMAIL PROTECTED]">news:99a9kk$hnp$[EMAIL PROTECTED]... > > ""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message > 99a7rf$rer$[EMAIL PROTECTED]">news:99a7rf$rer$[EMAIL PROTECTED]... > > At first find where is libmhash.so.2. Then edit

Re: [PHP] apache problem on startup w/ libmhash

2001-03-21 Thread Dean Hall
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 99a7rf$rer$[EMAIL PROTECTED]">news:99a7rf$rer$[EMAIL PROTECTED]... > At first find where is libmhash.so.2. Then edit your ld.so.conf. > Then run ldconfig. Well, this seems to have worked. I don't know why it didn't work when I tried doing it

Re: [PHP] apache problem on startup w/ libmhash

2001-03-21 Thread Dean Hall
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message 99a7rf$rer$[EMAIL PROTECTED]">news:99a7rf$rer$[EMAIL PROTECTED]... > At first find where is libmhash.so.2. Then edit your ld.so.conf. > Then run ldconfig. I'm trying this, and I'll get back to you on whether it works. > Filename and command n

Re: [PHP] apache problem on startup w/ libmhash

2001-03-21 Thread Yasuo Ohgaki
At first find where is libmhash.so.2. Then edit your ld.so.conf. Then run ldconfig. Filename and command name may vary, I can't tell since you didn't mention your OS. Alternatively, you can build into PHP if you have static lib. I prefer this way for non standard libs to make sure web server star

[PHP] apache problem on startup w/ libmhash

2001-03-21 Thread Dean Hall
(Sorry for the cross-post; I'd like to get this solved, as I haven't been able to find a solution for several months.) I have installed mhash and libmcrypt (and mcrypt, for that matter), configured php with both of the extensions, and compiled PHP (as a DSO), and apache gives the following error

Re: [PHP] Apache Problem

2001-01-13 Thread Chris Hayes
> I was always using pws until recently when I got Apache for windows. = > Unfortunately when apache gets to a php file it doesnt parse it, it = > thinks its a file to download. I uncommented the php lines in the = > http.conf file but still no use. Does anyone know how to fix this? Make sure to

[PHP] Apache Problem

2001-01-13 Thread Chris
I was always using pws until recently when I got Apache for windows. Unfortunately when apache gets to a php file it doesnt parse it, it thinks its a file to download. I uncommented the php lines in the http.conf file but still no use. Does anyone know how to fix this?