How to Customize The Mod_Plsql Error Page [message #379652] |
Wed, 07 January 2009 08:11 |
drylio
Messages: 2 Registered: January 2009
|
Junior Member |
|
|
Hi,
I have a problem. I don't know how to set error-page return which would be different from that what server returns since the server returns all the system parametres. Example:
PLSQL_GATEWAY=xxxx
GATEWAY_IVERSION=x
SERVER_SOFTWARE=xxxx
GATEWAY_INTERFACE=xxxx
SERVER_PORT=xx
SERVER_NAME=xxxxx
REQUEST_METHOD=xxxxx
QUERY_STRING=
PATH_INFO=xxxxx
SCRIPT_NAME=xxxx
REMOTE_HOST=
REMOTE_ADDR=xxxxx
SERVER_PROTOCOL=xxxxx
REQUEST_PROTOCOL=xxxxx
REMOTE_USER=
HTTP_CONTENT_LENGTH=
HTTP_CONTENT_TYPE=
and etc....
I think it shouldn't be like this. I tried to add to Oracle version wdbsvr.app file error_style = GatewayDebug and afterwards I restarted apache but it failed. What I did wrong? Maybe I should to create error page or to choose another error_style feature?
P.S. I am not planning to change the version.
Thank you for you answer.
|
|
|
|
Re: How to Customize The Mod_Plsql Error Page [message #380135 is a reply to message #379698] |
Fri, 09 January 2009 04:30 |
drylio
Messages: 2 Registered: January 2009
|
Junior Member |
|
|
I have mentioned before, I am not going to change Oracle version 8 since it is not possible. I already knew what you wrote but thanks anyway. It is wdbsvr.app faile available, where alteration is possible, but dads file is not available, unfortunately. As far as I know PlsqlErrorStyleApacheStyle/ModplsqlStyle/DebugStyle isaused in newer versions meanwhile older syntax is error_style= ...............but not worked.
|
|
|