Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invalid command 'PlsqlDocumentPath', perhaps mis-spelled or defined

441858Sep 8 2008 — edited Sep 9 2008
Oracle 11gR1/OEL 5 with Oracle Application Server 10gR3 (10.1.3.3.0) HTTP Server 2.0

Hi all,

I am trying to configure Apex 3.1 and I am having trouble getting my HTTP Server started because of the following error:

*/u01/oracle/10.1.3/http_1/ohs/bin/apachectl startssl: execing httpd
Syntax error on line 7 of /u01/oracle/10.1.3/http_1/ohs/conf/marvel.conf:
Invalid command 'PlsqlDocumentPath', perhaps mis-spelled or defined by a module not included in the server configuration*

I am using mod_plsql and the marvel.conf file. I have added the following line to the httpd.conf file:

include "/u01/oracle/10.1.3/http_1/ohs/conf/marvel.conf"

and I have created a marvel.conf file with the following lines in it:

Alias /i/ "/u01/oracle/10.1.3/http_1/ohs/images/"
AddType text/xml xbl
AddType text/x-component htc

<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_manager.process_download
PlsqlDatabaseConnectString oel-fprcprod:1521:VMPROD
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword password
Allow from all
</Location>

When I remove the line from the httpd.conf file then I can startup http server. I think this question could go either in the OAS forum or this one.

I would appreciate any help as I am running out of time and Oracle Support has let me down. By the way, I have searched Metalink for this error and they provide a solution that does not work for me because I have no entry for the oracle_apache.conf file in my httpd.conf file. I also have no dads.conf file.

Thank you.
This post has been answered by joelkallman-Oracle on Sep 8 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2008
Added on Sep 8 2008
5 comments
1,138 views