|
From: Tigran <ti...@us...> - 2002-03-04 23:46:47
|
Hello, I'm trying to install phpESP on a virtual host. Right after I change the paths in the noted files I get a 500 Inernal Server Error. http://www.usanogh.com/yana/admin/ Any help is appriciated. Thanks |
|
From: James E. F. <jf...@ac...> - 2002-03-04 23:53:38
|
You are going to have to provide a whole lot more information than that. From what you've given so far, all I can tell you is to look at Apache's error log. As the 500 page tells you "More information about this error may be available in the server error log." Do you have a .htaccess file in that directory? Are the file permissions ok? -James On Mon, 4 Mar 2002, Tigran wrote: > Hello, > > I'm trying to install phpESP on a virtual host. > Right after I change the paths in the noted files I get a 500 Inernal > Server Error. > http://www.usanogh.com/yana/admin/ > > Any help is appriciated. > > Thanks |
|
From: Tigran <ti...@us...> - 2002-03-05 00:10:26
|
Yes I was thinking it has something to do with the file permission but I'm not sure what the permissions should be. there is no .htaccess in that directory, should there be one? Since it's a virtual host I don't have access to the apache error logs. I'm contacting the hosting company to find out if they can give me access to the error logs. What other info can I give you. Thanks At 03:53 PM 3/4/2002, James E. Flemer wrote: >You are going to have to provide a whole lot more >information than that. From what you've given so far, all I >can tell you is to look at Apache's error log. As the 500 >page tells you "More information about this error may be >available in the server error log." Do you have a .htaccess >file in that directory? Are the file permissions ok? > >-James > >On Mon, 4 Mar 2002, Tigran wrote: > > > Hello, > > > > I'm trying to install phpESP on a virtual host. > > Right after I change the paths in the noted files I get a 500 Inernal > > Server Error. > > http://www.usanogh.com/yana/admin/ > > > > Any help is appriciated. > > > > Thanks |
|
From: James E. F. <jf...@ac...> - 2002-03-05 01:54:11
|
All files must be world readable (typically 644). Also check your phpESP.ini if you are getting a 500 error, PHP may be crashing Apache. It typically does this when you have un-matched quotes. Make sure the the lines you edited in the files have matching quotes (check single vs double quotes) and that they are terminated appropriatly (with a comma or semi-colon depending on the file). -James On Mon, 4 Mar 2002, Tigran wrote: > Yes I was thinking it has something to do with the file permission but I'm > not sure what the permissions should be. > > there is no .htaccess in that directory, should there be one? > > Since it's a virtual host I don't have access to the apache error > logs. I'm contacting the hosting company to find out if they can give me > access to the error logs. > > What other info can I give you. > > Thanks > > > At 03:53 PM 3/4/2002, James E. Flemer wrote: > >You are going to have to provide a whole lot more > >information than that. From what you've given so far, all I > >can tell you is to look at Apache's error log. As the 500 > >page tells you "More information about this error may be > >available in the server error log." Do you have a .htaccess > >file in that directory? Are the file permissions ok? > > > >-James > > > >On Mon, 4 Mar 2002, Tigran wrote: > > > > > Hello, > > > > > > I'm trying to install phpESP on a virtual host. > > > Right after I change the paths in the noted files I get a 500 Inernal > > > Server Error. > > > http://www.usanogh.com/yana/admin/ > > > > > > Any help is appriciated. > > > > > > Thanks > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
|
From: Tigran <ti...@us...> - 2002-03-07 06:44:35
|
James, well it looks like all the quotes are set correct. and the permission rights are set correctly. I got a hold of the error reports. This doesn't mean much too me but you might know. malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: /www/usanogh/cgi-bin/php many thanks for your help. At 08:54 PM 3/4/2002 -0500, you wrote: >All files must be world readable (typically 644). Also >check your phpESP.ini if you are getting a 500 error, PHP >may be crashing Apache. It typically does this when you >have un-matched quotes. Make sure the the lines you edited >in the files have matching quotes (check single vs double >quotes) and that they are terminated appropriatly (with a >comma or semi-colon depending on the file). > >-James > >On Mon, 4 Mar 2002, Tigran wrote: > > > Yes I was thinking it has something to do with the file permission but I'm > > not sure what the permissions should be. > > > > there is no .htaccess in that directory, should there be one? > > > > Since it's a virtual host I don't have access to the apache error > > logs. I'm contacting the hosting company to find out if they can give me > > access to the error logs. > > > > What other info can I give you. > > > > Thanks > > > > > > At 03:53 PM 3/4/2002, James E. Flemer wrote: > > >You are going to have to provide a whole lot more > > >information than that. From what you've given so far, all I > > >can tell you is to look at Apache's error log. As the 500 > > >page tells you "More information about this error may be > > >available in the server error log." Do you have a .htaccess > > >file in that directory? Are the file permissions ok? > > > > > >-James > > > > > >On Mon, 4 Mar 2002, Tigran wrote: > > > > > > > Hello, > > > > > > > > I'm trying to install phpESP on a virtual host. > > > > Right after I change the paths in the noted files I get a 500 Inernal > > > > Server Error. > > > > http://www.usanogh.com/yana/admin/ > > > > > > > > Any help is appriciated. > > > > > > > > Thanks > > > > > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
|
From: James E. F. <jf...@ac...> - 2002-03-07 13:46:57
|
Bah! Your hosting service is using PHP in CGI mode, not as an Apache module. You will need to find out if you can use PHP in NPH (non-parsed headers) mode. Typically this is done by naming you script "nph-something" or by using /cgi-bin/nph-php instead of /cgi-bin/php. Ask your hosting service about this. -James On Wed, 6 Mar 2002, Tigran wrote: > James, > > well it looks like all the quotes are set correct. and > the permission rights are set correctly. I got a hold > of the error reports. This doesn't mean much too me but > you might know. > malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: > /www/usanogh/cgi-bin/php |
|
From: Tigran <ti...@us...> - 2002-03-08 18:43:00
|
I see well I asked the hosting company and they say I don't have NPH for PHP right now but I can compile my own version and put it on the server. I'm not really sure what they mean by that. As in compile a new version of PHP from the source code? I also found this in the php.ini file. implicit_flush = Off is this something that might help if I turn it on? Thanks At 05:46 AM 3/7/2002, James E. Flemer wrote: >Bah! Your hosting service is using PHP in CGI mode, not as >an Apache module. You will need to find out if you can use >PHP in NPH (non-parsed headers) mode. Typically this is >done by naming you script "nph-something" or by using >/cgi-bin/nph-php instead of /cgi-bin/php. Ask your hosting >service about this. >-James > >On Wed, 6 Mar 2002, Tigran wrote: > > > James, > > > > well it looks like all the quotes are set correct. and > > the permission rights are set correctly. I got a hold > > of the error reports. This doesn't mean much too me but > > you might know. > > malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: > > /www/usanogh/cgi-bin/php |
|
From: Tigran <ti...@us...> - 2002-03-11 16:37:29
|
Well I finally got the thing working. Or I think its working. I don't get an error anymore. I get a user name and password request. However the default login root/esp doesn't work for some reason. I try root for username and esp for password. Am I making a stupid mistake here??? The url to the site is www.usanogh.com/yana/admin thanks |