Operating System - OpenVMS
1829598 Members
1644 Online
109992 Solutions
New Discussion

Not able to access the SMH homepage...

 
SOLVED
Go to solution
Accullise
Frequent Advisor

Not able to access the SMH homepage...

Hello,

I have installed a SMH on two node openvms cluster systems and started the same by using smh$startup.com.

after installed that, i have tried to open the SMH homepage by using https://:2381. but i could not open this page and found the below mentioned two apache process are missing...

APACHE$SMH
APACHE$SMH0000

i think, we should have this process to open SMH homepage.

Note: Apache server also started and running fine.

Pid Process Name State Pri I/O CPU Page flts Pages
24003AC9 APACHE$SWS LEF 6 807 0 00:00:00.45 737 817
24003ACA APACHE$SWS0000 LEF 6 658 0 00:00:00.39 697 777
24003ACB APACHE$SWS0001 LEF 6 657 0 00:00:00.46 693 773
24003ACC APACHE$SWS0002 LEF 6 657 0 00:00:00.55 696 776
24003ACD APACHE$SWS0003 LEF 6 656 0 00:00:00.41 696 776
24003ACE APACHE$SWS0004 LEF 6 656 0 00:00:00.38 696 776


Could someone help me to fix the issue??
5 REPLIES 5
Accullise
Frequent Advisor

Re: Not able to access the SMH homepage...

I can see the below error in smh$startup.log..

%DCL-I-SUPERSEDE, previous value of SMH$SPECIFIC has been superseded
Syntax error on line 59 of /apache$specific/000000/conf/httpd.conf:
Can't locate API module structure `php4_module' in file /apache$root/000000/modu
les/mod_php_apache-2_0.exe: function not implemented
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\$\
John Gillings
Honored Contributor

Re: Not able to access the SMH homepage...

Accullise,

> Syntax error on line 59

So what's on line 59 of httpd.conf?

Do you have the appropriate mod_php modules installed?

I'm also a bit suspicious about the IVVERB error. Perhaps take a copy of SMG$STARTUP.COM and add SET VERIFY at the top to see where it's coming from?
A crucible of informative mistakes
Martin Vorlaender
Honored Contributor
Solution

Re: Not able to access the SMH homepage...

This is a known issue with CSWS_PHP 2.1 - please see http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1367008

HTH,
Martin
Accullise
Frequent Advisor

Re: Not able to access the SMH homepage...

I have modified the httpd.conf like below and renamed the file version to httpd.conf;32767

LoadModule php4_module modules/mod_php_apache-2_0.exe

changed the above entry like below..

LoadModule php5_module modules/mod_php_apache-2_0.exe

All set now and thanks for your help!!
Accullise
Frequent Advisor

Re: Not able to access the SMH homepage...

all set now ... thanks for your help!!